Lines Matching defs:img_size
158 CvSize img_size; /* ROI size */
236 scanner->img_size.width = size.width - 1; /* exclude rightest column */
237 scanner->img_size.height = size.height - 1; /* exclude bottomost row */
863 width = scanner->img_size.width;
864 height = scanner->img_size.height;
1154 CvSize img_size;
1201 img_size = cvGetMatSize( mat );
1222 for( j = 0; j < img_size.width; )
1224 for( ; j < img_size.width && !ICV_IS_COMPONENT_POINT(src_data[j]); j++ )
1226 if( j == img_size.width )
1234 for( ; j < img_size.width && ICV_IS_COMPONENT_POINT(src_data[j]); j++ )
1251 for( i = 1; i < img_size.height; i++ )
1257 for( j = 0; j < img_size.width; )
1259 for( ; j < img_size.width && !ICV_IS_COMPONENT_POINT(src_data[j]); j++ )
1261 if( j == img_size.width ) break;
1268 for( ; j < img_size.width && ICV_IS_COMPONENT_POINT(src_data[j]); j++ )