Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker_commons.hpp94 template <typename T> struct calcDist_ struct in DistAbs
102 template <typename ET> struct calcDist_<Vec<ET, 2> > struct in DistAbs
110 template <typename ET> struct calcDist_<Vec<ET, 3> > struct in DistAbs
121 template <typename ET> struct calcDist_<Vec<ET, 4> > struct in DistAbs
162 return calcDist_<T>::f(a, b); in calcDist()
195 template <typename T> struct calcDist_ struct in DistSquared
203 template <typename ET> struct calcDist_<Vec<ET, 2> > struct in DistSquared
211 template <typename ET> struct calcDist_<Vec<ET, 3> > struct in DistSquared
222 template <typename ET> struct calcDist_<Vec<ET, 4> > struct in DistSquared
284 return calcDist_<T>::f(a, b); in calcDist()