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

  /external/opencv/cvaux/include/
cvaux.hpp 124 CvBox2D m_box;
  /external/opencv3/modules/video/include/opencv2/video/
tracking_c.h 150 CvBox2D* box CV_DEFAULT(NULL) );
  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 68 CvBox2D box = cvMinAreaRect2(seq);
  /external/opencv3/modules/imgproc/src/
rotcalipers.cpp 391 CV_IMPL CvBox2D
398 return (CvBox2D)rr;
geometry.cpp 87 cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] )
shapedescr.cpp 1036 CV_IMPL CvBox2D
  /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/opencv3/modules/imgproc/include/opencv2/imgproc/
imgproc_c.h 552 CVAPI(CvBox2D) cvMinAreaRect2( const CvArr* points,
590 CVAPI(CvBox2D) cvFitEllipse2( const CvArr* points );
596 CVAPI(void) cvBoxPoints( CvBox2D box, CvPoint2D32f pt[4] );
    [all...]
  /external/opencv3/modules/video/test/
test_camshift.cpp 64 CvBox2D box0;
213 CvBox2D box;
283 ts->printf( cvtest::TS::LOG, "Invalid CvBox2D or CvConnectedComp was returned by cvCamShift\n" );
293 ts->printf( cvtest::TS::LOG, "Incorrect CvBox2D size (=%.1f x %.1f, should be %.1f x %.1f)\n",
302 ts->printf( cvtest::TS::LOG, "Incorrect CvBox2D position (=(%.1f, %.1f), should be (%.1f, %.1f))\n",
316 ts->printf( cvtest::TS::LOG, "Incorrect CvBox2D angle (=%1.f, should be %1.f)\n",
455 ts->printf( cvtest::TS::LOG, "Incorrect CvBox2D position (=(%.1f, %.1f), should be (%.1f, %.1f))\n",
  /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/opencv3/modules/core/include/opencv2/core/
types_c.h 1061 typedef struct CvBox2D
1069 CvBox2D(CvPoint2D32f c = CvPoint2D32f(), CvSize2D32f s = CvSize2D32f(), float a = 0) : center(c), size(s), angle(a) {}
1070 CvBox2D(const cv::RotatedRect& rr) : center(rr.center), size(rr.size), angle(rr.angle) {}
1074 CvBox2D;
    [all...]
  /external/opencv3/modules/video/src/
compat_video.cpp 71 CvBox2D* box )
  /external/opencv3/modules/imgproc/test/
test_convhull.cpp 678 CvBox2D box;
698 box = (CvBox2D)r;
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 1061 typedef struct CvBox2D
1068 CvBox2D;
    [all...]
cxcore.h     [all...]
  /external/opencv3/modules/imgcodecs/test/
test_drawing.cpp 284 CvBox2D box;

Completed in 517 milliseconds