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

/external/opencv3/modules/imgproc/src/
H A Dtemplmatch.cpp645 int tdepth = templ.depth(), tcn = templ.channels(); local
650 if( depth != tdepth && tdepth != std::max(CV_32F, depth) )
653 tdepth = templ.depth();
656 CV_Assert( depth == tdepth || tdepth == CV_32F);
664 int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth);
689 if( tcn > 1 && tdepth != maxDepth )
690 bufSize = templ.cols*templ.rows*CV_ELEM_SIZE(tdepth);
711 src = tdepth
825 int ttype = templ.type(), tdepth = CV_MAT_DEPTH(ttype), tcn = CV_MAT_CN(ttype); local
[all...]

Completed in 456 milliseconds