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

  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_opencl.hpp 70 ocl::typeToStr(CV_32SC(hn)), ocl::convertTypeStr(depth, CV_32S, hn, buf),
114 depth == CV_8U ? ocl::convertTypeStr(CV_32S, CV_32S, hn, buf[0]) :
118 depth == CV_8U ? ocl::convertTypeStr(depth, CV_32S, cn, buf[1]) :
122 ocl::convertTypeStr(depth, CV_32S, cn, buf[2]), cn,
124 ocl::convertTypeStr(CV_32S, depth, cn, buf[3]),
  /external/opencv3/modules/imgproc/src/
blend.cpp 103 cn, ocl::convertTypeStr(CV_32F, depth, 1, cvt)));
deriv.cpp 730 ocl::convertTypeStr(sdepth, wdepth, cn, cvt[0]),
731 ocl::convertTypeStr(wdepth, ddepth, cn, cvt[1]),
773 ocl::convertTypeStr(depth, wdepth, kercn, cvt[0]),
774 ocl::convertTypeStr(wdepth, ddepth, kercn, cvt[1]),
    [all...]
templmatch.cpp 94 ocl::convertTypeStr(depth, wdepth, cn, cvt),
273 const char* convertToWT1 = ocl::convertTypeStr(depth, wdepth, cn, cvt);
274 const char* convertToWT = ocl::convertTypeStr(depth, wdepth, rated_cn, cvt1);
355 ocl::typeToStr(wtype), ocl::convertTypeStr(depth, wdepth, cn, cvt), cn));
    [all...]
morph.cpp     [all...]
pyramids.cpp     [all...]
imgwarp.cpp     [all...]
smooth.cpp     [all...]
filter.cpp     [all...]
canny.cpp 144 ocl::convertTypeStr(_src.depth(), CV_32F, cn, cvt),
    [all...]
accum.cpp 813 ocl::convertTypeStr(sdepth, ddepth, 1, cvt)));
    [all...]
histogram.cpp     [all...]
  /external/opencv3/modules/core/src/
umatrix.cpp 738 ocl::convertTypeStr(sdepth, wdepth, 1, cvt[0]),
739 ocl::convertTypeStr(wdepth, ddepth, 1, cvt[1]),
881 ddepth, ocl::convertTypeStr(depth, ddepth, kercn, cvt),
stat.cpp     [all...]
matrix.cpp     [all...]
arithm.cpp     [all...]
convert.cpp     [all...]
matmul.cpp     [all...]
ocl.cpp     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 605 CV_EXPORTS const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf);

Completed in 326 milliseconds