Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/
Dopencl_kernels_imgproc.hpp17 extern ProgramSource bilateral_oclsrc;
Dopencl_kernels_imgproc.cpp176 ProgramSource bilateral_oclsrc(bilateral.programStr); variable
/external/opencv3/modules/imgproc/src/
Dsmooth.cpp3030 ocl::Kernel k(kernelName.c_str(), ocl::imgproc::bilateral_oclsrc, in ocl_bilateralFilter_8u()