[][src]Trait opencv::prelude::Detail_AffineBestOf2NearestMatcherTrait

pub trait Detail_AffineBestOf2NearestMatcherTrait: Detail_BestOf2NearestMatcherTrait {
    pub fn as_raw_Detail_AffineBestOf2NearestMatcher(&self) -> *const c_void;
pub fn as_raw_mut_Detail_AffineBestOf2NearestMatcher(
        &mut self
    ) -> *mut c_void; }

Features matcher similar to cv::detail::BestOf2NearestMatcher 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.

Unlike cv::detail::BestOf2NearestMatcher this matcher uses affine transformation (affine transformation estimate will be placed in matches_info).

See also

cv::detail::FeaturesMatcher cv::detail::BestOf2NearestMatcher

Required methods

Loading content...

Implementors

Loading content...