Merge pull request #20451 from kumar-mahendra:patch-1

pull/20487/head
Alexander Alekhin 3 years ago
commit ad5b3a4753
  1. 2
      doc/py_tutorials/py_imgproc/py_contours/py_contour_features/py_contour_features.markdown

@ -91,7 +91,7 @@ convexity defects, which are the local maximum deviations of hull from contours.
There is a little bit things to discuss about it its syntax:
@code{.py}
hull = cv.convexHull(points[, hull[, clockwise[, returnPoints]]
hull = cv.convexHull(points[, hull[, clockwise[, returnPoints]]])
@endcode
Arguments details:

Loading…
Cancel
Save