Commit c10d08f7 authored by Shuyu Liang's avatar Shuyu Liang Committed by GitHub

Fix typo in imgproc.hpp

parent c455fc03
...@@ -1227,7 +1227,7 @@ public: ...@@ -1227,7 +1227,7 @@ public:
OutputArray nfa = noArray()) = 0; OutputArray nfa = noArray()) = 0;
/** @brief Draws the line segments on a given image. /** @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. where the lines were found.
@param lines A vector of the lines that needed to be drawn. @param lines A vector of the lines that needed to be drawn.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment