opencv::prelude

Trait Detail_FeaturesMatcherTraitConst

Source
pub trait Detail_FeaturesMatcherTraitConst {
    // Required method
    fn as_raw_Detail_FeaturesMatcher(&self) -> *const c_void;

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

Required Methods§

Provided Methods§

Source

fn is_thread_safe(&self) -> Result<bool>

§Returns

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

Implementors§