HomeSort by relevance Sort by last modified time
    Searched refs:pixelInfo (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker.hpp 78 typename pixelInfo<WT>::sampleType fixed_point_mult_;
110 CV_Assert(src.channels() == pixelInfo<T>::channels);
121 (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::sampleMax();
123 pixelInfo<WT>::sampleMax());
226 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels];
227 for (int channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++)
229 for (int channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++)
245 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation
    [all...]
fast_nlmeans_multi_denoising_invoker.hpp 84 typename pixelInfo<WT>::sampleType fixed_point_mult_;
109 CV_Assert(srcImgs[0].channels() == pixelInfo<T>::channels);
129 (IT)temporal_window_size_ * (IT)search_window_size_ * (IT)search_window_size_ * (IT)pixelInfo<T>::sampleMax();
131 pixelInfo<WT>::sampleMax());
246 IT estimation[pixelInfo<T>::channels], weights_sum[pixelInfo<WT>::channels];
247 for (size_t channel_num = 0; channel_num < pixelInfo<T>::channels; channel_num++)
249 for (size_t channel_num = 0; channel_num < pixelInfo<WT>::channels; channel_num++)
272 divByWeightsSum<IT, UIT, pixelInfo<T>::channels, pixelInfo<WT>::channels>(estimation
    [all...]
fast_nlmeans_denoising_invoker_commons.hpp 67 template <typename T> struct pixelInfo: public pixelInfo_<T>
137 double w = std::exp(-dist*dist / (h[0]*h[0] * pixelInfo<T>::channels));
181 typename pixelInfo<WT>::sampleType fixed_point_mult)
189 return (int)pixelInfo<T>::sampleMax() * pixelInfo<T>::channels;
259 double w = std::exp(-dist / (h[0]*h[0] * pixelInfo<T>::channels));
303 typename pixelInfo<WT>::sampleType fixed_point_mult)
311 return (int)pixelInfo<T>::sampleMax() * (int)pixelInfo<T>::sampleMax() *
312 pixelInfo<T>::channels
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 432 PixelFormat pixelInfo = new PixelFormat();
433 PixelFormat.getPixelFormatInfo(mCameraDevice.getParameters().getPreviewFormat(), pixelInfo);
435 return (mPreviewWidth * mPreviewHeight * pixelInfo.bitsPerPixel / 8) + 32;
    [all...]

Completed in 129 milliseconds