mirror of https://github.com/CGAL/cgal
Shape_detection: Correcting comment in efficient_RANSAC_with_parameters example
Just because 200 != 500.
This commit is contained in:
parent
c3a7846ef7
commit
afd2eefa78
|
|
@ -65,7 +65,7 @@ int main(int argc, char** argv) {
|
|||
// Set probability to miss the largest primitive at each iteration.
|
||||
parameters.probability = 0.05;
|
||||
|
||||
// Detect shapes with at least 500 points.
|
||||
// Detect shapes with at least 200 points.
|
||||
parameters.min_points = 200;
|
||||
|
||||
// Set maximum Euclidean distance between a point and a shape.
|
||||
|
|
|
|||
Loading…
Reference in New Issue