Skip to content

Commit c0dc2f2

Browse files
committed
Merge pull request opencv#9173 from thcd:patch-1
2 parents 66ab4e1 + c10d08f commit c0dc2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/include/opencv2/imgproc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ class CV_EXPORTS_W LineSegmentDetector : public Algorithm
12271227
OutputArray nfa = noArray()) = 0;
12281228

12291229
/** @brief Draws the line segments on a given image.
1230-
@param _image The image, where the liens will be drawn. Should be bigger or equal to the image,
1230+
@param _image The image, where the lines will be drawn. Should be bigger or equal to the image,
12311231
where the lines were found.
12321232
@param lines A vector of the lines that needed to be drawn.
12331233
*/

0 commit comments

Comments
 (0)