|
Video Processing Framework
|
#include <Feat_FacePoints.h>
Public Member Functions | |
| FacePoints (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual | ~FacePoints () |
| virtual FacePoints * | duplicate () |
| virtual int | processChannel (int chIndex, SimpleData *options=NULL) |
| virtual int | combineChannels (SimpleData *options=NULL) |
| virtual int | allocateResults () |
Public Attributes | |
| TDPoint2D32f * | outputPoints |
| Array1D * | outputMatrix |
| FaceLearnTemplates * | detector |
| double | qualityLevel |
| double | minDistance |
| int | maxCorners |
| string | tempImageFN |
| FacePoints::FacePoints | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| FacePoints::~FacePoints | ( | ) | [virtual] |
| int FacePoints::allocateResults | ( | ) | [virtual] |
Reimplemented from ImageProcessing.
| int FacePoints::combineChannels | ( | SimpleData * | options = NULL | ) | [virtual] |
Reimplemented from ImageProcessing.
| virtual FacePoints* FacePoints::duplicate | ( | ) | [inline, virtual] |
Reimplemented from ImageProcessing.
| int FacePoints::processChannel | ( | int | chIndex, |
| SimpleData * | options = NULL |
||
| ) | [virtual] |
Reimplemented from ImageProcessing.
| double FacePoints::minDistance |
| double FacePoints::qualityLevel |
| string FacePoints::tempImageFN |