Searched defs:calcWeight_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 133 template <typename T, typename WT> struct calcWeight_ struct in DistAbs 135 static inline WT f(double dist, const float *h, WT fixed_point_mult) in f() 148 template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> > struct in DistAbs 150 static inline Vec<ET, n> f(double dist, const float *h, ET fixed_point_mult) in f() 255 template <typename T, typename WT> struct calcWeight_ struct in DistSquared 257 static inline WT f(double dist, const float *h, WT fixed_point_mult) in f() 270 template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> > struct in DistSquared 272 static inline Vec<ET, n> f(double dist, const float *h, ET fixed_point_mult) in f()
|