Trait opencv::core::FunctionParamsTraitConst
source · pub trait FunctionParamsTraitConst {
// Required method
fn as_raw_FunctionParams(&self) -> *const c_void;
// Provided methods
fn lambda(&self) -> i32 { ... }
fn sigma(&self) -> f32 { ... }
}
Expand description
Constant methods for core::FunctionParams