Searched refs:saturateCastFromArray_ (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/photo/src/ |
D | fast_nlmeans_denoising_invoker_commons.hpp | 440 template <typename T, typename IT> struct saturateCastFromArray_ struct 448 template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 2>, IT> struct 459 template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 3>, IT> argument 471 template <typename ET, typename IT> struct saturateCastFromArray_<Vec<ET, 4>, IT> struct 486 return saturateCastFromArray_<T, IT>::f(estimation); in saturateCastFromArray() argument
|