Searched refs:cvBoundingRect (Results 1 – 12 of 12) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | approx.cpp | 417 cvBoundingRect( contour, 1 ); in cvApproxChains() 811 cvBoundingRect( contour, 1 ); in cvApproxPoly()
|
D | contours.cpp | 602 cvBoundingRect( contour, 1 ); in icvFetchContour() 1610 cvBoundingRect( contour, 1 ); in icvFindContoursInInterval()
|
D | convhull.cpp | 502 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
|
D | shapedescr.cpp | 1046 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
|
/external/opencv/cv/src/ |
D | cvapprox.cpp | 459 cvBoundingRect( contour, 1 ); in cvApproxChains() 1020 cvBoundingRect( contour, 1 ); in cvApproxPoly()
|
D | cvcontours.cpp | 632 cvBoundingRect( contour, 1 ); in icvFetchContour() 1458 cvBoundingRect( contour, 1 ); in icvFindContoursInInterval()
|
D | cvconvhull.cpp | 497 hull.c->rect = cvBoundingRect( ptseq, in cvConvexHull2()
|
D | cvcontourtree.cpp | 794 cvBoundingRect( contour, 1 ); in cvContourFromContourTree()
|
D | cvshapedescr.cpp | 1128 cvBoundingRect( CvArr* array, int update ) in cvBoundingRect() function
|
/external/opencv3/modules/imgproc/include/opencv2/imgproc/ |
D | imgproc_c.h | 540 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) );
|
/external/opencv/cv/include/ |
D | cvcompat.h | 333 return cvBoundingRect( point_set, update );
|
D | cv.h | 739 CVAPI(CvRect) cvBoundingRect( CvArr* points, int update CV_DEFAULT(0) ); in LOAD_CHDL()
|