Skip to content

Commit 5b598c1

Browse files
committed
Merge pull request opencv#19239 from justinchuby:justinchuby-doc-typo-hough-lines
2 parents 6e1da2e + 8f66dad commit 5b598c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ First you apply the transform:
217217
- *theta*: The resolution of the parameter \f$\theta\f$ in radians. We use **1 degree**
218218
(CV_PI/180)
219219
- *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
220+
- *minLineLength*: The minimum number of points that can form a line. Lines with less than
221221
this number of points are disregarded.
222222
- *maxLineGap*: The maximum gap between two points to be considered in the same line.
223223

0 commit comments

Comments
 (0)