Simon Giraudot
|
335abd45dd
|
Fix warnings
|
2017-08-14 09:58:33 +02:00 |
Simon Giraudot
|
3d53408682
|
Fix Doxygen warnings
|
2017-08-07 17:00:00 +02:00 |
Simon Giraudot
|
bc3999f470
|
More warning fixes
|
2017-08-07 10:09:04 +02:00 |
Simon Giraudot
|
f03469dc5e
|
Fix error in example (bad argument handling)
|
2017-08-07 10:08:28 +02:00 |
Simon Giraudot
|
dd7bebe3e9
|
Fix windows warning FT conversion
|
2017-08-07 09:59:17 +02:00 |
Simon Giraudot
|
3fbc15fa7e
|
Warning fix: typename outside class
|
2017-08-07 09:55:18 +02:00 |
Simon Giraudot
|
d521432fa5
|
Fix outdated CMakeLists
|
2017-08-07 09:49:53 +02:00 |
Simon Giraudot
|
77b3398439
|
Revert change of parameter's behavior (error prone)
|
2017-08-03 11:09:21 +02:00 |
Simon Giraudot
|
b0f636530b
|
Fix tests from shape detection
|
2017-08-03 09:02:51 +02:00 |
Simon Giraudot
|
82100d5c07
|
Add missing square_distance include
|
2017-08-02 14:57:55 +02:00 |
Simon Giraudot
|
2f8f10de44
|
Warning fix: unused variable
|
2017-08-01 16:59:23 +02:00 |
Simon Giraudot
|
6b9acabb41
|
Fix license problem
|
2017-08-01 15:49:56 +02:00 |
Simon Giraudot
|
7c20a93563
|
Make TBB optional only in examples
|
2017-08-01 15:49:56 +02:00 |
Simon Giraudot
|
c66f3943a4
|
Fix subsection tag and name
|
2017-08-01 15:47:59 +02:00 |
Simon Giraudot
|
6177d34d74
|
Update doc from review
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
db7470ccd3
|
Add history section in doc
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
b6812f7f60
|
Update doc from review + some fixes
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
5fdf497b08
|
Add figure for comparison RANSAC/region growing
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
61a3d711d6
|
Add performance graph for region growing
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
f9a2547f9e
|
Merge examples
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
d0e3e7761e
|
Bugfix: use attribute of class to recall available points
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
2938a6a702
|
Bugfix: compute PCA after enough points are found
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
46862a2569
|
Fix broken link in doc
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
4c99c7be33
|
Fix doc
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
be69b2bdd9
|
Update doc and API
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
6a119fef11
|
Unify APIs of structuring and regularization
|
2017-08-01 15:47:58 +02:00 |
Simon Giraudot
|
fd241cf918
|
Fix parameter in plane regularization
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
c1309bd35a
|
Improve seed picking for region growing
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
55d73a15fb
|
Use Point_set_3 in example
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
a3b70e0fee
|
Some fixes and improvements in Region growing
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
7a2ee4bc02
|
Add Plane_range access in RANSAC
|
2017-08-01 15:45:38 +02:00 |
Simon Giraudot
|
47f42f63f1
|
Provide property maps to easily handle shape detection output
|
2017-08-01 15:45:37 +02:00 |
Simon Giraudot
|
f3763c3456
|
Generalize plane regularization API
|
2017-08-01 15:45:37 +02:00 |
Simon Giraudot
|
e717bccb39
|
New example for region growing
|
2017-08-01 15:45:06 +02:00 |
Simon Giraudot
|
1f439643f4
|
Add Region_growing as friend class of Shape_base
|
2017-08-01 15:45:06 +02:00 |
Simon Giraudot
|
abda210b66
|
First version of region growing algorithm
|
2017-08-01 15:45:06 +02:00 |
Simon Giraudot
|
b88deb3759
|
Rename Efficient_RANSAC_traits as Shape_detection_traits (same for concept)
|
2017-08-01 15:45:06 +02:00 |
Simon Giraudot
|
3fdcff513c
|
Bugfix: do not keep track of if connected components were already computed or not
|
2017-06-20 14:04:07 +02:00 |
Andreas Fabri
|
d9c634e63f
|
Remove unused variables
|
2017-05-11 16:12:56 +02:00 |
Sébastien Loriot
|
c360e025a1
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch' into HEAD
|
2017-03-16 10:41:40 +01:00 |
Simon Giraudot
|
12e032c9e4
|
Bugfix in test: shape factory must be added when input is reset
|
2017-03-16 10:37:22 +01:00 |
Simon Giraudot
|
24ff167b72
|
Fix incomplete clear
|
2017-03-16 10:37:21 +01:00 |
Simon Giraudot
|
d35c50577d
|
Fix warning in point set shape detection
|
2017-03-14 07:20:50 +01:00 |
Sébastien Loriot
|
a89ccb10e7
|
remove non UTF-8 characters
|
2017-01-19 15:20:26 +01:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Clément Jamin
|
9fdc2c84e7
|
Update dependencies
|
2017-01-16 10:54:19 +01:00 |
Simon Giraudot
|
94b0157563
|
Only check if other shape is the same if inliers not empty
|
2017-01-11 11:36:35 +01:00 |
Maxime Gimeno
|
a01593e0bb
|
Unify the links to the Polyhedron demo in the package descriptions.
|
2017-01-10 14:56:52 +01:00 |
Simon Giraudot
|
0df67413eb
|
Fix EfficientRANSACTraits requirements
|
2016-10-31 15:11:55 +01:00 |
Simon Giraudot
|
db30ed1a82
|
Update with remarks from code review
|
2016-10-31 12:38:18 +01:00 |