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

Interface for implementations of Fast Bilateral Solver.

For more details about this solver see BarronPoole2016 .

Required Methods

Implementors