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 |
Simon Giraudot
|
f65db046b1
|
Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF
|
2016-10-28 15:02:48 +02:00 |
Laurent Rineau
|
223c1cf5a4
|
Merge pull request #1530 from lrineau/Installation-compute_dependencies-GF
Compute and fix packages dependencies
|
2016-10-05 13:11:04 +02:00 |
Laurent Rineau
|
9a0bb54922
|
Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
Clean up projects name in cmake scripts
|
2016-10-05 13:02:25 +02:00 |
Andreas Fabri
|
d1f882c23f
|
Fix package Point_set_shape_detection_3: include headers
|
2016-09-30 15:22:30 +02:00 |
Andreas Fabri
|
d42bf64426
|
Fix package Point_set_shape_detection_3: include headers
|
2016-09-30 15:22:27 +02:00 |
Sébastien Loriot
|
7e2ee496de
|
update project name of cmake scripts of tests
|
2016-09-08 00:26:37 +02:00 |
Sébastien Loriot
|
6b338eeb1f
|
improve the name of projects in cmake scripts of examples
|
2016-09-08 00:02:55 +02:00 |
Simon Giraudot
|
d72b3d09fd
|
Improved readability of example
|
2016-09-07 14:37:58 +02:00 |
Simon Giraudot
|
a7b3a8fcc6
|
Add precision about specific parameters in doc
|
2016-09-06 08:35:16 +02:00 |
Simon Giraudot
|
5c4799f3dd
|
Improve example with dynamic cast
|
2016-09-06 08:35:06 +02:00 |
Simon Giraudot
|
9fa12bf982
|
Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF
|
2016-07-19 14:50:15 +02:00 |
Simon Giraudot
|
cd28623422
|
Add Line_2 to Efficient RANSAC traits
|
2016-07-05 14:16:28 +02:00 |
Guillaume Damiand
|
10469f9c4e
|
Update with master
|
2016-05-25 10:58:55 +02:00 |
Simon Giraudot
|
a6b11751b1
|
Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old' into Point_set_processing_3-Point_set_structuring-GF
|
2016-05-17 10:00:03 +02:00 |
Sebastien Loriot
|
54b244c430
|
Merge pull request #914 from sgiraudot/Point_set_shape_detection_3-Plane_regularization-GF
Point set shape detection: Plane regularization
|
2016-04-29 13:08:44 +02:00 |
Simon Giraudot
|
763fd28a69
|
Warning fix: explicit conversion from double to FT
|
2016-04-25 10:05:47 +02:00 |
Simon Giraudot
|
d04378bc7a
|
Update doc with latest review
|
2016-04-21 09:57:16 +02:00 |
Simon Giraudot
|
629571b8cb
|
Test symmetry regularization
|
2016-04-21 09:42:07 +02:00 |
Simon Giraudot
|
5d5778f58e
|
Fix symmetry regularization
|
2016-04-21 09:41:03 +02:00 |
Simon Giraudot
|
abf2070f77
|
Clean up code
|
2016-04-21 07:56:03 +02:00 |
Simon Giraudot
|
b101e9bc4c
|
New test for plane_regularization
|
2016-04-20 15:35:25 +02:00 |
Simon Giraudot
|
18a3db0014
|
Use plane.d() to update m_d in Plane_shape
|
2016-04-20 15:34:58 +02:00 |
Simon Giraudot
|
f28b7adc7b
|
Some additional fixes
|
2016-04-20 15:34:39 +02:00 |
Simon Giraudot
|
fc7d47e8d7
|
Add condition for subgraphing mutually orthogonal clusters
|
2016-04-20 12:57:13 +02:00 |
Simon Giraudot
|
5252b4ef36
|
Bugfix: bad index copy-paste
|
2016-04-20 12:35:30 +02:00 |
Simon Giraudot
|
238510c27e
|
Remove warning
|
2016-04-20 11:55:29 +02:00 |
Simon Giraudot
|
55b9d92fc9
|
Bugfix: convert angle to radians
|
2016-04-20 11:33:46 +02:00 |
Simon Giraudot
|
dc1aae87bd
|
Bugfix: propagate property maps to regularization function
|
2016-04-20 11:33:10 +02:00 |
Simon Giraudot
|
372b2d161a
|
Merge branch 'Point_set_processing_3-Point_set_structuring-GF-old-old' into Point_set_processing_3-Point_set_structuring-GF-old
|
2016-04-12 14:01:45 +02:00 |
Laurent Rineau
|
836ce61d39
|
Merge branch 'releases/CGAL-4.8-branch'
|
2016-03-31 12:35:23 +02:00 |
Simon Giraudot
|
aaa2a41e01
|
Explicit propagations of property maps to Octree structures
|
2016-03-30 14:08:28 +02:00 |
Simon Giraudot
|
be5a66ef63
|
Add property maps as parameters of Octree constructor
|
2016-03-30 14:08:00 +02:00 |
Simon Giraudot
|
b98dc48a61
|
Windows warning fix: explicit conversion to FT
|
2016-03-21 10:49:59 +01:00 |
Simon Giraudot
|
7276c06c36
|
Merge branch 'Point_set_shape_detection_3-Plane_regularization-GF-old' into Point_set_shape_detection_3-Plane_regularization-GF
|
2016-03-15 10:37:02 +01:00 |
Simon Giraudot
|
64c69ebf97
|
Update manual
|
2016-03-14 15:25:38 +01:00 |
Simon Giraudot
|
2777311113
|
Add example to documentation
|
2016-03-14 15:25:26 +01:00 |
Simon Giraudot
|
e3f9bac2c7
|
New example for plane regularization
|
2016-03-14 14:42:21 +01:00 |
Simon Giraudot
|
1f7a15c501
|
Update manual
|
2016-03-14 14:23:57 +01:00 |