Merge pull request #11286 from sturkmen72:update_rectangle
authorAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 13 Apr 2018 13:38:49 +0000 (13:38 +0000)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Fri, 13 Apr 2018 13:38:50 +0000 (13:38 +0000)
1  2 
modules/imgproc/include/opencv2/imgproc.hpp
modules/imgproc/src/drawing.cpp

@@@ -4489,12 -4436,12 +4489,12 @@@ marker types are supported, see #Marker
  @param img Image.
  @param position The point where the crosshair is positioned.
  @param color Line color.
 -@param markerType The specific type of marker you want to use, see cv::MarkerTypes
 +@param markerType The specific type of marker you want to use, see #MarkerTypes
  @param thickness Line thickness.
 -@param line_type Type of the line, see cv::LineTypes
 +@param line_type Type of the line, See #LineTypes
  @param markerSize The length of the marker axis [default = 20 pixels]
   */
- CV_EXPORTS_W void drawMarker(CV_IN_OUT Mat& img, Point position, const Scalar& color,
+ CV_EXPORTS_W void drawMarker(InputOutputArray img, Point position, const Scalar& color,
                               int markerType = MARKER_CROSS, int markerSize=20, int thickness=1,
                               int line_type=8);
  
Simple merge