From 232f564011cad27fbde05fd713a04a6b38945bfd Mon Sep 17 00:00:00 2001 From: Rahul Chhabra Date: Sun, 14 Feb 2016 10:18:14 +0530 Subject: [PATCH] Update imgproc.hpp In reference to Issue #6110, the order of markerType and color is changed. --- 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 717dcf578a..08c6036a7e 100644 --- a/modules/imgproc/include/opencv2/imgproc.hpp +++ b/modules/imgproc/include/opencv2/imgproc.hpp @@ -3947,8 +3947,8 @@ marker types are supported, see cv::MarkerTypes for more information. @param img Image. @param position The point where the crosshair is positioned. -@param markerType The specific type of marker you want to use, see cv::MarkerTypes @param color Line color. +@param markerType The specific type of marker you want to use, see cv::MarkerTypes @param thickness Line thickness. @param line_type Type of the line, see cv::LineTypes @param markerSize The length of the marker axis [default = 20 pixels]