pub trait Detail_TrackerModelTraitConst {
// Required method
fn as_raw_Detail_TrackerModel(&self) -> *const c_void;
// Provided methods
fn get_last_target_state(&self) -> Result<Ptr<Detail_TrackerTargetState>> { ... }
fn get_confidence_maps(&self) -> Result<Vector<Detail_ConfidenceMap>> { ... }
fn get_last_confidence_map(&self) -> Result<Detail_ConfidenceMap> { ... }
fn get_tracker_state_estimator(
&self,
) -> Result<Ptr<Detail_TrackerStateEstimator>> { ... }
}Expand description
Constant methods for crate::video::Detail_TrackerModel
Required Methods§
fn as_raw_Detail_TrackerModel(&self) -> *const c_void
Provided Methods§
Sourcefn get_last_target_state(&self) -> Result<Ptr<Detail_TrackerTargetState>>
fn get_last_target_state(&self) -> Result<Ptr<Detail_TrackerTargetState>>
Get the last TrackerTargetState from Trajectory
Sourcefn get_confidence_maps(&self) -> Result<Vector<Detail_ConfidenceMap>>
fn get_confidence_maps(&self) -> Result<Vector<Detail_ConfidenceMap>>
Get the list of the ConfidenceMap
Sourcefn get_last_confidence_map(&self) -> Result<Detail_ConfidenceMap>
fn get_last_confidence_map(&self) -> Result<Detail_ConfidenceMap>
Get the last ConfidenceMap for the current frame
Sourcefn get_tracker_state_estimator(
&self,
) -> Result<Ptr<Detail_TrackerStateEstimator>>
fn get_tracker_state_estimator( &self, ) -> Result<Ptr<Detail_TrackerStateEstimator>>
Get the TrackerStateEstimator