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

  /external/opencv3/modules/photo/src/
fast_nlmeans_denoising_invoker.hpp 54 struct FastNlMeansDenoisingInvoker :
58 FastNlMeansDenoisingInvoker(const Mat& src, Mat& dst,
64 void operator= (const FastNlMeansDenoisingInvoker&);
103 FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::FastNlMeansDenoisingInvoker(
149 void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::operator() (const Range& range) const
253 inline void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForFirstElementInRow(
287 inline void FastNlMeansDenoisingInvoker<T, IT, UIT, D, WT>::calcDistSumsForElementInFirstRow(
denoising.cpp 58 FastNlMeansDenoisingInvoker<ST, IT, UIT, D, int>(
65 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, int>(
70 FastNlMeansDenoisingInvoker<Vec<ST, 2>, IT, UIT, D, Vec2i>(
77 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, int>(
82 FastNlMeansDenoisingInvoker<Vec<ST, 3>, IT, UIT, D, Vec3i>(
89 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, int>(
94 FastNlMeansDenoisingInvoker<Vec<ST, 4>, IT, UIT, D, Vec4i>(

Completed in 293 milliseconds