|
Video Processing Framework
|
#include <Learn_Persons.h>
Public Member Functions | |
| LearnPersons (const AbstractData *parent=NULL, const SimpleData *parameters=NULL) | |
| virtual LearnPersons * | duplicate () |
| virtual int | processData (SimpleData *options=NULL) |
| virtual int | allocateResults () |
| virtual int | finalizeProcessing () |
| virtual int | prepareData (bool haveTestSet=false) |
| virtual int | definePersonsClass (int personIndex) |
| virtual int | learn () |
| virtual int | recognize (int optimizeEigenCoeffs=1) |
| virtual int | learnAndOptimize () |
Public Attributes | |
| FaceFGDatabase * | dbObj |
| LearnEigenFaces * | learnObj |
| RecognizeEigFaces * | recObj |
| float | trainSet |
| bool | testSet |
| int | minPerson |
| int | maxPerson |
| int | minImage |
| int | maxImage |
| int | minAge |
| int | maxAge |
| int | nEigens |
| int | faceDb |
| LearnPersons::LearnPersons | ( | const AbstractData * | parent = NULL, |
| const SimpleData * | parameters = NULL |
||
| ) |
| int LearnPersons::allocateResults | ( | ) | [virtual] |
Reimplemented from DataProcessing.
Reimplemented in LearnPersonColorHist, LearnPersonsHit, and LearnPersonsVIP.
| int LearnPersons::definePersonsClass | ( | int | personIndex | ) | [virtual] |
| virtual LearnPersons* LearnPersons::duplicate | ( | ) | [inline, virtual] |
Reimplemented from DataProcessing.
Reimplemented in LearnPersonColorHist, LearnPersonsGender, LearnPersonsHit, LearnPersonsVIP, and RecPersonsGenderTest.
| int LearnPersons::finalizeProcessing | ( | ) | [virtual] |
Reimplemented from AbstractProcessing.
| int LearnPersons::learn | ( | ) | [virtual] |
| int LearnPersons::learnAndOptimize | ( | ) | [virtual] |
| int LearnPersons::prepareData | ( | bool | haveTestSet = false | ) | [virtual] |
Reimplemented in LearnPersonColorHist, LearnPersonsGender, LearnPersonsHit, LearnPersonsVIP, and RecPersonsGenderTest.
| int LearnPersons::processData | ( | SimpleData * | options = NULL | ) | [virtual] |
Reimplemented from DataProcessing.
Reimplemented in RecPersonsGenderTest.
| int LearnPersons::recognize | ( | int | optimizeEigenCoeffs = 1 | ) | [virtual] |
| float LearnPersons::trainSet |