Trait opencv::prelude::FlannBasedMatcherTrait
source · pub trait FlannBasedMatcherTrait: DescriptorMatcherTrait + FlannBasedMatcherTraitConst {
// Required method
fn as_raw_mut_FlannBasedMatcher(&mut self) -> *mut c_void;
// Provided methods
fn add(&mut self, descriptors: &impl ToInputArray) -> Result<()> { ... }
fn clear(&mut self) -> Result<()> { ... }
fn read(&mut self, unnamed: &FileNode) -> Result<()> { ... }
fn train(&mut self) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::features2d::FlannBasedMatcher
Required Methods§
fn as_raw_mut_FlannBasedMatcher(&mut self) -> *mut c_void
Provided Methods§
fn add(&mut self, descriptors: &impl ToInputArray) -> Result<()>
fn clear(&mut self) -> Result<()>
fn read(&mut self, unnamed: &FileNode) -> Result<()>
fn train(&mut self) -> Result<()>
Object Safety§
This trait is not object safe.