Home | History | Annotate | Download | only in highgui

Lines Matching defs:roi

214         CvRect roi = cvGetImageROI( m_img );
217 if( roi.width == dst.width && roi.height == dst.height )
219 Show( hDCDst, dst.x, dst.y, dst.width, dst.height, roi.x, roi.y );
223 if( roi.width > dst.width )
241 roi.x, roi.y, roi.width, roi.height,