HomeSort by relevance Sort by last modified time
    Searched refs:CvBox2D (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/include/
cvaux.hpp 124 CvBox2D m_box;
  /external/opencv/cv/src/
cvrotcalipers.cpp 347 CV_IMPL CvBox2D
351 CvBox2D box;
cvcamshift.cpp 168 CvBox2D* box )
cvshapedescr.cpp 777 icvFitEllipse_F( CvSeq* points, CvBox2D* box )
975 CV_IMPL CvBox2D
978 CvBox2D box;
    [all...]
cvgeometry.cpp 87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] )
  /external/opencv/cv/include/
cv.h 578 CvBox2D* box CV_DEFAULT(NULL) );
746 CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
    [all...]
cvcompat.h 94 #define CvBox2D32f CvBox2D
415 CvBox2D box = cvMinAreaRect2( &mat, 0 );
452 CV_INLINE void cvFitEllipse( const CvPoint2D32f* points, int count, CvBox2D* box )
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1061 typedef struct CvBox2D
1068 CvBox2D;
    [all...]
cxcore.h     [all...]

Completed in 788 milliseconds