From c10d08f7950b1f0200ddc4a4c51897d801088faf Mon Sep 17 00:00:00 2001 From: Shuyu Liang Date: Mon, 17 Jul 2017 15:51:10 +0800 Subject: [PATCH] Fix typo in imgproc.hpp --- modules/imgproc/include/opencv2/imgproc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/include/opencv2/imgproc.hpp b/modules/imgproc/include/opencv2/imgproc.hpp index 85c51c9339..5e42232b65 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. */