Skip to main content

Detail_ConfidenceMap

Type Alias Detail_ConfidenceMap 

Source
pub type Detail_ConfidenceMap = Vector<Tuple<(Ptr<Detail_TrackerTargetState>, f32)>>;
Expand description

Represents the model of the target at frame inline formula (all states and scores)

See AAM The set of the pair inline formula

§See also

TrackerTargetState

Aliased Type§

pub struct Detail_ConfidenceMap { /* private fields */ }