opencv::mod_prelude

Trait PyrLkOptFlowEstimatorBaseTrait

Source
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

Required Methods§

Provided Methods§

Source

fn set_win_size(&mut self, val: Size) -> Result<()>

Source

fn set_max_level(&mut self, val: i32) -> Result<()>

Implementors§