[][src]Trait opencv::flann::prelude::LinearIndexParamsTrait

pub trait LinearIndexParamsTrait: IndexParamsTrait {
    pub fn as_raw_LinearIndexParams(&self) -> *const c_void;
pub fn as_raw_mut_LinearIndexParams(&mut self) -> *mut c_void; }

Required methods

Loading content...

Implementors

impl LinearIndexParamsTrait for LinearIndexParams[src]

Loading content...