Home | History | Annotate | Download | only in src

Lines Matching refs:cvRect

1464 cvGetSubRect( const CvArr* arr, CvMat* submat, CvRect rect )
3458 cvSetImageROI( IplImage* image, CvRect rect )
3534 CV_IMPL CvRect
3537 CvRect rect = { 0, 0, 0, 0 };
3547 rect = cvRect( img->roi->xOffset, img->roi->yOffset,
3550 rect = cvRect( 0, 0, img->width, img->height );