[][src]Trait opencv::tracking::TrackerFeatureFeature2dTrait

pub trait TrackerFeatureFeature2dTrait: TrackerFeature {
    fn as_raw_TrackerFeatureFeature2d(&self) -> *const c_void;
fn as_raw_mut_TrackerFeatureFeature2d(&mut self) -> *mut c_void; fn selection(&mut self, response: &mut Mat, npoints: i32) -> Result<()> { ... } }

\brief TrackerFeature based on Feature2D

Required methods

Loading content...

Provided methods

fn selection(&mut self, response: &mut Mat, npoints: i32) -> Result<()>

Loading content...

Implementors

Loading content...