Detail_TrackerFeatureSetTraitConst

Trait Detail_TrackerFeatureSetTraitConst 

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

    // Provided methods
    fn get_tracker_features(&self) -> Result<Vector<Ptr<Detail_TrackerFeature>>> { ... }
    fn get_responses(&self) -> Result<Vector<Mat>> { ... }
}
Expand description

Required Methods§

Provided Methods§

Source

fn get_tracker_features(&self) -> Result<Vector<Ptr<Detail_TrackerFeature>>>

Get the TrackerFeature collection (TrackerFeature name, TrackerFeature pointer)

Source

fn get_responses(&self) -> Result<Vector<Mat>>

Get the responses

Note: Be sure to call extraction before getResponses Example TrackerFeatureSet::getResponses

Implementors§