[][src]Trait opencv::prelude::KDTreeIndexParamsTrait

pub trait KDTreeIndexParamsTrait: IndexParamsTrait {
    pub fn as_raw_KDTreeIndexParams(&self) -> *const c_void;
pub fn as_raw_mut_KDTreeIndexParams(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl KDTreeIndexParamsTrait for KDTreeIndexParams[src]

Loading content...