Searched defs:CvRect (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxtypes.h837 /*************************************** CvRect *****************************************/
839 typedef struct CvRect struct
846 CvRect; typedef in typeref:struct:CvRect
848 CV_INLINE CvRect cvRect( int x, int y, int width, int height )
850 CvRect r;
861 CV_INLINE IplROI cvRectToROI( CvRect rect, int coi )
874 CV_INLINE CvRect cvROIToRect( IplROI roi )
1343 CvRect rect; \

Completed in 606 milliseconds