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

  /external/opencv3/modules/imgproc/src/
templmatch.cpp 826 int mtype = img.type(), mdepth = CV_MAT_DEPTH(type), mcn = CV_MAT_CN(mtype); local
842 if (mdepth == CV_8U)
844 mdepth = CV_32F;
    [all...]
  /external/opencv3/modules/core/src/
umatrix.cpp 671 int cn = channels(), mtype = _mask.type(), mdepth = CV_MAT_DEPTH(mtype), mcn = CV_MAT_CN(mtype); local
672 CV_Assert( mdepth == CV_8U && (mcn == 1 || mcn == cn) );

Completed in 59 milliseconds