Searched refs:calcWeight (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 154 res[i] = calcWeight<T, ET>(dist, &h[i], fixed_point_mult); in f() 180 static inline WT calcWeight(double dist, const float *h, in calcWeight() function in DistAbs 276 res[i] = calcWeight<T, ET>(dist, &h[i], fixed_point_mult); in f() 302 static inline WT calcWeight(double dist, const float *h, in calcWeight() function in DistSquared
|
D | fast_nlmeans_denoising_invoker.hpp | 140 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_); in FastNlMeansDenoisingInvoker()
|
D | fast_nlmeans_multi_denoising_invoker.hpp | 151 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_); in FastNlMeansMultiDenoisingInvoker()
|