Andreas Fabri
0cb55dfd8d
Use dynamic_property_map
2018-11-30 15:24:16 +08:00
Lingjie Zhu
22661170f8
remove unnecessary get_ helper functions
2018-11-30 15:24:16 +08:00
Lingjie Zhu
05bcc6b0c6
rebase: fix named parameter compile error
...
error c2953: class template has already been defined
after rebase: property_map_selector/get_property_map/get_const_property_map
has already been defined in CGAL/boost/graph/named_function_params.h
2018-11-30 15:24:16 +08:00
Lingjie Zhu
a3c5432ad0
doc: add workflow figure
...
rename relaxation.png to iterations.png
clarify relaxation in seeding
fix typos
2018-11-30 15:24:16 +08:00
Lingjie Zhu
604d124c8f
doc: update chord figure
2018-11-30 15:24:16 +08:00
Lingjie Zhu
3901f033be
doc: update subdivision
2018-11-30 15:24:16 +08:00
Lingjie Zhu
52da6dbb12
subdivision with relative/absolute error options
2018-11-30 15:24:16 +08:00
Lingjie Zhu
30351b0bbb
doc: update named parameters
2018-11-30 15:24:16 +08:00
Lingjie Zhu
b85d520c6c
test: add mesh_segmentation() test
2018-11-30 15:24:16 +08:00
Lingjie Zhu
6434be16d5
doc: add another approximation example files
2018-11-30 15:24:16 +08:00
Lingjie Zhu
11f138df8f
doc: update examples
2018-11-30 15:24:16 +08:00
Lingjie Zhu
b5156563be
doc: add additional anchors
2018-11-30 15:24:16 +08:00
Lingjie Zhu
2540672e3d
doc: update operations
2018-11-30 15:24:16 +08:00
Lingjie Zhu
2d939eb2be
fix fit
...
partition always writes to global facet proxy map
fit takes input proxies and write back, maybe not the global proxies(in split)
2018-11-30 15:24:16 +08:00
Lingjie Zhu
5734237ced
split in confined area
2018-11-30 15:24:16 +08:00
Lingjie Zhu
ca22427e42
partition and fitting tagged area
...
use tag to stop the partition flooding
partition/fitting range of proxies
2018-11-30 15:24:16 +08:00
Lingjie Zhu
58f5a58eb5
add proxy wrapper with index
...
mantain the index when addding/refitting/merging/teleporting
2018-11-30 15:24:16 +08:00
Lingjie Zhu
7d06955b2b
make partition and fitting private
...
because they are always used together --> run(nb_iterations)
2018-11-30 15:24:16 +08:00
Lingjie Zhu
1a94e743ad
vertex anchor map int -> std::size_t
...
anchor map value type int to std::size_t
general invalid tag
2018-11-30 15:24:16 +08:00
Lingjie Zhu
521d9566bc
no initialization in manual
...
move initialization under seeding as stop criteria part
update method figure
formulate method
2018-11-30 15:24:16 +08:00
Lingjie Zhu
8bd68fa3ec
update seeding method figure
2018-11-30 15:24:16 +08:00
Lingjie Zhu
e4ad5e4490
add number of proxies curve
...
add nb_proxies - error curve
curve description
error debug output
2018-11-30 15:24:16 +08:00
Lingjie Zhu
50c1e11ee9
add error converge curve
...
add converge curve figure
add converge description
demo error output
2018-11-30 15:24:16 +08:00
Lingjie Zhu
255e107942
remove init from named parameters
2018-11-30 15:24:16 +08:00
Lingjie Zhu
9c9cfc8f53
pulic compute_fitting_error
2018-11-30 15:24:16 +08:00
Lingjie Zhu
af6a8a5df2
replace init with seeding
2018-11-30 15:24:16 +08:00
Lingjie Zhu
b11b32e35e
remove init_by_ interfaces
2018-11-30 15:24:16 +08:00
Lingjie Zhu
fb794ec591
add reasonable default number of iterations
2018-11-30 15:24:16 +08:00
Lingjie Zhu
fa81af898f
named parameter
...
iterations -> nb_of_iterations
inner_iterations -> nb_of_relaxations
2018-11-30 15:24:16 +08:00
Pierre Alliez
ed053b5f2c
Minor improvement on comments.
2018-11-30 15:24:16 +08:00
Pierre Alliez
a146ab46cb
two figures added to user manual
2018-11-30 15:24:16 +08:00
Pierre Alliez
8a4525ea05
massaging user manual
2018-11-30 15:24:16 +08:00
Pierre Alliez
88e0d86f30
Extended list of TODOs
2018-11-30 15:24:16 +08:00
Pierre Alliez
e2b2498b8d
massaging user manual
2018-11-30 15:24:16 +08:00
Pierre Alliez
a0c2416f47
massaging user manual (seeding)
2018-11-30 15:24:16 +08:00
Lingjie Zhu
8a1c9f9323
add vsa_mesh_segmentation with explicit segment map output
2018-11-30 15:24:16 +08:00
Lingjie Zhu
35f3cc6052
minor fixes
2018-11-30 15:24:16 +08:00
Lingjie Zhu
37b8d0fb0e
patch
2018-11-30 15:24:16 +08:00
Lingjie Zhu
12f93c4beb
better init
2018-11-30 15:24:16 +08:00
Lingjie Zhu
1880c3b517
better init
...
init_random with iterations
strict control of max_nb_proxies
2018-11-30 15:24:16 +08:00
Pierre Alliez
8e39b7ca8c
Test updated with anchor_vertices
2018-11-30 15:24:16 +08:00
Pierre Alliez
a74afd3d2c
minor changes in doc
...
adding TOFIX comments
2018-11-30 15:24:16 +08:00
Pierre Alliez
e1f984c3bf
named param anchor_vertex -> vertices
2018-11-30 15:24:16 +08:00
Lingjie Zhu
43dbe443aa
delegate init_by_ to unified init
2018-11-30 15:24:16 +08:00
Lingjie Zhu
eb0725afa1
use unified init in free function API
2018-11-30 15:24:16 +08:00
Lingjie Zhu
b815906e14
unified init with two stop criteria
...
either/both/neither max_nb_proxies and/or min_error_drop specified
parameter check
implicit max number of proxies allowed num_faces/3
2018-11-30 15:24:16 +08:00
Pierre Alliez
00d601a31d
User manual: new teaser, massaging
2018-11-30 15:24:16 +08:00
Andreas Fabri
82f429ee30
Replace std::map by boost::unordered_map to speed up. We can even do better with Dynamic_property_map
2018-11-30 15:24:16 +08:00
Pierre Alliez
b400f30aed
massaging user manual
2018-11-30 15:24:16 +08:00
Lingjie Zhu
408bd0c1bd
add private utility functions
...
surface facets shuffling
init from first facet
2018-11-30 15:24:16 +08:00