Searched refs:templ_depth (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvtemplmatch.cpp62 int depth, templ_depth, corr_depth, max_depth = CV_32F, local
93 templ_depth = CV_MAT_DEPTH(templ->type);
97 max_depth = MAX( max_depth, templ_depth );
139 if( templ_cn > 1 && templ_depth != max_depth )
140 buf_size = templ->cols*templ->rows*CV_ELEM_SIZE(templ_depth);
167 planes[k] = templ_depth == max_depth ? dst :
168 cvInitMatHeader( &temp, templ->rows, templ->cols, templ_depth, buf[0] );

Completed in 89 milliseconds