Searched refs:icvCreateROI (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxarray.cpp3230 static IplROI* icvCreateROI( int coi, int xOffset, int yOffset, int width, int height ) function
3234 CV_FUNCNAME( "icvCreateROI" );
3500 CV_CALL( image->roi = icvCreateROI( 0, rect.x, rect.y, rect.width, rect.height ));
3579 CV_CALL( image->roi = icvCreateROI( coi, 0, 0, image->width, image->height ));
3627 dst->roi = icvCreateROI( src->roi->coi, src->roi->xOffset,

Completed in 42 milliseconds