Trait opencv::prelude::Superres_FarnebackOpticalFlow
source · pub trait Superres_FarnebackOpticalFlow: Superres_DenseOpticalFlowExt + Superres_FarnebackOpticalFlowConst {
fn as_raw_mut_Superres_FarnebackOpticalFlow(&mut self) -> *mut c_void;
fn set_pyr_scale(&mut self, val: f64) -> Result<()> { ... }
fn set_levels_number(&mut self, val: i32) -> Result<()> { ... }
fn set_window_size(&mut self, val: i32) -> Result<()> { ... }
fn set_iterations(&mut self, val: i32) -> Result<()> { ... }
fn set_poly_n(&mut self, val: i32) -> Result<()> { ... }
fn set_poly_sigma(&mut self, val: f64) -> Result<()> { ... }
fn set_flags(&mut self, val: i32) -> Result<()> { ... }
}