mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 01:13:28 +08:00
Closing brackets missing
In line 94, closing brackets are added which were missing .
This commit is contained in:
parent
cff0168f3a
commit
b468468e7e
@ -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…
Reference in New Issue
Block a user