#include <Tracker.h>
Inheritance diagram for Tracker:
Public Member Functions | |
| Tracker (FrameProducer< FeatureVector > *inputProducer, vector< DevicePattern > patterns, CoordSpace2DMap spaceMap) | |
| Constructor. | |
Protected Member Functions | |
| void | mainFrame (FeatureVector *inFrame, TrackVector &outFrame) |
| Primary frame processing operation. | |
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Primary frame processing operation. Invoked by superclass onTimer(). Takes a single frame of region data and produces a single frame of track data. Implements PipelinePlugin< FeatureVector, TrackVector >. |
1.4.6-NO