[][src]Trait opencv::stitching::prelude::Detail_BestOf2NearestMatcherTrait

pub trait Detail_BestOf2NearestMatcherTrait: Detail_FeaturesMatcher {
    pub fn as_raw_Detail_BestOf2NearestMatcher(&self) -> *const c_void;
pub fn as_raw_mut_Detail_BestOf2NearestMatcher(&mut self) -> *mut c_void; pub fn collect_garbage(&mut self) -> Result<()> { ... } }

Features matcher which finds two best matches for each feature and leaves the best one only if the ratio between descriptor distances is greater than the threshold match_conf

See also

detail::FeaturesMatcher

Required methods

Loading content...

Provided methods

pub fn collect_garbage(&mut self) -> Result<()>[src]

Loading content...

Implementors

Loading content...