Trait opencv::prelude::Superres_BroxOpticalFlowConst
source · pub trait Superres_BroxOpticalFlowConst: Superres_DenseOpticalFlowExtConst {
// Required method
fn as_raw_Superres_BroxOpticalFlow(&self) -> *const c_void;
// Provided methods
fn get_alpha(&self) -> Result<f64> { ... }
fn get_gamma(&self) -> Result<f64> { ... }
fn get_scale_factor(&self) -> Result<f64> { ... }
fn get_inner_iterations(&self) -> Result<i32> { ... }
fn get_outer_iterations(&self) -> Result<i32> { ... }
fn get_solver_iterations(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::superres::Superres_BroxOpticalFlow