Trait PyrLkOptFlowEstimatorBaseTraitConst

Source
pub trait PyrLkOptFlowEstimatorBaseTraitConst {
    // Required method
    fn as_raw_PyrLkOptFlowEstimatorBase(&self) -> *const c_void;

    // Provided methods
    fn win_size(&self) -> Result<Size> { ... }
    fn max_level(&self) -> Result<i32> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn win_size(&self) -> Result<Size>

Source

fn max_level(&self) -> Result<i32>

Implementors§