Trait opencv::prelude::SVM_KernelConst
source · pub trait SVM_KernelConst: AlgorithmTraitConst {
// Required method
fn as_raw_SVM_Kernel(&self) -> *const c_void;
// Provided method
fn get_type(&self) -> Result<i32> { ... }
}
Expand description
Constant methods for crate::ml::SVM_Kernel