Home | History | Annotate | Download | only in src

Lines Matching defs:max_depth

62     int depth, templ_depth, corr_depth, max_depth = CV_32F,
97 max_depth = MAX( max_depth, templ_depth );
98 max_depth = MAX( max_depth, depth );
99 max_depth = MAX( max_depth, corr_depth );
101 max_depth = CV_64F;
132 CV_CALL( dft_templ = cvCreateMat( dftsize.height*templ_cn, dftsize.width, max_depth ));
137 CV_CALL( dft_img[k] = cvCreateMat( dftsize.height, dftsize.width, max_depth ));
139 if( templ_cn > 1 && templ_depth != max_depth )
142 if( cn > 1 && depth != max_depth )
146 if( (corr_cn > 1 || cn > 1) && corr_depth != max_depth )
167 planes[k] = templ_depth == max_depth ? dst :
233 if( depth != max_depth )
266 if( corr_depth != max_depth )
281 if( max_depth > corr_depth )