pub trait SuperRes_DualTVL1OpticalFlowTrait: SuperRes_DenseOpticalFlowExtTrait + SuperRes_DualTVL1OpticalFlowTraitConst {
// 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<()> { ... }
}
Expand description
Mutable methods for crate::superres::SuperRes_DualTVL1OpticalFlow
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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.