Trait opencv::ml::ParamGridTraitConst
source · pub trait ParamGridTraitConst {
// Required method
fn as_raw_ParamGrid(&self) -> *const c_void;
// Provided methods
fn min_val(&self) -> f64 { ... }
fn max_val(&self) -> f64 { ... }
fn log_step(&self) -> f64 { ... }
}
Expand description
Constant methods for crate::ml::ParamGrid