1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Update imgproc.hpp

In reference to Issue #6110, the order of markerType and color is changed.
This commit is contained in:
Rahul Chhabra
2016-02-14 10:18:14 +05:30
parent 80102b76f9
commit 232f564011
+1 -1
View File
@@ -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]