Trait opencv::ximgproc::EdgeAwareInterpolatorConst[][src]

pub trait EdgeAwareInterpolatorConst: SparseMatchInterpolatorConst {
    fn as_raw_EdgeAwareInterpolator(&self) -> *const c_void;
}
Expand description

Sparse match interpolation algorithm based on modified locally-weighted affine estimator from Revaud2015 and Fast Global Smoother as post-processing filter.

Required methods

Implementors