pub trait SuperRes_PyrLKOpticalFlowTrait: SuperRes_DenseOpticalFlowExtTrait + SuperRes_PyrLKOpticalFlowTraitConst {
// Required method
fn as_raw_mut_SuperRes_PyrLKOpticalFlow(&mut self) -> *mut c_void;
// Provided methods
fn set_window_size(&mut self, val: i32) -> Result<()> { ... }
fn set_max_level(&mut self, val: i32) -> Result<()> { ... }
fn set_iterations(&mut self, val: i32) -> Result<()> { ... }
}Expand description
Mutable methods for crate::superres::SuperRes_PyrLKOpticalFlow
Required Methods§
fn as_raw_mut_SuperRes_PyrLKOpticalFlow(&mut self) -> *mut c_void
Provided Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.