Trait opencv::prelude::Superres_DualTVL1OpticalFlow
source · pub trait Superres_DualTVL1OpticalFlow: Superres_DenseOpticalFlowExt + Superres_DualTVL1OpticalFlowConst {
// Required method
fn as_raw_mut_Superres_DualTVL1OpticalFlow(&mut self) -> *mut c_void;
// Provided methods
fn set_tau(&mut self, val: f64) -> Result<()> { ... }
fn set_lambda(&mut self, val: f64) -> Result<()> { ... }
fn set_theta(&mut self, val: f64) -> Result<()> { ... }
fn set_scales_number(&mut self, val: i32) -> Result<()> { ... }
fn set_warpings_number(&mut self, val: i32) -> Result<()> { ... }
fn set_epsilon(&mut self, val: f64) -> Result<()> { ... }
fn set_iterations(&mut self, val: i32) -> Result<()> { ... }
fn set_use_initial_flow(&mut self, val: bool) -> Result<()> { ... }
}
Required Methods§
fn as_raw_mut_Superres_DualTVL1OpticalFlow(&mut self) -> *mut c_void
Provided Methods§
sourcefn set_scales_number(&mut self, val: i32) -> Result<()>
fn set_scales_number(&mut self, val: i32) -> Result<()>
See also
setScalesNumber getScalesNumber