[][src]Trait opencv::prelude::Superres_BroxOpticalFlow

pub trait Superres_BroxOpticalFlow: Superres_DenseOpticalFlowExt {
    pub fn as_raw_Superres_BroxOpticalFlow(&self) -> *const c_void;
pub fn as_raw_mut_Superres_BroxOpticalFlow(&mut self) -> *mut c_void; pub fn get_alpha(&self) -> Result<f64> { ... }
pub fn set_alpha(&mut self, val: f64) -> Result<()> { ... }
pub fn get_gamma(&self) -> Result<f64> { ... }
pub fn set_gamma(&mut self, val: f64) -> Result<()> { ... }
pub fn get_scale_factor(&self) -> Result<f64> { ... }
pub fn set_scale_factor(&mut self, val: f64) -> Result<()> { ... }
pub fn get_inner_iterations(&self) -> Result<i32> { ... }
pub fn set_inner_iterations(&mut self, val: i32) -> Result<()> { ... }
pub fn get_outer_iterations(&self) -> Result<i32> { ... }
pub fn set_outer_iterations(&mut self, val: i32) -> Result<()> { ... }
pub fn get_solver_iterations(&self) -> Result<i32> { ... }
pub fn set_solver_iterations(&mut self, val: i32) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn get_alpha(&self) -> Result<f64>[src]

Flow smoothness

See also

setAlpha

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

Flow smoothness

See also

setAlpha getAlpha

pub fn get_gamma(&self) -> Result<f64>[src]

Gradient constancy importance

See also

setGamma

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

Gradient constancy importance

See also

setGamma getGamma

pub fn get_scale_factor(&self) -> Result<f64>[src]

Pyramid scale factor

See also

setScaleFactor

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

Pyramid scale factor

See also

setScaleFactor getScaleFactor

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

Number of lagged non-linearity iterations (inner loop)

See also

setInnerIterations

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

Number of lagged non-linearity iterations (inner loop)

See also

setInnerIterations getInnerIterations

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

Number of warping iterations (number of pyramid levels)

See also

setOuterIterations

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

Number of warping iterations (number of pyramid levels)

See also

setOuterIterations getOuterIterations

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

Number of linear system solver iterations

See also

setSolverIterations

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

Number of linear system solver iterations

See also

setSolverIterations getSolverIterations

Loading content...

Implementors

Loading content...