Home
last modified time | relevance | path

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

/external/opencv3/modules/photo/src/
Dfast_nlmeans_denoising_invoker.hpp54 struct FastNlMeansDenoisingInvoker : struct
66 const Mat& src_;
67 Mat& dst_;
69 Mat extended_src_;
70 int border_size_;
72 int template_window_size_;
73 int search_window_size_;
75 int template_window_half_size_;
76 int search_window_half_size_;
78 typename pixelInfo<WT>::sampleType fixed_point_mult_;
[all …]