Trait opencv::prelude::OpticalFlowPCAFlowTrait
source · pub trait OpticalFlowPCAFlowTrait: OpticalFlowPCAFlowTraitConst + DenseOpticalFlow {
// Required method
fn as_raw_mut_OpticalFlowPCAFlow(&mut self) -> *mut c_void;
// Provided methods
fn calc(
&mut self,
i0: &dyn ToInputArray,
i1: &dyn ToInputArray,
flow: &mut dyn ToInputOutputArray
) -> Result<()> { ... }
fn collect_garbage(&mut self) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::optflow::OpticalFlowPCAFlow