|
Video Processing Framework
|
#include <Face_EyesTracking.h>
Public Member Functions | |
| EyesTracking (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual | ~EyesTracking () |
| virtual EyesTracking * | duplicate () |
| virtual int | processImage (SimpleData *options=NULL) |
| virtual int | allocateResults () |
| int | associateMeasurements (CvPoint2D32f &measL, CvPoint2D32f &measR) |
Public Attributes | |
| TDRect * | detectedEyes |
| TDRect * | trackedEyes |
| KalmanFilt2D * | kalmanL |
| KalmanFilt2D * | kalmanR |
| int | maxPredictedFrames |
| float | pnCovPosition |
| float | mnCovPosition |
| int | trackStatus |
| int | trackedFrames |
| int | numPredicted |
| EyesTracking::EyesTracking | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| EyesTracking::~EyesTracking | ( | ) | [virtual] |
| int EyesTracking::allocateResults | ( | ) | [virtual] |
Reimplemented from ImageProcessing.
| int EyesTracking::associateMeasurements | ( | CvPoint2D32f & | measL, |
| CvPoint2D32f & | measR | ||
| ) |
| virtual EyesTracking* EyesTracking::duplicate | ( | ) | [inline, virtual] |
Reimplemented from ImageProcessing.
| int EyesTracking::processImage | ( | SimpleData * | options = NULL | ) | [virtual] |
Reimplemented from ImageProcessing.