Searched defs:calcDist_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 94 template <typename T> struct calcDist_ struct in DistAbs 96 static inline int f(const T a, const T b) in f() 102 template <typename ET> struct calcDist_<Vec<ET, 2> > struct in DistAbs 104 static inline int f(const Vec<ET, 2> a, const Vec<ET, 2> b) in f() 110 template <typename ET> struct calcDist_<Vec<ET, 3> > struct in DistAbs 112 static inline int f(const Vec<ET, 3> a, const Vec<ET, 3> b) in f() 121 template <typename ET> struct calcDist_<Vec<ET, 4> > struct in DistAbs 123 static inline int f(const Vec<ET, 4> a, const Vec<ET, 4> b) in f() 195 template <typename T> struct calcDist_ struct in DistSquared 197 static inline int f(const T a, const T b) in f() [all …]
|