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
fn as_raw_Detail_FeaturesMatcher(&self) -> *const c_void
Provided methods
fn is_thread_safe(&self) -> Result<bool>
fn is_thread_safe(&self) -> Result<bool>
Returns
True, if it’s possible to use the same matcher instance in parallel, false otherwise