Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp247 dst_.at<T>(i,j) = saturateCastFromArray<T, IT>(estimation); in operator ()()
Dfast_nlmeans_multi_denoising_invoker.hpp274 dst_.at<T>(i,j) = saturateCastFromArray<T, IT>(estimation); in operator ()()
Dfast_nlmeans_denoising_invoker_commons.hpp484 template <typename T, typename IT> static inline T saturateCastFromArray(IT* estimation) in saturateCastFromArray() function