Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker_commons.hpp154 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
Dfast_nlmeans_denoising_invoker.hpp140 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_); in FastNlMeansDenoisingInvoker()
Dfast_nlmeans_multi_denoising_invoker.hpp151 D::template calcWeight<T, WT>(dist, h, fixed_point_mult_); in FastNlMeansMultiDenoisingInvoker()