pub trait DensePyrLkOptFlowEstimatorGpuTrait: DensePyrLkOptFlowEstimatorGpuTraitConst + IDenseOptFlowEstimator + PyrLkOptFlowEstimatorBaseTrait {
// Required method
fn as_raw_mut_DensePyrLkOptFlowEstimatorGpu(&mut self) -> *mut c_void;
// Provided method
fn run(
&mut self,
frame0: &dyn ToInputArray,
frame1: &dyn ToInputArray,
flow_x: &mut dyn ToInputOutputArray,
flow_y: &mut dyn ToInputOutputArray,
errors: &mut dyn ToOutputArray
) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::videostab::DensePyrLkOptFlowEstimatorGpu