Home
last modified time | relevance | path

Searched refs:filterSmall_oclsrc (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp45 extern ProgramSource filterSmall_oclsrc;
Dopencl_kernels_imgproc.cpp4428 ProgramSource filterSmall_oclsrc(filterSmall.programStr); variable
/external/opencv3/modules/imgproc/src/
Dmorph.cpp1452 ocl::Kernel kernel("filterSmall", cv::ocl::imgproc::filterSmall_oclsrc, opts); in ocl_morphSmall()
Dsmooth.cpp1136 if (!kernel.create("filterSmall", cv::ocl::imgproc::filterSmall_oclsrc, build_options)) in ocl_boxFilter()