HomeSort by relevance Sort by last modified time
    Searched defs:cdepth (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/imgproc/src/
templmatch.cpp 646 int cdepth = CV_MAT_DEPTH(ctype), ccn = CV_MAT_CN(ctype); local
664 int maxDepth = depth > CV_8S ? CV_64F : std::max(std::max(CV_32F, tdepth), cdepth);
696 if( (ccn > 1 || cn > 1) && cdepth != maxDepth )
697 bufSize = std::max( bufSize, blocksize.width*blocksize.height*CV_ELEM_SIZE(cdepth));
790 if( cdepth != maxDepth )
792 Mat plane(bsz, cdepth, &buf[0]);
793 src.convertTo(plane, cdepth, 1, delta);
802 src.convertTo(cdst, cdepth, 1, delta);
805 if( maxDepth != cdepth )
807 Mat plane(bsz, cdepth, &buf[0])
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 987 milliseconds