Interface class for the Guided Filter algorithm.
More...
#include <algorithms.hpp>
Interface class for the Guided Filter algorithm.
The Guided Filter algorithm performs a number of operations, one of which is edge preserving smoothing.
I is different from the input image p, and another where these two are the same. | Ip | enables one of the two cases of Guided Filter algorithm, \( I \neq p\ \) or \(\ I == p \). |
1.8.9.1