Trait opencv::rapid::prelude::TrackerConst[][src]

pub trait TrackerConst: AlgorithmTraitConst {
    fn as_raw_Tracker(&self) -> *const c_void;
}
Expand description

Abstract base class for stateful silhouette trackers

Required methods

Implementors