Also test regularization of symmetry

This commit is contained in:
Simon Giraudot 2015-12-30 13:53:35 +01:00
parent 91aa735745
commit c51a9f5860
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ bool test_scene() {
// Test regularization
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();