Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Ddenoising.cpp169 float h, float hForColorComponents, in fastNlMeansDenoisingColored() argument
182 ocl_fastNlMeansDenoisingColored(_src, _dst, h, hForColorComponents, in fastNlMeansDenoisingColored()
199 fastNlMeansDenoising(ab, ab, hForColorComponents, templateWindowSize, searchWindowSize); in fastNlMeansDenoisingColored()
378 float h, float hForColorComponents, in fastNlMeansDenoisingColoredMulti() argument
426 hForColorComponents, templateWindowSize, searchWindowSize); in fastNlMeansDenoisingColoredMulti()
Dfast_nlmeans_denoising_opencl.hpp187 float h, float hForColorComponents, in ocl_fastNlMeansDenoisingColored() argument
209 …fastNlMeansDenoising(l_ab[1], l_ab_denoised[1], hForColorComponents, templateWindowSize, searchWin… in ocl_fastNlMeansDenoisingColored()
/external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
Dpy_non_local_means.markdown64 - hForColorComponents : same as h, but for color images only. (normally same as h)