Commit 4293a544 authored by Alex Willisson's avatar Alex Willisson

Fixed typo in comment

parent edce617a
...@@ -365,7 +365,7 @@ CV_INLINE double cvContourPerimeter( const void* contour ) ...@@ -365,7 +365,7 @@ CV_INLINE double cvContourPerimeter( const void* contour )
} }
/* Calculates contour boundning rectangle (update=1) or /* Calculates contour bounding rectangle (update=1) or
just retrieves pre-calculated rectangle (update=0) */ just retrieves pre-calculated rectangle (update=0) */
CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) ); CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment