From: Shuyu Liang Date: Mon, 17 Jul 2017 07:51:10 +0000 (+0800) Subject: Fix typo in imgproc.hpp X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~808^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c10d08f7950b1f0200ddc4a4c51897d801088faf;p=platform%2Fupstream%2Fopencv.git Fix typo in imgproc.hpp --- diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 85c51c9..5e42232 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -1227,7 +1227,7 @@ public: OutputArray nfa = noArray()) = 0; /** @brief Draws the line segments on a given image. - @param _image The image, where the liens will be drawn. Should be bigger or equal to the image, + @param _image The image, where the lines will be drawn. Should be bigger or equal to the image, where the lines were found. @param lines A vector of the lines that needed to be drawn. */