Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp78 typename pixelInfo<WT>::sampleType fixed_point_mult_;
110 CV_Assert(src.channels() == pixelInfo<T>::channels); in FastNlMeansDenoisingInvoker()
121 (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::sampleMax(); in FastNlMeansDenoisingInvoker()
123 pixelInfo<WT>::sampleMax()); in FastNlMeansDenoisingInvoker()
226 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()()
227 for (int channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++) in operator ()()
229 for (int channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++) in operator ()()
245 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation, in operator ()()
Dfast_nlmeans_multi_denoising_invoker.hpp84 typename pixelInfo<WT>::sampleType fixed_point_mult_;
109 CV_Assert(srcImgs[0].channels() == pixelInfo<T>::channels); in FastNlMeansMultiDenoisingInvoker()
129 …l_window_size_ * (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::sampleMax(); in FastNlMeansMultiDenoisingInvoker()
131 pixelInfo<WT>::sampleMax()); in FastNlMeansMultiDenoisingInvoker()
246 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels]; in operator ()()
247 for (size_t channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++) in operator ()()
249 for (size_t channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++) in operator ()()
272 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation, in operator ()()
Dfast_nlmeans_denoising_invoker_commons.hpp67 template <typename T> struct pixelInfo: public pixelInfo_<T> struct
137 double w = std::exp(-dist*dist / (h[0]*h[0] * pixelInfo<T>::channels)); in f()
181 typename pixelInfo<WT>::sampleType fixed_point_mult) in calcWeight()
189 return (int)pixelInfo<T>::sampleMax() * pixelInfo<T>::channels; in maxDist()
259 double w = std::exp(-dist / (h[0]*h[0] * pixelInfo<T>::channels)); in f()
303 typename pixelInfo<WT>::sampleType fixed_point_mult) in calcWeight()
311 return (int)pixelInfo<T>::sampleMax() * (int)pixelInfo<T>::sampleMax() * in maxDist()
312 pixelInfo<T>::channels; in maxDist()