Update imgproc.hpp
In reference to Issue #6110, the order of markerType and color is changed.
This commit is contained in:
parent
80102b76f9
commit
232f564011
@ -3947,8 +3947,8 @@ marker types are supported, see cv::MarkerTypes for more information.
|
|||||||
|
|
||||||
@param img Image.
|
@param img Image.
|
||||||
@param position The point where the crosshair is positioned.
|
@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 color Line color.
|
||||||
|
@param markerType The specific type of marker you want to use, see cv::MarkerTypes
|
||||||
@param thickness Line thickness.
|
@param thickness Line thickness.
|
||||||
@param line_type Type of the line, see cv::LineTypes
|
@param line_type Type of the line, see cv::LineTypes
|
||||||
@param markerSize The length of the marker axis [default = 20 pixels]
|
@param markerSize The length of the marker axis [default = 20 pixels]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user