HomeSort by relevance Sort by last modified time
    Searched full:cdepth (Results 1 - 4 of 4) 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...]
  /external/opencv3/modules/core/src/
mathfuncs.cpp     [all...]
ocl.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h     [all...]

Completed in 241 milliseconds