Home
last modified time | relevance | path

Searched refs:match_template_oclsrc (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dtemplmatch.cpp66 …ocl::Kernel k("extractFirstChannel", ocl::imgproc::match_template_oclsrc, format("-D FIRST_CHANNEL… in extractFirstChannel_32F()
91 ocl::Kernel k("calcSum", ocl::imgproc::match_template_oclsrc, in sumTemplate()
276 ocl::Kernel k("matchTemplate_Naive_CCORR", ocl::imgproc::match_template_oclsrc, in matchTemplateNaive_CCORR()
322 ocl::Kernel k("matchTemplate_CCORR_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCORR_NORMED()
353 ocl::Kernel k("matchTemplate_Naive_SQDIFF", ocl::imgproc::match_template_oclsrc, in matchTemplateNaive_SQDIFF()
380 ocl::Kernel k("matchTemplate_Prepared_SQDIFF", ocl::imgproc::match_template_oclsrc, in matchTemplate_SQDIFF()
411 ocl::Kernel k("matchTemplate_SQDIFF_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_SQDIFF_NORMED()
446 ocl::Kernel k("matchTemplate_Prepared_CCOEFF", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCOEFF()
481 ocl::Kernel k("matchTemplate_CCOEFF_NORMED", ocl::imgproc::match_template_oclsrc, in matchTemplate_CCOEFF_NORMED()
/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp57 extern ProgramSource match_template_oclsrc;
Dopencl_kernels_imgproc.cpp5697 ProgramSource match_template_oclsrc(match_template.programStr); variable