Skip to content

Commit c10d08f

Browse files
authored
Fix typo in imgproc.hpp
1 parent c455fc0 commit c10d08f

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)