Merge pull request #3360 from mirab:threshold_triangle
[profile/ivi/opencv.git] / modules / imgproc / include / opencv2 / imgproc.hpp
index 470e28f..09e15c6 100644 (file)
@@ -699,8 +699,7 @@ public:
 
 /**
  * Draw lines on the given canvas.
- *
- * @param image     The image, where lines will be drawn.
+ * @param _image    The image, where lines will be drawn.
  *                  Should have the size of the image, where the lines were found
  * @param lines     The lines that need to be drawn
  */
@@ -708,11 +707,10 @@ public:
 
 /**
  * Draw both vectors on the image canvas. Uses blue for lines 1 and red for lines 2.
- *
  * @param size      The size of the image, where lines were found.
  * @param lines1    The first lines that need to be drawn. Color - Blue.
  * @param lines2    The second lines that need to be drawn. Color - Red.
- * @param image     Optional image, where lines will be drawn.
+ * @param _image    Optional image, where lines will be drawn.
  *                  Should have the size of the image, where the lines were found
  * @return          The number of mismatching pixels between lines1 and lines2.
  */