pub trait SparsePyrLkOptFlowEstimatorTrait: ISparseOptFlowEstimator + PyrLkOptFlowEstimatorBaseTrait + SparsePyrLkOptFlowEstimatorTraitConst {
// Required method
fn as_raw_mut_SparsePyrLkOptFlowEstimator(&mut self) -> *mut c_void;
// Provided method
fn run(
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
points0: &dyn ToInputArray,
points1: &mut dyn ToInputOutputArray,
status: &mut dyn ToOutputArray,
errors: &mut dyn ToOutputArray
) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::videostab::SparsePyrLkOptFlowEstimator