Home
last modified time | relevance | path

Searched defs:fastNlMeansDenoisingColored (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/photo/src/
Ddenoising.cuda.cpp65 void cv::cuda::fastNlMeansDenoisingColored(InputArray, OutputArray, float, float, int, int, Stream&… in fastNlMeansDenoisingColored() function in cv::cuda
148 void cv::cuda::fastNlMeansDenoisingColored(InputArray _src, OutputArray _dst, float h_luminance, fl… in fastNlMeansDenoisingColored() function in cv::cuda
Ddenoising.cpp168 void cv::fastNlMeansDenoisingColored( InputArray _src, OutputArray _dst, in fastNlMeansDenoisingColored() function in cv
/external/opencv3/modules/java/src/
Dphoto+Photo.java498 …public static void fastNlMeansDenoisingColored(Mat src, Mat dst, float h, float hColor, int templa… in fastNlMeansDenoisingColored() method in Photo
507 public static void fastNlMeansDenoisingColored(Mat src, Mat dst) in fastNlMeansDenoisingColored() method in Photo