Home
last modified time | relevance | path

Searched defs:estimation (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker_commons.hpp398 static inline void incWithWeight(IT* estimation, IT* weights_sum, WT weight, T p) in incWithWeight()
435 static inline void divByWeightsSum(IT* estimation, IT* weights_sum) in divByWeightsSum()
484 template <typename T, typename IT> static inline T saturateCastFromArray(IT* estimation) in saturateCastFromArray()
Dfast_nlmeans_denoising_invoker.hpp226 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()() local
Dfast_nlmeans_multi_denoising_invoker.hpp246 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()() local