Searched refs: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 148 template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> > struct in DistAbs 183 return calcWeight_<T, WT>::f(dist, h, fixed_point_mult); in calcWeight() 255 template <typename T, typename WT> struct calcWeight_ struct in DistSquared 270 template <typename T, typename ET, int n> struct calcWeight_<T, Vec<ET, n> > struct in DistSquared 305 return calcWeight_<T, WT>::f(dist, h, fixed_point_mult); in calcWeight()
|