Home | History | Annotate | Download | only in src

Lines Matching full:roi

1521 CvStatus icvLightingCorrection8uC1R( uchar* img, CvSize roi, int src_step )
1524 int width = roi.width;
1525 int height = roi.height;
1608 CvSize roi;
1612 roi = _cvSize( img->roi.width, img->roi.height );
1614 return _cvLightingCorrection8uC1R( img->data + img->roi.y * img->step + img->roi.x,
1615 roi, img->step );