Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp80 std::vector<WT> almost_dist2weight_; member
134 almost_dist2weight_.resize(almost_max_dist); in FastNlMeansDenoisingInvoker()
139 almost_dist2weight_[almost_dist] = in FastNlMeansDenoisingInvoker()
239 WT weight = almost_dist2weight_[almostAvgDist]; in operator ()()