pub trait FastGlobalSmootherFilterConst: AlgorithmTraitConst {
    fn as_raw_FastGlobalSmootherFilter(&self) -> *const c_void;
}
Expand description

Interface for implementations of Fast Global Smoother filter.

For more details about this filter see Min2014 and Farbman2008 .

Required Methods

Implementors