Sébastien Loriot
|
a0d60a94de
|
remove warnings
|
2015-04-22 18:43:13 +02:00 |
Sébastien Loriot
|
7fab19d2df
|
forgot to rename a is_on_edge
|
2015-04-22 11:44:04 +02:00 |
Sébastien Loriot
|
f098d8508c
|
use mathjax for the matrix
|
2015-04-20 18:39:41 +02:00 |
Sébastien Loriot
|
27a3531bd6
|
rename is_on_edge
|
2015-04-20 18:31:12 +02:00 |
Sébastien Loriot
|
e312edf41d
|
add doc todo
|
2015-04-20 18:30:52 +02:00 |
Sébastien Loriot
|
8bc716abf6
|
directly use CGAL::cpp11::array rather than a custom class
|
2015-04-20 18:11:25 +02:00 |
Sébastien Loriot
|
e553310940
|
update of is_edge and vcm_estimate_normals
|
2015-04-20 17:40:08 +02:00 |
Sébastien Loriot
|
d7e6b7dfa8
|
update doc of vcm_compute
|
2015-04-20 17:10:40 +02:00 |
Sébastien Loriot
|
f3d774e005
|
document the function to know whether a point is on a sharp feature
and hide the function trying to reconstruct edges
|
2015-04-20 17:05:42 +02:00 |
Sébastien Loriot
|
5dcc322f78
|
rename include guards
|
2015-04-20 16:10:55 +02:00 |
Sébastien Loriot
|
8b455b2710
|
add license headers
|
2015-04-20 16:09:38 +02:00 |
Sébastien Loriot
|
4f177e0e65
|
move internal details to internal directory
|
2015-04-20 16:06:55 +02:00 |
Sébastien Loriot
|
1f871965ed
|
remove warning and compilation issue
|
2015-04-14 16:39:36 +02:00 |
Jocelyn MEYRON
|
fb23ce1419
|
fix include voronoi_covariance_3.h
|
2014-11-11 16:05:41 +01:00 |
Sébastien Loriot
|
e508147c7d
|
move header files in CGAL/Convex_hull_3/dual
|
2014-11-05 16:36:16 +01:00 |
Sébastien Loriot
|
e5b72ac5b3
|
Merge branch 'old/gsoc2014-VCM_3-jmeyron' into gsoc2014-VCM_3-jmeyron
Conflicts:
Arrangement_on_surface_2/examples/Arrangement_on_surface_2/bgl_primal_adapter.cpp
BGL/examples/BGL_arrangement_2/primal.cpp
BGL/include/CGAL/boost/graph/dijkstra_shortest_paths.hpp
Installation/changes.html
Point_set_processing_3/examples/Point_set_processing_3/CMakeLists.txt
|
2014-11-05 16:11:35 +01:00 |
Jocelyn MEYRON
|
cce3188a2d
|
documenting VCM
|
2014-09-28 13:59:16 +02: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 |
Sébastien Loriot
|
b2b7e5cb7c
|
bugfix to avoid assuming Monge_via_jet_fitting has default template parameters
|
2014-01-23 10:32:30 +01:00 |
Laurent Rineau
|
6708200dfd
|
Warn about a bug of prim_minimum_spanning_tree() in Boost.Graph 1.54
That bug causes mst_orient_normals() to fail with Boost 1.54. Hopefully,
the bug is fixed in Boost 1.55 beta.
|
2013-10-10 16:18:51 +02:00 |
Andreas Fabri
|
527a4bc63d
|
Add #includes
|
2013-09-16 19:12:28 +02:00 |
Andreas Fabri
|
6c547e5663
|
Mainly added includes
|
2013-09-13 22:24:30 +02:00 |
Sébastien Loriot
|
607a1ac8ca
|
re-add property map dereferencing a property_map lost during update-merge
|
2013-06-19 11:31:06 +02:00 |
Sébastien Loriot
|
829a6c0ac1
|
doxygen: prevent linking
|
2013-06-17 09:52:08 +02:00 |
Sébastien Loriot
|
716f87d2d7
|
rename Hidden_type to unspecified_type and update its description
|
2013-06-13 18:48:58 +02:00 |
Sébastien Loriot
|
ffa4bf7d34
|
rename MACRO to enable old code
|
2013-06-13 17:04:50 +02:00 |
iyaz
|
a541518c01
|
use member get on tuples instead of free func get
|
2013-06-06 22:41:43 +03:00 |
Sébastien Loriot
|
b72e31e2ae
|
ADL does not apply to a function with an explicitly qualified template argument
|
2013-06-05 09:23:38 +02:00 |
Sébastien Loriot
|
677bc07a4d
|
rename Typed_identity_property_map_by_reference to Identity_property_map
and update its documentation
|
2013-05-13 11:38:07 +02:00 |
Sébastien Loriot
|
f91eac468e
|
enhance documentation
|
2013-05-13 10:59:15 +02:00 |