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

/external/opencv/cxcore/include/
H A Dcxtypes.h848 CV_INLINE CvRect cvRect( int x, int y, int width, int height ) function
876 return cvRect( roi.xOffset, roi.yOffset, roi.width, roi.height );

Completed in 132 milliseconds