Searched defs:calcWeight (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/photo/src/
H A Dfast_nlmeans_denoising_invoker_commons.hpp154 res[i] = calcWeight<T, ET>(dist, &h[i], fixed_point_mult);
180 static inline WT calcWeight(double dist, const float *h, function in class:DistAbs
276 res[i] = calcWeight<T, ET>(dist, &h[i], fixed_point_mult);
302 static inline WT calcWeight(double dist, const float *h, function in class:DistSquared

Completed in 78 milliseconds