Sébastien Loriot
4a0e6b7707
use the note doxygen command to emphase
2013-02-12 18:35:21 +01:00
Sébastien Loriot
2f43a47554
prevent linking
2013-02-11 19:22:53 +01:00
Sébastien Loriot
63de1129d1
update code for plugin compilation
2013-01-16 18:54:59 +01:00
Sébastien Loriot
b9a42236d5
port the documention to the latest CGAL doxygen setup
2013-01-16 18:05:13 +01:00
Sébastien Loriot
82eec48453
Merge branch 'gsoc2012-segmentation-iyaz-old' into gsoc2012-segmentation-iyaz
...
Conflicts:
.gitattributes
Polyhedron/demo/Polyhedron/CMakeLists.txt
2013-01-14 19:48:08 +01:00
iyaz
80521d65a4
A comment on cone-angle was forgotten, fixed.
2013-01-14 18:57:01 +02:00
iyaz
e440cb2c1d
AABB_traversal_traits.h & Alpha_expansion_graph_cut.h & SDF_calculation.h: Removal of unused code sections.
...
SDF_calculation.h: MAD for removing outlier approach
2013-01-12 21:55:34 +02:00
iyaz
c6cc177bfa
API function names are changed:
...
old name -> new name
sdf_values_computation -> compute_sdf_values
surface_mesh_segmentation_from_sdf_values -> segment_from_sdf_values
surface_mesh_segmentation -> compute_sdf_values_and_segment
Also example code files are changed accordingly.
2013-01-12 15:59:58 +02:00
Ílker Yaz
03e0952c96
-code review in outlier-removal
...
-use make_pair & make_tuple
-handles are passed by value
2012-09-05 17:25:44 +00:00
Sébastien Loriot
5cd9c2ce74
do not document internal namespace
2012-09-03 08:52:34 +00:00
Ílker Yaz
5ff1aed804
changing dft to bft (for segment extracting)
...
and review.
2012-09-01 02:26:02 +00:00
Ílker Yaz
ab6b5ebb57
Code & comment review.
2012-08-30 18:18:40 +00:00
Ílker Yaz
7064d52d63
Integrating MAXFLOW software.
2012-08-30 14:58:37 +00:00
Ílker Yaz
42e8424912
Taking traits object as parameter.
2012-08-30 11:41:00 +00:00
Ílker Yaz
3b121490a4
small change (convert substraction of points to vector construction)
2012-08-29 02:37:51 +00:00
Ílker Yaz
92a49835d8
Integrating Construct_centroid_3
2012-08-29 02:26:09 +00:00
Ílker Yaz
83d2f4d8b6
Integrating Construct_translated_point_3
2012-08-29 02:23:43 +00:00
Ílker Yaz
fe60f52cd3
Integrating Construct_normal_3 & Construct_unit_normal_3
2012-08-29 02:16:54 +00:00
Ílker Yaz
d114ec42d8
Intergating Construct_sum_of_vectors_3
2012-08-29 02:11:52 +00:00
Ílker Yaz
223ed06159
Integrating Construct_scaled_vector_3
2012-08-29 02:05:04 +00:00
Ílker Yaz
4feaec7dba
Change Polyhedron::Traits with SegmentationGeomTraits
...
- integrate Angle_3
2012-08-29 01:58:54 +00:00
Ílker Yaz
27b6cb1507
Integrating SegmentationGeomTraits into Surface_mesh_segmentation
2012-08-29 01:14:43 +00:00
Ílker Yaz
298f168346
Integrating SegmentationGeomTraits
...
- New template parameter is added to SDF_calculation and Surface_mesh_segmentation
- mesh_segmentation.h is changed according to passing trait parameter to Surface_mesh_segmentation
2012-08-29 00:57:38 +00:00
Ílker Yaz
445e63c40c
Added test files, and code review.
2012-08-29 00:16:44 +00:00
Sébastien Loriot
38a712b5cf
introduce the geometric traits in the code and
...
in the documentation, but did not really change something in the code.
2012-08-28 15:28:37 +00:00
Sébastien Loriot
7fb3bfaaa2
avoid conflict with CGAL::internal::sqrt
2012-08-28 13:21:47 +00:00
Sébastien Loriot
98ec2762eb
use CGAL's sqrt function
2012-08-28 13:18:54 +00:00
Sébastien Loriot
aa3a0b0cdf
fix initialization order
2012-08-28 13:16:26 +00:00
Ílker Yaz
d92e7ecebd
Small correction for comments.
2012-08-28 02:49:42 +00:00
Ílker Yaz
ab9cb4b250
Code review.
2012-08-28 02:44:30 +00:00
Sébastien Loriot
1a62f79ae1
rephrase doc
2012-08-27 08:57:28 +00:00
Ílker Yaz
6b8835b9b1
User manual is updated.
...
Code review (unused includes are removed)
(Added an experimental filtering)
2012-08-27 02:40:34 +00:00
Ílker Yaz
c001aa1662
Now, returned segment-ids are ordered by average sdf value of the segment (facets that construct that segment).
2012-08-24 19:33:41 +00:00
Ílker Yaz
58fccbef0a
Fix a copy-paste error.
2012-08-24 02:53:25 +00:00
Ílker Yaz
b093a9a7c7
Small changes on Surface_mesh_segmentation
2012-08-24 02:29:00 +00:00
Ílker Yaz
d6f1d70ebe
Fix (copy/paste error)
2012-08-23 13:37:51 +00:00
Ílker Yaz
83d5a268c8
remove unused functions
2012-08-23 12:27:21 +00:00
Sébastien Loriot
de3c160b41
rephrase
2012-08-23 07:25:55 +00:00
Sébastien Loriot
17aff431e2
missing typename
2012-08-23 06:23:34 +00:00
Ílker Yaz
0c484a175e
Changes on documentation & Small change on demo.
2012-08-23 00:50:22 +00:00
Ílker Yaz
fcfc79dfc7
1) Surface_mesh_segmentation does not hold any state now.
...
2) Demo is updated (it uses the API now) (also cleaned)
Also SDF values that are used for visualization (result of "Calculate SDF") is now linearly normalized values (previously they were log-normalized)
3) New example is added (using id's to access pmap data)
2012-08-22 15:37:31 +00:00
Sébastien Loriot
3e5d71bcaa
update reference manual
2012-08-21 07:38:50 +00:00
Sébastien Loriot
edec4fd899
accomodate change in template parameters
2012-08-21 07:18:25 +00:00
Sébastien Loriot
407e8c12da
invalid end of comment
2012-08-21 06:56:48 +00:00
Ílker Yaz
7d4447bd1c
Alpha_expansion_graph_cut.h:
...
Mostly reviewing. Also including a note about performance.
It now contains an implementation which uses MAXFLOW software (see comments in performance)
Documentation update (reference manual part)
2012-08-21 02:48:34 +00:00
Ílker Yaz
ccfa68b331
small fix
2012-08-20 12:15:01 +00:00
Ílker Yaz
6887a24ec0
Warnings are fixed (hopefully).
2012-08-20 11:50:53 +00:00
Sébastien Loriot
252a20862c
do not document internal class
2012-08-20 08:45:21 +00:00
Sébastien Loriot
f2abaabc8f
reorder init of members
2012-08-20 08:27:55 +00:00
Sébastien Loriot
9b407ec3c1
reorder initialization of members
2012-08-20 07:29:52 +00:00