1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

small fix

This commit is contained in:
ser1zw 2014-01-18 19:08:13 +09:00
parent 7f5dd34d23
commit bd362275e7
11 changed files with 57 additions and 57 deletions

View file

@ -67,7 +67,7 @@ rb_fit_ellipse2(VALUE self)
/*
* call-seq:
* convex_hull2(<i>[orientation_clockwise = true]</i>) -> cvcontour
* convex_hull2([orientation_clockwise = true]) -> cvcontour
*
* Finds convex hull of 2D point set using Sklansky's algorithm.
*
@ -113,7 +113,7 @@ rb_check_contour_convexity(VALUE self)
/*
* call-seq:
* convexity_defects(<i>hull</i>) -> cvseq(include CvConvexityDefect)
* convexity_defects(hull) -> cvseq(include CvConvexityDefect)
*
* Finds convexity defects of contour.
*/