Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dapprox.cpp417 cvBoundingRect( contour, 1 ); in cvApproxChains()
811 cvBoundingRect( contour, 1 ); in cvApproxPoly()
Dcontours.cpp602 cvBoundingRect( contour, 1 ); in icvFetchContour()
1610 cvBoundingRect( contour, 1 ); in icvFindContoursInInterval()
Dconvhull.cpp502 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
Dshapedescr.cpp1046 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
/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()
Dcvconvhull.cpp497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
Dcvcontourtree.cpp794 cvBoundingRect( contour, 1 ); in cvContourFromContourTree()
Dcvshapedescr.cpp1128 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dimgproc_c.h540 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
/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()