Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/
Dopencl_kernels_photo.hpp15 extern ProgramSource nlmeans_oclsrc;
Dopencl_kernels_photo.cpp256 ProgramSource nlmeans_oclsrc(nlmeans.programStr); variable
/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp66 ocl::Kernel k("calcAlmostDist2Weight", ocl::photo::nlmeans_oclsrc, in ocl_calcAlmostDist2Weight()
127 ocl::Kernel k("fastNlMeansDenoising", ocl::photo::nlmeans_oclsrc, opts); in ocl_fastNlMeansDenoising()