[][src]Trait opencv::superres::prelude::Superres_PyrLKOpticalFlow

pub trait Superres_PyrLKOpticalFlow: Superres_DenseOpticalFlowExt {
    pub fn as_raw_Superres_PyrLKOpticalFlow(&self) -> *const c_void;
pub fn as_raw_mut_Superres_PyrLKOpticalFlow(&mut self) -> *mut c_void; pub fn get_window_size(&self) -> Result<i32> { ... }
pub fn set_window_size(&mut self, val: i32) -> Result<()> { ... }
pub fn get_max_level(&self) -> Result<i32> { ... }
pub fn set_max_level(&mut self, val: i32) -> Result<()> { ... }
pub fn get_iterations(&self) -> Result<i32> { ... }
pub fn set_iterations(&mut self, val: i32) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

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

See also

setWindowSize

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

See also

setWindowSize getWindowSize

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

See also

setMaxLevel

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

See also

setMaxLevel getMaxLevel

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

See also

setIterations

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

See also

setIterations getIterations

Loading content...

Implementors

Loading content...