Lines Matching refs:depth
311 if(img[0]->depth != IPL_DEPTH_8U)
312 CV_ERROR( IPL_BadDepth, "bad image depth" );
314 switch(img[0]->depth)
319 default: CV_ERROR( IPL_BadDepth, "bad image depth" );
346 if( mask->depth != IPL_DEPTH_8U )
347 CV_ERROR( CV_BadDepth, "bad mask depth" );
360 if( img[0]->depth != IPL_DEPTH_8U )
361 CV_ERROR( CV_BadDepth, "bad image depth" );
364 switch (img[0]->depth)
378 CV_ERROR( CV_BadDepth, "bad image depth" );