Lines Matching refs:roi
95 icvFloodFill_8u_CnIR( uchar* pImage, int step, CvSize roi, CvPoint seed, in icvFloodFill_8u_CnIR() argument
117 while( ++R < roi.width && img[R] == val0[0] ) in icvFloodFill_8u_CnIR()
134 while( ++R < roi.width && ICV_EQ_C3( img + R*3, val0 )) in icvFloodFill_8u_CnIR()
171 if( (unsigned)(YC + dir) >= (unsigned)roi.height ) in icvFloodFill_8u_CnIR()
177 if( (unsigned)i < (unsigned)roi.width && img[i] == val0[0] ) in icvFloodFill_8u_CnIR()
184 while( ++i < roi.width && img[i] == val0[0] ) in icvFloodFill_8u_CnIR()
193 if( (unsigned)i < (unsigned)roi.width && ICV_EQ_C3( img + i*3, val0 )) in icvFloodFill_8u_CnIR()
200 while( ++i < roi.width && ICV_EQ_C3( img + i*3, val0 )) in icvFloodFill_8u_CnIR()
227 icvFloodFill_32f_CnIR( int* pImage, int step, CvSize roi, CvPoint seed, in icvFloodFill_32f_CnIR() argument
249 while( ++R < roi.width && img[R] == val0[0] ) in icvFloodFill_32f_CnIR()
266 while( ++R < roi.width && ICV_EQ_C3( img + R*3, val0 )) in icvFloodFill_32f_CnIR()
303 if( (unsigned)(YC + dir) >= (unsigned)roi.height ) in icvFloodFill_32f_CnIR()
309 if( (unsigned)i < (unsigned)roi.width && img[i] == val0[0] ) in icvFloodFill_32f_CnIR()
316 while( ++i < roi.width && img[i] == val0[0] ) in icvFloodFill_32f_CnIR()
325 if( (unsigned)i < (unsigned)roi.width && ICV_EQ_C3( img + i*3, val0 )) in icvFloodFill_32f_CnIR()
332 while( ++i < roi.width && ICV_EQ_C3( img + i*3, val0 )) in icvFloodFill_32f_CnIR()