Home | History | Annotate | Download | only in src

Lines Matching full:maxdepth

664     int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth);
685 Mat dftTempl( dftsize.height*tcn, dftsize.width, maxDepth );
686 Mat dftImg( dftsize, maxDepth );
689 if( tcn > 1 && tdepth != maxDepth )
692 if( cn > 1 && depth != maxDepth )
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth )
711 src = tdepth == maxDepth ? dst1 : Mat(templ.size(), tdepth, &buf[0]);
768 src = depth == maxDepth ? dst1 : Mat(y2-y1, x2-x1, depth, &buf[0]);
790 if( cdepth != maxDepth )
805 if( maxDepth != cdepth )