We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1da2e + 8f66dad commit 5b598c1Copy full SHA for 5b598c1
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown
@@ -217,7 +217,7 @@ First you apply the transform:
217
- *theta*: The resolution of the parameter \f$\theta\f$ in radians. We use **1 degree**
218
(CV_PI/180)
219
- *threshold*: The minimum number of intersections to "*detect*" a line
220
- - *minLinLength*: The minimum number of points that can form a line. Lines with less than
+ - *minLineLength*: The minimum number of points that can form a line. Lines with less than
221
this number of points are disregarded.
222
- *maxLineGap*: The maximum gap between two points to be considered in the same line.
223
0 commit comments