Dmitry Anisimov
|
1a542135d1
|
now works with default maps
|
2021-04-13 13:47:18 +02:00 |
Dmitry Anisimov
|
fe5e3415e8
|
changed API of Polyline_graph
|
2021-04-13 11:59:34 +02:00 |
Dmitry Anisimov
|
fa5d4b251a
|
remved some useless internal code
|
2021-04-13 09:24:45 +02:00 |
Dmitry Anisimov
|
f9bdb150a6
|
removed deprecated code
|
2021-04-13 09:20:19 +02:00 |
Dmitry Anisimov
|
b6e2ea61ea
|
named parameters now include point/normal/segment maps
|
2021-04-12 18:02:57 +02:00 |
Dmitry Anisimov
|
c1f27fb0c5
|
relaxed constraints on property maps
|
2021-04-12 15:27:55 +02:00 |
Dmitry Anisimov
|
3c48e35138
|
review Sebastien
|
2021-04-12 14:02:14 +02:00 |
Dmitry Anisimov
|
f0a667d7be
|
docs cleanup
|
2021-03-29 17:14:06 +02:00 |
Dmitry Anisimov
|
0072ad7a77
|
updated ref docs + added sections in the user manual
|
2021-03-29 16:55:53 +02:00 |
Dmitry Anisimov
|
c7d9f007ce
|
updated docs, region growing now properly handles the first time call for all regions
|
2021-03-29 15:01:40 +02:00 |
Dmitry Anisimov
|
424405bcfd
|
added polyline ref docs
|
2021-03-26 17:18:21 +01:00 |
Dmitry Anisimov
|
a1af0e9bb3
|
added segment set region type + better polyline graph
|
2021-03-26 16:53:15 +01:00 |
Dmitry Anisimov
|
d881117b41
|
fitting now works both on points and segments, added segment set sorting
|
2021-03-26 15:51:23 +01:00 |
Dmitry Anisimov
|
8cc513e935
|
added internal region growing traits and polyline graph based on segments
|
2021-03-26 14:48:53 +01:00 |
Dmitry Anisimov
|
35648ab3d6
|
cleanup, move some stuff to internal, updated docs
|
2021-03-26 11:12:46 +01:00 |
Dmitry Anisimov
|
c502a39ea9
|
added empty segment set classes + updated several docs
|
2021-03-25 17:16:27 +01:00 |
Dmitry Anisimov
|
462817c48e
|
added polyline graph test
|
2021-03-25 14:55:01 +01:00 |
Dmitry Anisimov
|
8a0996b671
|
added polyline graph query
|
2021-03-25 11:33:35 +01:00 |
Dmitry Anisimov
|
3ca82f638c
|
added empty polyline graph
|
2021-03-24 17:36:52 +01:00 |
Dmitry Anisimov
|
793037c3d7
|
more precise tests, point set free function, better plane detection on points
|
2021-03-24 17:28:22 +01:00 |
Dmitry Anisimov
|
664bc73149
|
better old tests
|
2021-03-24 14:08:28 +01:00 |
Dmitry Anisimov
|
da8e1a66a3
|
cleanup (new assertions, removed useless code, etc.) + better examples
|
2021-03-24 12:25:22 +01:00 |
Dmitry Anisimov
|
ca8c7f0470
|
added polyline classes, both 2D and 3D, fixed a few small things in other classes
|
2021-03-23 18:51:40 +01:00 |
Dmitry Anisimov
|
b31c9016f9
|
internal code is unified, added utility functions, added normal orientation
|
2021-03-23 15:29:42 +01:00 |
Dmitry Anisimov
|
1ff8c00af4
|
several repeating functions are moved to internal
|
2021-03-23 12:29:22 +01:00 |
Dmitry Anisimov
|
25cd87cce3
|
better precision in all shapes, no approximations now, added iota to sorting
|
2021-03-22 17:37:25 +01:00 |
Dmitry Anisimov
|
b971f6a0e2
|
added free functions and new examples
|
2021-03-22 13:22:32 +01:00 |
Dmitry Anisimov
|
3ae46dd890
|
added new examples with free functions + new data
|
2021-03-19 17:15:54 +01:00 |
Dmitry Anisimov
|
b29db4ca7d
|
simplified region growing examples
|
2021-03-19 16:11:37 +01:00 |
Dmitry Anisimov
|
2d0b31b7f7
|
added named parameters
|
2021-03-19 14:32:14 +01:00 |
Dmitry Anisimov
|
4a9b7c7c9a
|
better incapsulation, naming, and added access to internal property maps
|
2021-03-19 12:20:03 +01:00 |
Dmitry Anisimov
|
05a8105ff8
|
added polyline headers and updated CGAL-style docs + fixed warnings in the Generic_facegraph_printer
|
2021-03-19 11:29:03 +01:00 |
Laurent Rineau
|
3621aaaf3e
|
Merge pull request #5426 from sgiraudot/PSP-RANSAC-Fix_warnings-GF
[PSP/RANSAC] Fix warnings
|
2021-03-03 17:33:05 +01:00 |
Laurent Rineau
|
05d0f01fc4
|
Merge pull request #5487 from sgiraudot/Shape_detection-Disable_long_tests-GF
Shape Detection: Disable expensive tests by default
|
2021-03-03 17:21:27 +01:00 |
Simon Giraudot
|
5955028010
|
Disable expensive tests by default
|
2021-02-23 08:18:47 +01:00 |
Maxime Gimeno
|
7f189620d8
|
Remove CMAKE_CXX_STANDARD commands in cmake scripts
|
2021-02-08 10:06:23 +01:00 |
Simon Giraudot
|
0cf9990bf0
|
Fix conversion warning in RANSAC
|
2021-02-04 08:33:54 +01:00 |
Laurent Rineau
|
f176529041
|
Merge pull request #5357 from sloriot/CGAL-boost_function_output-master
Include non-deprecated header (master)
|
2021-01-21 16:22:39 +01:00 |
Laurent Rineau
|
52bb68c012
|
Merge pull request #5356 from sloriot/CGAL-boost_function_output-5.2
Include non-deprecated header (5.2)
|
2021-01-21 16:18:55 +01:00 |
Sébastien Loriot
|
bc161f2ae9
|
Merge 'CGAL-Eigen3_support-5.2'
|
2021-01-15 10:59:20 +01:00 |
Sébastien Loriot
|
f4935dc199
|
Merge branch 'CGAL-Eigen3_support-5.1'
|
2021-01-15 10:54:02 +01:00 |
Sébastien Loriot
|
eecb00534e
|
fix macro name to be consistent with find_package
|
2021-01-15 10:43:34 +01:00 |
Sébastien Loriot
|
ad911271a9
|
Merge commit '6594e7549bd70923990d86c31e2aa267a79bb629' into HEAD
|
2021-01-15 10:12:17 +01:00 |
Sébastien Loriot
|
6594e7549b
|
do no include a deprecated header
|
2021-01-15 10:07:59 +01:00 |
Sébastien Loriot
|
bdd4efe3b3
|
Merge commit 'efc0c525e8b' into HEAD
|
2021-01-15 10:06:56 +01:00 |
Sébastien Loriot
|
efc0c525e8
|
include non-deprecated header
|
2021-01-15 10:02:00 +01:00 |
Maxime Gimeno
|
5948bc846e
|
Try to remove Filtered_kernel from the dependencies of BGL
|
2021-01-11 14:11:30 +01:00 |
Maxime Gimeno
|
5d2ad68148
|
Add new Dependences. ATTENTION BGL is propagated through the NPs in Stream_support
|
2021-01-08 15:58:46 +01:00 |
Maxime Gimeno
|
3d1c41fd14
|
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
|
2021-01-07 15:05:28 +01:00 |
Laurent Rineau
|
47c4fc8aa2
|
Merge pull request #5279 from sgiraudot/RANSAC-Fix_ptrdiff_overflow-GF
[RANSAC] Fix ptrdiff overflow
|
2020-12-16 17:49:07 +01:00 |