Home
last modified time | relevance | path

Searched refs:cvBoundingRect (Results 1 – 7 of 7) sorted by relevance

/external/opencv/cv/src/
Dcvapprox.cpp459 cvBoundingRect( contour, 1 ); in cvApproxChains()
1020 cvBoundingRect( contour, 1 ); in cvApproxPoly()
Dcvcontours.cpp632 cvBoundingRect( contour, 1 ); in icvFetchContour()
1458 cvBoundingRect( contour, 1 ); in icvFindContoursInInterval()
Dcvcontourtree.cpp794 cvBoundingRect( contour, 1 ); in cvContourFromContourTree()
Dcvconvhull.cpp497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
Dcvshapedescr.cpp1128 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
/external/opencv/cv/include/
Dcvcompat.h333 return cvBoundingRect( point_set, update );
Dcv.h739 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) ); in LOAD_CHDL()