Shape_detection: Correcting comment in efficient_RANSAC_with_parameters example

Just because 200 != 500.
This commit is contained in:
Thomas Karl Pietrowski 2020-03-01 19:52:35 +01:00 committed by GitHub
parent c3a7846ef7
commit afd2eefa78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.