Trait opencv::prelude::Detail_FeaturesMatcherConst[][src]

pub trait Detail_FeaturesMatcherConst {
    fn as_raw_Detail_FeaturesMatcher(&self) -> *const c_void;

    fn is_thread_safe(&self) -> Result<bool> { ... }
}
Expand description

Feature matchers base class.

Required methods

Provided methods

Returns

True, if it’s possible to use the same matcher instance in parallel, false otherwise

Implementors