GuidedFilter  1.2.0
 Hosted by GitHub
cl_algo::GF::GuidedFilter< Ip > Class Template Reference

Interface class for the Guided Filter algorithm. More...

#include <algorithms.hpp>

Detailed Description

template<GuidedFilterConfig Ip>
class cl_algo::GF::GuidedFilter< Ip >

Interface class for the Guided Filter algorithm.

The Guided Filter algorithm performs a number of operations, one of which is edge preserving smoothing.

Note
Two cases are covered. One where the guidance image I is different from the input image p, and another where these two are the same.
This is just a declaration. Look at the explicit template specializations for specific instantiations of the class.
Template Parameters
Ipenables one of the two cases of Guided Filter algorithm, \( I \neq p\ \) or \(\ I == p \).

The documentation for this class was generated from the following file: