Searched refs:cvBoundingRect (Results 1 – 7 of 7) sorted by relevance
459 cvBoundingRect( contour, 1 ); in cvApproxChains()1020 cvBoundingRect( contour, 1 ); in cvApproxPoly()
632 cvBoundingRect( contour, 1 ); in icvFetchContour()1458 cvBoundingRect( contour, 1 ); in icvFindContoursInInterval()
794 cvBoundingRect( contour, 1 ); in cvContourFromContourTree()
497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
1128 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
333 return cvBoundingRect( point_set, update );
739 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) ); in LOAD_CHDL()