Fixed typo in comment
This commit is contained in:
parent
edce617a58
commit
4293a54447
@ -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) );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user