Merge pull request #4549 from thopiekar/patch-1

Shape_detection: Correcting comment in efficient_RANSAC_with_parameters example
This commit is contained in:
Sebastien Loriot 2020-03-02 06:45:11 +01:00 committed by GitHub
commit febd80e01f
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.