Home | History | Annotate | Download | only in src

Lines Matching refs:height

103     if( roi.x == 0 && roi.y == 0 && roi.width == 0 && roi.height == 0 )
106 roi.height = image->rows;
111 roi.width >= 0 && roi.height >= 0 &&
113 roi.y + roi.height <= image->rows );
115 if( image->cols != model->size.width || image->rows != model->size.height )
138 for( y = 0; y < roi.height; y++ )
241 image->cols == model->size.width && image->rows == model->size.height &&
244 if( roi.x == 0 && roi.y == 0 && roi.width == 0 && roi.height == 0 )
247 roi.height = image->rows;
252 roi.width >= 0 && roi.height >= 0 &&
254 roi.y + roi.height <= image->rows );
260 maskCount = roi.height*roi.width;
261 for( y = 0; y < roi.height; y++ )
306 mask->cols == model->size.width && mask->rows == model->size.height) );
308 if( roi.x == 0 && roi.y == 0 && roi.width == 0 && roi.height == 0 )
311 roi.height = model->size.height;
316 roi.width >= 0 && roi.height >= 0 &&
318 roi.y + roi.height <= mask->rows );
324 for( y = 0; y < roi.height; y++ )