Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp241 incWithWeight<T, IT, WT>(estimation, weights_sum, weight, p); in operator ()()
Dfast_nlmeans_multi_denoising_invoker.hpp267 incWithWeight<T, IT, WT>(estimation, weights_sum, weight, p); in operator ()()
Dfast_nlmeans_denoising_invoker_commons.hpp398 static inline void incWithWeight(IT* estimation, IT* weights_sum, WT weight, T p) in incWithWeight() function