Shihao Wu
|
8d84db1626
|
did a pass on reference manual, added TBB links.
|
2014-11-05 21:15:23 +08:00 |
|
Clement Jamin
|
af7db50731
|
A few more doc fixes
|
2014-11-05 10:55:51 +01:00 |
|
Clement Jamin
|
b207f6a364
|
General pass on the ref manual
|
2014-11-05 10:51:12 +01:00 |
|
Clement Jamin
|
27237f8654
|
Doc improvements
|
2014-11-05 10:27:02 +01:00 |
|
Clement Jamin
|
b545546290
|
Simplify output iterators (no property maps anymore)
|
2014-11-05 09:50:43 +01:00 |
|
Clement Jamin
|
6aec1354d3
|
Add refs to the user manual + minor fixes
|
2014-11-04 23:42:23 +01:00 |
|
Clement Jamin
|
6a09ac08e9
|
Redondant
|
2014-11-04 23:29:24 +01:00 |
|
Clement Jamin
|
af24514f8f
|
Fix typos and sentences
|
2014-11-04 23:26:07 +01:00 |
|
Clement Jamin
|
0f2fdb97d5
|
Return output iterator + fix const
|
2014-11-04 23:17:31 +01:00 |
|
Clement Jamin
|
e33b778ec0
|
update cgalCite refs
|
2014-11-04 23:01:07 +01:00 |
|
Shihao Wu
|
cb626399b5
|
make value range of edge_senstivity [0, 1].
|
2014-11-05 02:59:22 +08:00 |
|
Shihao Wu
|
da89d3f285
|
combined the function description from user manual to reference manual.
|
2014-11-05 00:36:38 +08:00 |
|
Shihao Wu
|
8098a4b740
|
replace "links to web page in the doc" with "references to the paper citation"
|
2014-11-03 08:17:56 +08:00 |
|
Jocelyn MEYRON
|
cce3188a2d
|
documenting VCM
|
2014-09-28 13:59:16 +02:00 |
|
Shihao Wu
|
453c707220
|
I changed all "ForwardIterator value_type" to "ForwardIterator::value_type".
|
2014-09-22 04:40:47 +08:00 |
|
Shihao Wu
|
94b263151b
|
added: "/// Kernel_traits are used for deducing the Kernel."
|
2014-09-22 04:37:45 +08:00 |
|
Jocelyn MEYRON
|
b14ffe8183
|
minor fix for halfspace_intersection_3
|
2014-09-16 17:10:46 +02:00 |
|
Jocelyn MEYRON
|
04df458137
|
minor fix for halfspace_intersection_3
|
2014-09-16 16:27:16 +02:00 |
|
Jocelyn MEYRON
|
b2ac8e72d8
|
change halfspaces to halfspace
|
2014-09-16 15:01:34 +02:00 |
|
Jocelyn MEYRON
|
af3fd69dd1
|
divide the vcm_estimate_edges into a vcm_compute and construct_mst
|
2014-09-15 15:10:50 +02:00 |
|
Jocelyn MEYRON
|
663e41741b
|
doc for vcm normals and feature edges estimation
|
2014-08-14 17:35:25 +02:00 |
|
Jocelyn MEYRON
|
ac0921866c
|
add origin to halfspaces_intersection_with_construction_3 + doc vcm normal
|
2014-08-08 18:28:23 +02:00 |
|
Jocelyn MEYRON
|
4a50711cf8
|
add halfspaces_intersection_with_construction_3 + doc + benchmark
|
2014-08-08 17:32:58 +02:00 |
|
Sébastien Loriot
|
fbf21351b8
|
using nested Vector_3 and Point_3 (K is not necessarily a valid kernel)
|
2014-07-29 11:35:45 +02:00 |
|
Sébastien Loriot
|
9d54c40a1c
|
remove unneeded typename and use kernel parameter instead of default constructed
|
2014-07-29 11:34:46 +02:00 |
|
Jocelyn MEYRON
|
a6adefb0c3
|
Finish documentation for vcm_estimate_normals + Add a variant with a number of neighbors.
|
2014-07-23 14:23:48 +02:00 |
|
Sébastien Loriot
|
8f44942268
|
workaround a bug in dijsktra algorithm in boost 1.54 affecting normal estimation
(cherry picked from commit bc8e1f399d)
Conflicts:
Installation/changes.html
|
2014-07-21 14:36:30 +02:00 |
|
Sébastien Loriot
|
bc8e1f399d
|
workaround a bug in dijsktra algorithm in boost 1.54 affecting normal estimation
|
2014-07-19 12:20:29 +02:00 |
|
Jocelyn MEYRON
|
cb18c331b2
|
Fix crash in halfspaces_intersection_3
|
2014-07-17 16:11:52 +02:00 |
|
Sébastien Loriot
|
3ee7070476
|
remove unused type
|
2014-07-15 15:25:19 +02:00 |
|
Sébastien Loriot
|
abfc353866
|
fix include directive
|
2014-07-15 15:25:08 +02:00 |
|
Jocelyn MEYRON
|
e6b4c7664a
|
VCM normal estimation plugin
|
2014-07-15 14:53:51 +02:00 |
|
Jocelyn MEYRON
|
a46ebb1d94
|
begin working on edges detection + refactoring normal estimation
|
2014-07-09 17:28:22 +02:00 |
|
Jocelyn MEYRON
|
c2debb7a9c
|
change halfspaces_intersection to halfspaces_intersection_3 and change
the associated example + fix normals estimation using VCM
|
2014-07-09 10:56:21 +02:00 |
|
Jocelyn MEYRON
|
c0c481571c
|
Corrections on the documentation + add test if origin inside the
polyhedron during in halfspaces_intersection
|
2014-07-04 18:14:11 +02:00 |
|
Jocelyn MEYRON
|
f26c973028
|
Add VCM normal estimation to the Point_set_processing_3 normal
estimation demo
Doc and tests must be made now
|
2014-07-02 10:23:37 +02:00 |
|
Andreas Fabri
|
9b0bbf4d1f
|
The old boost/property_map.hpp did not include vector_property_map.hpp
|
2014-07-01 13:55:14 +02:00 |
|
Shihao Wu
|
3c7637d3a0
|
Double check and did more refinement for the 1st round review of three new functions.
|
2014-06-21 22:19:00 +08:00 |
|
Shihao Wu
|
07686efadd
|
Added OUTPUT_FILENAME.c_str().
Added (Please cite the paper if you use this function).
|
2014-06-21 21:31:10 +08:00 |
|
Shihao Wu
|
b8c47eac1a
|
Refined the documentation.
|
2014-06-21 21:06:21 +08:00 |
|
Shihao Wu
|
3340ce305b
|
Updated documentations according to Qmerigot's review about reference manual
|
2014-06-21 18:14:22 +08:00 |
|
Shihao Wu
|
bc3674eef4
|
refined the doc of WLOP
|
2014-06-12 18:34:37 +08:00 |
|
Shihao Wu
|
e218a962db
|
I added "@param output output iterator", but I may did the wrong way...
|
2014-06-12 18:13:13 +08:00 |
|
Shihao Wu
|
097e322899
|
intuition on what parameters represents for the last 4 parameters
|
2014-06-12 17:06:16 +08:00 |
|
Shihao Wu
|
13b100c836
|
refined the documentation of bilateral_smoothing
|
2014-06-09 20:25:39 +08:00 |
|
Shihao Wu
|
860b476ac2
|
sharp_sigma -> sharp_angle
|
2014-06-09 18:35:39 +08:00 |
|
Shihao Wu
|
d778282040
|
'compute density' -> 'require_uniform_sampling'
|
2014-06-09 16:37:56 +08:00 |
|
Shihao Wu
|
cf267b2524
|
"need_compute_density=false" -> <code>compute_density=false</code>
|
2014-06-09 16:03:05 +08:00 |
|
Shihao Wu
|
08cd36bcdb
|
retained to the submission state..
|
2014-03-27 18:28:49 +08:00 |
|
Shihao Wu
|
b1c0196fc6
|
changed the performance figure
note: this version can test the parallel performance
|
2014-03-27 18:23:27 +08:00 |
|