|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
See TrackerC<> Handle class for details of template paramtiters.
Variables:
- NumLabelC id;
-
- FeatT feat;
-
Current position.
- FeatT lastfeat;
-
Last position.
- IndexT index;
-
Index of point in array just processed.
- ModelT model;
-
Model.
- TimeT inital;
-
Inital detection time.
- TimeT last;
-
Last time detected.
- BooleanT det;
-
Detected last cycle ?
Methods:
- TrackObjectC(const NumLabelC & nid,const FeatT & nfeat,const TimeT & time)
-
Constructor.
- NumLabelC & Id()
-
Access id.
- FeatT & Feature()
-
Get feature information.
- FeatT & LastFeature()
-
Get feature information.
- ModelT & Motion()
-
Access motion model.
- TimeT & InitalDet()
-
Access time of inital detection.
- TimeT & LastDet()
-
Access time of last detection.
- BooleanT & DetFlag()
-
Detected flag.
- IndexT LastIndex() const
-
Index of feature in array just processed.
- IndexT & LastIndex()
-
Index of feature in array just processed.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|