Simon Giraudot
|
70f3ac32ef
|
Fix files not compiled by doxygen
|
2020-03-23 13:23:25 +01:00 |
Sébastien Loriot
|
eb5d1d9a95
|
Update from master
|
2020-03-20 08:58:52 +01:00 |
Simon Giraudot
|
34185bbae1
|
Fix warnings
|
2020-03-18 08:30:57 +01:00 |
Mael Rouxel-Labbé
|
618a72b739
|
Merge remote-tracking branch 'cgal/master' into PMP-soup_to_mesh_add_vpm
|
2020-03-17 20:00:31 +01:00 |
Simon Giraudot
|
feaa8ce598
|
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
|
2020-03-05 15:58:17 +01:00 |
Mael Rouxel-Labbé
|
26463ded7a
|
Update NPs using default constructed default values to new API
+ misc cleaning
|
2020-02-28 11:55:17 +01:00 |
Mael Rouxel-Labbé
|
98f3878c4d
|
Move some PSP_3::GetPointMap to CGAL:: namespace
|
2020-02-20 11:12:15 +01:00 |
Mael Rouxel-Labbé
|
3a968a3433
|
Move GetPointMap to CGAL:: namespace (from CGAL::PSP_3)
Since it'll also be used in PMP
|
2020-02-19 17:47:43 +01:00 |
Simon Giraudot
|
059ed45064
|
Avoid polluting testing if OpenGR/pointmatcher missing
|
2020-02-13 09:43:19 +01:00 |
Simon Giraudot
|
66ebb5a7d6
|
Fix missing Eigen dep in targets
|
2020-02-10 11:57:57 +01:00 |
Simon Giraudot
|
6c8fd43ebb
|
Use CGAL_target_use_* mechanism for Eigen, LASLIB, OpenCV, TensorFlow, GLPK, SCIP, Boost IOStreams and Serialization
|
2020-02-10 11:57:56 +01:00 |
Laurent Rineau
|
0fd7bbc4ff
|
Merge pull request #4364 from afabri/CGAL-Parallel_if_available_tag
CGAL:: Add Parallel_if_available_tag
|
2020-02-07 16:25:03 +01:00 |
Laurent Rineau
|
ce9edc9834
|
Merge pull request #4450 from MaelRL/CGAL-Use_CGAL_PI-GF
Use `CGAL_PI` where relevant
|
2020-02-07 16:24:44 +01:00 |
Mael
|
8f29c7cb63
|
Merge branch 'master' into CGAL-Parallel_if_available_tag
|
2020-01-29 16:42:54 +01:00 |
Laurent Rineau
|
315a0b54d1
|
Merge pull request #4468 from maxGimeno/TBB-Fix_deprecation_warnings-5_0-maxGimeno
TBB deprecated code replacement
|
2020-01-29 16:27:53 +01:00 |
Laurent Rineau
|
94051f3f63
|
Merge pull request #4492 from sgiraudot/PSP-Cleanup_Point_with_normal_3_includes-GF
Remove undocumented CGAL::Point_with_normal_3 from examples
# Conflicts:
# Advancing_front_surface_reconstruction/examples/Advancing_front_surface_reconstruction/reconstruction_structured.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_custom_shape.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/efficient_RANSAC_parameters.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/plane_regularization.cpp
# Point_set_shape_detection_3/examples/Point_set_shape_detection_3/shape_detection_with_callback.cpp
# Shape_detection/examples/Shape_detection/efficient_RANSAC_with_point_access.cpp
# Shape_detection/examples/Shape_detection/shape_detection_basic_deprecated.cpp
|
2020-01-29 16:21:31 +01:00 |
Simon Giraudot
|
3544d43898
|
Remove undocumented CGAL::Point_with_normal_3 from examples
|
2020-01-28 10:09:49 +01:00 |
Simon Giraudot
|
2bbe1f4a21
|
Fix cmake warning using QUIET
|
2020-01-22 11:02:33 +01:00 |
Simon Giraudot
|
5daa73c9bc
|
Use CGAL_target_use_* mechanism for OpenGR and pointmatcher
|
2020-01-16 16:12:34 +01:00 |
Simon Giraudot
|
f1d155045e
|
Fix licenses
|
2020-01-16 11:00:00 +01:00 |
Simon Giraudot
|
10b92bc1d5
|
Replace large XYZ by smaller binary PLY + fix examples
|
2020-01-15 15:26:24 +01:00 |
Simon Giraudot
|
5beaa0c164
|
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
|
2020-01-15 10:28:10 +01:00 |
Maxime Gimeno
|
85712ba28c
|
WIP replacing tbb deprecated includes.
|
2020-01-14 15:03:20 +01:00 |
Mael Rouxel-Labbé
|
3c7eb2c6b9
|
Use CGAL_PI instead of hardcoding it
|
2020-01-07 15:31:07 +01:00 |
Simon Giraudot
|
fd44fb278e
|
Add warning about which point set to use as reference
|
2019-12-11 13:25:16 +01:00 |
Simon Giraudot
|
1646f9dba2
|
Document new parameter
|
2019-12-11 13:08:27 +01:00 |
Simon Giraudot
|
ad6403399c
|
Fix assertion
|
2019-12-11 12:53:32 +01:00 |
Simon Giraudot
|
e657cd72f7
|
Add named parameter for max normal deviation
|
2019-12-11 12:50:44 +01:00 |
Laurent Rineau
|
65cde3ce79
|
Merge branch 'master' into Faster_dd_spatial_searching-cjamin
|
2019-12-03 19:18:15 +01:00 |
Necip Yildiran
|
45e728f1e3
|
typos were corrected in doc of PSP OpenGR/PointMatcher wrappers
|
2019-11-29 13:01:53 -05:00 |
Mael Rouxel-Labbé
|
e73b973b62
|
Use Parallel_if_available_tag to simplify code that used CGAL_LINKED_WITH_TBB
|
2019-11-20 12:24:54 +01:00 |
Simon Giraudot
|
c43c6ac2fa
|
Merge remote-tracking branch 'clement/Faster_dd_spatial_searching-cjamin' into Faster_dd_spatial_searching-cjamin
|
2019-10-22 13:21:53 +02:00 |
Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +02:00 |
Sébastien Loriot
|
7356421d80
|
introduce Commercial license SPDX tag
|
2019-10-19 12:15:19 +02:00 |
Sébastien Loriot
|
9bd9c68b83
|
update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
|
2019-10-18 21:57:54 +02:00 |
Laurent Rineau
|
efcc3fb759
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2019-09-13 12:28:07 +02:00 |
Sébastien Loriot
|
b990d02846
|
use iterator traits
|
2019-09-12 14:35:02 +02:00 |
Necip Yildiran
|
fed52c13da
|
Improved doc for OpenGR/PointMatcher wrappers
OpenGR: param max_running_time
PointMatcher: geom_traits
|
2019-09-03 23:06:46 -04:00 |
Necip Yildiran
|
1011121d77
|
Changed struct init syntax as C++20 is not supported
aggregate initialization with attribute naming is changed to list initialization
|
2019-09-02 10:35:58 +02:00 |
Necip Yildiran
|
28f742e00f
|
Improved doc for PSP: added author
|
2019-09-02 10:35:58 +02:00 |
Necip Yildiran
|
f38d89996c
|
Improved doc for OpenGR/PointMathcher wrappers
|
2019-09-02 10:35:58 +02:00 |
Simon Giraudot
|
851a5f8566
|
Add undocumented named parameter to read a pointmatcher config file
|
2019-09-02 09:47:23 +02:00 |
Simon Giraudot
|
5d65fc3da7
|
Update regitration functions with new named parameters API
|
2019-09-02 09:47:23 +02:00 |
Simon Giraudot
|
fff368c351
|
Merge remote-tracking branch 'necip/gsoc2019-pointmatcher_icp_wrapper-necipfazil' into gsoc2019-pointmatcher_icp_wrapper-necipfazil
|
2019-09-02 09:46:54 +02:00 |
Sébastien Loriot
|
551313ac5c
|
Merge branch 'cgal/releases/CGAL-4.14-branch'
|
2019-08-27 06:37:23 +02:00 |
Sébastien Loriot
|
f0fb56233a
|
Merge 'cgal/releases/CGAL-4.13-branch'
|
2019-08-27 06:36:39 +02:00 |
Simon Giraudot
|
2e4d7981dc
|
Fix doc: no point map but property maps
|
2019-08-21 15:19:07 +02:00 |
Simon Giraudot
|
66d7f39ef8
|
Fix missing doxygen character
|
2019-08-21 15:17:42 +02:00 |
Necip Yildiran
|
e545f9ae5a
|
Improved doc for OpenGR/pointmatcher wrappers; edited Installation/CHANGES.md
|
2019-08-14 00:06:09 +03:00 |
Sebastien Loriot
|
fb8fa48950
|
Merge pull request #4083 from sloriot/CGAL-named_function_parameters
Named function parameters
|
2019-08-08 10:03:38 +02:00 |