Home | History | Annotate | Download | only in src

Lines Matching defs:depth

62     int depth, templ_depth, corr_depth, max_depth = CV_32F,
78 "Template (kernel) must be of the same depth as the input image, or be 32f" );
83 "The output image must have the same depth as the input image, or be 32f/64f" );
91 depth = CV_MAT_DEPTH(img->type);
98 max_depth = MAX( max_depth, depth );
100 if( depth > CV_8U )
142 if( cn > 1 && depth != max_depth )
144 (blocksize.height + templ->rows - 1)*CV_ELEM_SIZE(depth));
233 if( depth != max_depth )
234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf );
334 int depth, cn;
381 depth = CV_MAT_DEPTH(img->type);
388 depth == CV_8U ?