Searched defs:fastNlMeansDenoisingColored (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | denoising.cuda.cpp | 65 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
|
D | denoising.cpp | 168 void cv::fastNlMeansDenoisingColored( InputArray _src, OutputArray _dst, in fastNlMeansDenoisingColored() function in cv
|
/external/opencv3/modules/java/src/ |
D | photo+Photo.java | 498 …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
|