|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This class takes a vector, and implements all the function needed for
the TrackerC termplate.
Variables:
Methods:
- FeatureVectorC(IntT size = 0)
-
Default constructor.
- FeatureVectorC(const VectorC & v)
-
Constructor.
- const VectorC & FeatureVec() const
-
Get feature vector.
- IndexT FeatureType() const
-
Get feature type.
- IntT N() const
-
Get Size of feature vector.
- const FeatureVectorC & operator=(const VectorC & nDat)
-
Assigment to a vector.
- FeatureVectorC Project(const ModelVelocityC & motion,RealT diff) const
-
Project point.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|