mirror of https://github.com/CGAL/cgal
Also test regularization of symmetry
This commit is contained in:
parent
91aa735745
commit
c51a9f5860
|
|
@ -131,7 +131,7 @@ bool test_scene() {
|
||||||
|
|
||||||
// Test regularization
|
// Test regularization
|
||||||
Regularization regularization (points, ransac);
|
Regularization regularization (points, ransac);
|
||||||
regularization.run ((FT)50., (FT)0.01f); //, true, typename K::Vector_3(1., 0., 0.));
|
regularization.run ((FT)50., (FT)0.01f, true, typename K::Vector_3(1., 0., 0.));
|
||||||
|
|
||||||
Point_index_range pts = ransac.indices_of_unassigned_points();
|
Point_index_range pts = ransac.indices_of_unassigned_points();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue