[][src]Trait opencv::features2d::KeyPointsFilterTrait

pub trait KeyPointsFilterTrait {
    pub fn as_raw_KeyPointsFilter(&self) -> *const c_void;
pub fn as_raw_mut_KeyPointsFilter(&mut self) -> *mut c_void; }

A class filters a vector of keypoints.

Because now it is difficult to provide a convenient interface for all usage scenarios of the keypoints filter class, it has only several needed by now static methods.

Required methods

Loading content...

Implementors

impl KeyPointsFilterTrait for KeyPointsFilter[src]

Loading content...