Commit Graph

326 Commits

Author SHA1 Message Date
Guillaume Damiand 10469f9c4e Update with master 2016-05-25 10:58:55 +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
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
Simon Giraudot 24d1c662ce Update doc with new API 2016-03-14 11:53:41 +01:00
Simon Giraudot cab047817a Clarify API of plane regularization 2016-03-14 10:16:43 +01:00
Simon Giraudot e30e2e278f Propagate name change (Plane_regularization -> regularize_planes) 2016-03-14 09:06:45 +01:00
Simon Giraudot cae23c7fe9 Update API of plane regularization 2016-03-14 07:12:55 +01:00
Simon Giraudot 03decddb0b Plane_regularization class is now a simple function regularize_planes 2016-03-11 15:29:15 +01:00
Clement Jamin 9a61b23b55 Use get_default_random() instead of default_random 2016-03-09 10:35:21 +01:00
Sébastien Loriot 881e4d3199 request Core only in examples, tests and demos when really needed 2016-03-07 22:36:57 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Sébastien Loriot 8cee2ef1dd Merge pull request #686 from afabri/Kernel_fix-warnings-GF
Fix warnings concerning indentation and unused parameter
2016-02-03 09:49:54 +01:00
Sébastien Loriot bc717f51d8 fix indentation issue 2016-01-29 09:20:31 +01:00
Maxime Gimeno 5ffc01f1a1 indentation warnings fix 2016-01-28 14:17:11 +01:00
Simon Giraudot cf7d88c475 Explicit cast to FT for constructor point 2016-01-06 08:08:26 +01:00
Simon Giraudot 3ba780f49c Warning fix: explicit conversion of float to FT 2016-01-05 10:33:45 +01:00
Simon Giraudot a0853b21a8 Authors 2016-01-04 11:54:38 +01:00
Simon Giraudot 467e599257 Explicit conversion of double/floats to FT 2016-01-04 11:39:05 +01:00
Simon Giraudot 1e079ed272 More on documentation 2015-12-30 15:05:03 +01:00
Simon Giraudot c51a9f5860 Also test regularization of symmetry 2015-12-30 13:53:35 +01:00
Simon Giraudot 91aa735745 Bugfix: assigned -1 to unsigned and test if <0 never works 2015-12-30 13:52:46 +01:00
Simon Giraudot 4cd4d02b18 Declare floats explicitly to avoid warnings on Visual Studio 2015-12-30 13:44:02 +01:00
Simon Giraudot ad1feb89e1 Warning corrections: incorrect types 2015-12-30 09:16:31 +01:00
Simon Giraudot bb169a00d0 Remove extra semicolon after namespace (pedantic error) 2015-12-30 08:31:02 +01:00
Simon Giraudot d46674d0c1 Add regularization to test_scene 2015-12-29 15:27:54 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller 79b7fc5081 Handle the INPUT cases where the whole include dir is used 2015-12-10 17:03:46 +01:00
Simon Giraudot 192d8c00b4 Additional functions in plane shape to avoid constructing Plane_3 object 2015-11-09 12:26:40 +01:00
Simon Giraudot 939e541ba5 More on manual and improve clarity of parameters 2015-11-06 18:02:19 +01:00