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

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

Required methods

Loading content...

Provided methods

pub fn set_win_size(&mut self, val: Size) -> Result<()>[src]

pub fn win_size(&self) -> Result<Size>[src]

pub fn set_max_level(&mut self, val: i32) -> Result<()>[src]

pub fn max_level(&self) -> Result<i32>[src]

Loading content...

Implementors

Loading content...