Home | History | Annotate | Download | only in src

Lines Matching full:_src

79 static bool sumTemplate(InputArray _src, UMat & result)
81 int type = _src.type(), depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type);
99 UMat src = _src.getUMat();