[][src]Trait opencv::ml::prelude::SVM_Kernel

pub trait SVM_Kernel: AlgorithmTrait {
    pub fn as_raw_SVM_Kernel(&self) -> *const c_void;
pub fn as_raw_mut_SVM_Kernel(&mut self) -> *mut c_void; pub fn get_type(&self) -> Result<i32> { ... }
pub fn calc(
        &mut self,
        vcount: i32,
        n: i32,
        vecs: &f32,
        another: &f32,
        results: &mut f32
    ) -> Result<()> { ... } }

Required methods

Loading content...

Provided methods

pub fn get_type(&self) -> Result<i32>[src]

pub fn calc(
    &mut self,
    vcount: i32,
    n: i32,
    vecs: &f32,
    another: &f32,
    results: &mut f32
) -> Result<()>
[src]

Loading content...

Implementors

Loading content...