Home
last modified time | relevance | path

Searched refs:CvBox2D (Results 1 – 9 of 9) sorted by relevance

/external/opencv/cvaux/include/
Dcvaux.hpp124 CvBox2D m_box;
/external/opencv/cv/src/
Dcvrotcalipers.cpp347 CV_IMPL CvBox2D
351 CvBox2D box; in cvMinAreaRect2()
Dcvcamshift.cpp168 CvBox2D* box ) in cvCamShift()
Dcvshapedescr.cpp777 icvFitEllipse_F( CvSeq* points, CvBox2D* box ) in icvFitEllipse_F()
975 CV_IMPL CvBox2D
978 CvBox2D box; in cvFitEllipse2()
Dcvgeometry.cpp87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] ) in cvBoxPoints()
/external/opencv/cv/include/
Dcv.h578 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()
Dcvcompat.h94 #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/
Dcxtypes.h1061 typedef struct CvBox2D struct
1068 CvBox2D; argument
Dcxcore.h1311 CV_INLINE void cvEllipseBox( CvArr* img, CvBox2D box, CvScalar color,