|
Developer Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
This class attempts to find groups of objects moving in the same direction
by performing motion vector clustering using the algorithm specified in
the constructor. It iteratively performs clustering with an increasing
number of clusters until a cluster criterian function is satisfied. A
cluster value is then stored in each of the RegBoundaryC objects.
Variables:
- NumClassifyUnsupervisedC _cluster;
-
| ind | Index of types of intererest. |
Methods:
- ClusterTrackC(const NumClassifyUnsupervisedC & cluster)
-
Constructor
| ind | Index of types of intererest. |
- const DListC<RegBoundaryC> Group(const DListC<RegBoundaryC> & train,DListC<RegBoundaryC> & list)
-
Classifies regions into groups of similar motion
| ind | Index of types of intererest. |
|
Programmer:Robert Crida, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001
|