Trait opencv::flann::IndexTraitConst[][src]

pub trait IndexTraitConst {
    fn as_raw_Index(&self) -> *const c_void;

    fn save(&self, filename: &str) -> Result<()> { ... }
fn get_distance(&self) -> Result<flann_distance_t> { ... }
fn get_algorithm(&self) -> Result<flann_algorithm_t> { ... } }

Required methods

Provided methods

Implementors