Searched refs:CvBox2D (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cvaux/include/ |
D | cvaux.hpp | 124 CvBox2D m_box;
|
/external/opencv/cv/src/ |
D | cvrotcalipers.cpp | 347 CV_IMPL CvBox2D 351 CvBox2D box; in cvMinAreaRect2()
|
D | cvcamshift.cpp | 168 CvBox2D* box ) in cvCamShift()
|
D | cvshapedescr.cpp | 777 icvFitEllipse_F( CvSeq* points, CvBox2D* box ) in icvFitEllipse_F() 975 CV_IMPL CvBox2D 978 CvBox2D box; in cvFitEllipse2()
|
D | cvgeometry.cpp | 87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] ) in cvBoxPoints()
|
/external/opencv/cv/include/ |
D | cv.h | 578 CvBox2D* box CV_DEFAULT(NULL) ); in LOAD_CHDL() 746 CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points, in LOAD_CHDL() 798 CVAPI(CvBox2D) cvFitEllipse2( const CvArr* points ); in LOAD_CHDL() 804 CVAPI(void) cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] ); in LOAD_CHDL()
|
D | cvcompat.h | 94 #define CvBox2D32f CvBox2D 415 CvBox2D box = cvMinAreaRect2( &mat, 0 ); in cvMinAreaRect() 452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box ) in cvFitEllipse()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1061 typedef struct CvBox2D struct 1068 CvBox2D; argument
|
D | cxcore.h | 1311 CV_INLINE void cvEllipseBox( CvArr* img, CvBox2D box, CvScalar color,
|