Home
last modified time | relevance | path

Searched refs:ocl_fastNlMeansDenoising (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_opencl.hpp84 static bool ocl_fastNlMeansDenoising(InputArray _src, OutputArray _dst, const float *h, int hn, in ocl_fastNlMeansDenoising() function
Ddenoising.cpp120 ocl_fastNlMeansDenoising(_src, _dst, &h[0], hn, in fastNlMeansDenoising()