[][src]Trait opencv::prelude::PyrLkOptFlowEstimatorBaseTrait

pub trait PyrLkOptFlowEstimatorBaseTrait {
    fn as_raw_PyrLkOptFlowEstimatorBase(&self) -> *const c_void;
fn as_raw_mut_PyrLkOptFlowEstimatorBase(&mut self) -> *mut c_void; fn set_win_size(&mut self, val: Size) -> Result<()> { ... }
fn win_size(&self) -> Result<Size> { ... }
fn set_max_level(&mut self, val: i32) -> Result<()> { ... }
fn max_level(&self) -> Result<i32> { ... } }

Required methods

Loading content...

Provided methods

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

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

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

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

Loading content...

Implementors

Loading content...