pub trait PyrLkOptFlowEstimatorBaseTrait: PyrLkOptFlowEstimatorBaseTraitConst {
// Required method
fn as_raw_mut_PyrLkOptFlowEstimatorBase(&mut self) -> *mut c_void;
// Provided methods
fn set_win_size(&mut self, val: Size) -> Result<()> { ... }
fn set_max_level(&mut self, val: i32) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::videostab::PyrLkOptFlowEstimatorBase