pub trait SparseMatchInterpolatorConst: AlgorithmTraitConst {
fn as_raw_SparseMatchInterpolator(&self) -> *const c_void;
}
Expand description
Main interface for all filters, that take sparse matches as an input and produce a dense per-pixel matching (optical flow) as an output.