Searched refs:divByWeightsSum_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 403 template <typename IT, typename UIT, int nc, int nw> struct divByWeightsSum_ struct 408 template <typename IT, typename UIT> struct divByWeightsSum_<IT, UIT, 1, 1> struct 416 template <typename IT, typename UIT, int n> struct divByWeightsSum_<IT, UIT, n, 1> struct 425 template <typename IT, typename UIT, int n> struct divByWeightsSum_<IT, UIT, n, n> argument 437 return divByWeightsSum_<IT, UIT, nc, nw>::f(estimation, weights_sum); in divByWeightsSum() argument
|