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

pub trait Detail_FeaturesMatcher {
    pub fn as_raw_Detail_FeaturesMatcher(&self) -> *const c_void;
pub fn as_raw_mut_Detail_FeaturesMatcher(&mut self) -> *mut c_void; pub fn is_thread_safe(&self) -> Result<bool> { ... }
pub fn collect_garbage(&mut self) -> Result<()> { ... } }

Feature matchers base class.

Required methods

Loading content...

Provided methods

pub fn is_thread_safe(&self) -> Result<bool>[src]

Returns

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

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

Frees unused memory allocated before if there is any.

Loading content...

Implementors

Loading content...