Merge pull request #19239 from justinchuby:justinchuby-doc-typo-hough-lines

pull/19258/head
Alexander Alekhin 4 years ago
commit 5b598c1812
  1. 2
      doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.markdown

@ -217,7 +217,7 @@ First you apply the transform:
- *theta*: The resolution of the parameter \f$\theta\f$ in radians. We use **1 degree**
(CV_PI/180)
- *threshold*: The minimum number of intersections to "*detect*" a line
- *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
this number of points are disregarded.
- *maxLineGap*: The maximum gap between two points to be considered in the same line.

Loading…
Cancel
Save