Skip to content

Commit

Permalink
Closing brackets missing
Browse files Browse the repository at this point in the history
In line 94,  closing brackets are added which were missing .
  • Loading branch information
kumar-mahendra committed Aug 1, 2021
1 parent cff0168 commit b468468
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b468468

Please sign in to comment.