Dmitry Anisimov
|
930278ec50
|
Merge remote-tracking branch 'origin/master' into Region_growing-revision-danston
|
2021-11-16 14:57:16 +01:00 |
Laurent Rineau
|
0f498e9cc1
|
Merge pull request #6072 from sloriot/Tetra_remeshing-fix_np
Fix invalid np name
|
2021-10-29 16:58:27 +02:00 |
Sébastien Loriot
|
49608861ea
|
fix invalid np name
|
2021-10-20 15:35:50 +02:00 |
Dmitry Anisimov
|
0fbc3ea1bb
|
removed fitting.h and using np in circle classes
|
2021-09-22 14:59:01 +02:00 |
Dmitry Anisimov
|
460c50b142
|
Merge remote-tracking branch 'origin/master' into Region_growing-revision-danston
|
2021-08-16 12:28:34 +02:00 |
Sébastien Loriot
|
038c57fb6a
|
Merge pull request #5837 from maxGimeno/PMP-Self_intersections_limited_report-maxGImeno
PMP: Limited Number of Self-intersections
|
2021-08-13 18:23:20 +02:00 |
Sébastien Loriot
|
de6d8c6cbd
|
Merge pull request #5742 from danston/Shape_regularization-new_package-danston
[Feature] Shape Regularization New Package
|
2021-08-13 18:19:35 +02:00 |
Sebastien Loriot
|
8d00945943
|
Merge pull request #5655 from danston/PSP-libpointmatcher_enhancements-danston
[Small Feature] Support for libpointmatcher::GenericDescriptorOutlierFilter
|
2021-08-12 10:10:13 +02:00 |
Maxime Gimeno
|
7345cf1318
|
Merge remote-tracking branch 'cgal/master' into PMP-Self_intersections_limited_report-maxGImeno
|
2021-08-11 15:31:20 +02:00 |
Dmitry Anisimov
|
933940435a
|
Merge remote-tracking branch 'origin/master' into Shape_regularization-new_package-danston
|
2021-08-04 15:30:10 +02:00 |
Laurent Rineau
|
4fb90756da
|
Merge pull request #5475 from sloriot/gsoc2019-PMPHDist-martinskrodzki
[Small Feature] Add bounded error Hausdorff distance
|
2021-07-27 16:28:04 +02:00 |
Maxime Gimeno
|
03a1639eff
|
Replace NP name
|
2021-07-09 14:37:21 +02:00 |
Maxime Gimeno
|
e22ff7c378
|
add the named parmater
|
2021-07-06 13:26:02 +02:00 |
Dmitry Anisimov
|
c1aa66f0fa
|
renamed max to maximum and min to minimum and cos to cosine to be consistent with other NP in CGAL
|
2021-06-30 13:15:06 +02:00 |
Dmitry Anisimov
|
c5bea93e58
|
renamed max to maximum and min to minimum in NP to be consistent with other packages
|
2021-06-30 12:39:01 +02:00 |
Dmitry Anisimov
|
73581e15ad
|
added named param for choosing between one sided and symmetric dist in the is_larger_HD function
|
2021-06-29 14:17:00 +02:00 |
Jane Tournois
|
ec7a211a1d
|
add parameters to isotropic_remeshing
to able/disable split, collapse, and flip
|
2021-06-22 14:22:32 +02:00 |
Dmitry Anisimov
|
68b86a47b0
|
better naming for parameters
|
2021-06-14 12:43:04 +02:00 |
Dmitry Anisimov
|
4f1fc20e22
|
Merge remote-tracking branch 'origin/master' into Region_growing-revision-danston
|
2021-06-01 16:06:16 +02:00 |
Dmitry Anisimov
|
0c5d8ed8ed
|
extended named parameters
|
2021-05-31 17:21:28 +02:00 |
Dmitry Anisimov
|
5384f7a0a0
|
updated cmakelists, fixed warnings, added BGL params
|
2021-05-25 11:03:53 +02:00 |
Dmitry Anisimov
|
c8307dc0d6
|
added support for GenericDescriptorOutlierFilter to the CGAL libpointmatcher interface
|
2021-04-29 15:23:38 +02:00 |
Dmitry Anisimov
|
a2f460c9d6
|
Merge branch 'master' into gsoc2019-PMPHDist-martinskrodzki
|
2021-04-27 18:37:32 +02:00 |
Sebastien Loriot
|
fa4a31a87b
|
Merge pull request #5583 from sloriot/PMP-face_epsilon_map
Polyhedral_envelope: face epsilon map
|
2021-04-21 15:26:48 +02:00 |
Dmitry Anisimov
|
b6e2ea61ea
|
named parameters now include point/normal/segment maps
|
2021-04-12 18:02:57 +02:00 |
Dmitry Anisimov
|
b0d657096c
|
BGL reviewed
|
2021-04-12 10:39:29 +02:00 |
Dmitry Anisimov
|
0333778b96
|
added face matching, not finished
|
2021-04-08 16:22:32 +02:00 |
Sébastien Loriot
|
dd19b506ed
|
first version to add epsilon per face
|
2021-04-03 11:14:15 +02:00 |
Mael Rouxel-Labbé
|
ca91f533ef
|
Add a NP to not color faces in Tos2::write_OFF
|
2021-03-24 00:14:58 +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
|
2d0b31b7f7
|
added named parameters
|
2021-03-19 14:32:14 +01:00 |
Laurent Rineau
|
1a040c8552
|
Merge pull request #4749 from danston/Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
|
2021-02-19 07:59:59 +01:00 |
Sébastien Loriot
|
71ae816bfa
|
Merge remote-tracking branch 'cgal/master' into PMP-corefine_non_manifold
|
2021-01-27 13:46:09 +01:00 |
Dmitry Anisimov
|
f7abb6c343
|
Merge branch 'master' into Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
|
2021-01-14 17:23:24 +01:00 |
Dmitry Anisimov
|
c657451934
|
Merge branch 'master' into Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
|
2021-01-14 10:38:51 +01:00 |
Maxime Gimeno
|
3d1c41fd14
|
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
|
2021-01-07 15:05:28 +01:00 |
Dmitry Anisimov
|
c2085ea36c
|
Merge branch 'master' into Polygon_mesh_processing-triangulate_hole_with_cdt2-danston
|
2020-12-04 18:32:25 +01:00 |
Sébastien Loriot
|
8d45889b6a
|
add new named parameter
|
2020-12-03 10:25:52 +01:00 |
Sébastien Loriot
|
cde45d2405
|
Merge remote-tracking branch 'cgal/master' into PMP-corefine_non_manifold
|
2020-11-27 10:22:24 +01:00 |
Maxime Gimeno
|
3b70343590
|
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
|
2020-11-16 16:19:43 +01:00 |
Andreas Fabri
|
f246c4abf8
|
merge
|
2020-11-13 16:26:57 +00:00 |
Laurent Rineau
|
2f73dab22f
|
Merge pull request #5071 from sgiraudot/PSP-Scanline_orient_normals-GF
[Small Feature] Scanline Orient Normals
|
2020-11-13 15:31:56 +01:00 |
Sébastien Loriot
|
d3e54b9b99
|
add new named parameter
|
2020-11-10 13:21:31 +01:00 |
Andreas Fabri
|
ac1200fe28
|
Cleanup of GetFilter
|
2020-11-10 10:52:53 +00:00 |
Laurent Rineau
|
b248867e91
|
Merge pull request #5141 from maxGimeno/Demo-Fix-clipping_plugin-maxGimeno
|
2020-11-09 17:10:24 +01:00 |
Maxime Gimeno
|
8b0ba4c786
|
Add a named_parameter to allow self-intersections for clip and split for planes and iso_cuboids
|
2020-11-04 10:21:55 +01:00 |
Sébastien Loriot
|
7bcbf8fb7d
|
update from master
merge branch into master
|
2020-10-30 14:04:44 +01:00 |
Sébastien Loriot
|
1d3f1fe6d5
|
add new named parameter
|
2020-10-27 19:10:49 +01:00 |