$search
#include <CuiPeopleDetector.h>
Public Member Functions | |
unsigned long | ConsoleGUI () |
CuiPeopleDetector (void) | |
Constructor. | |
unsigned long | Init () |
Initialize the Pointer. | |
unsigned long | Recognize () |
unsigned long | ShowAvgImage () |
unsigned long | ShowEigenfaces () |
unsigned long | Train () |
~CuiPeopleDetector (void) | |
Destructor. | |
Private Attributes | |
ipa_PeopleDetector::PeopleDetectorControlFlow * | m_DetectorControlFlow |
Describe. |
Definition at line 18 of file CuiPeopleDetector.h.
CuiPeopleDetector::CuiPeopleDetector | ( | void | ) |
CuiPeopleDetector::~CuiPeopleDetector | ( | void | ) |
Destructor.
Definition at line 22 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::ConsoleGUI | ( | ) |
Opens a console menu to run the functions of this class
Definition at line 38 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::Init | ( | void | ) |
Initialize the Pointer.
Definition at line 27 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::Recognize | ( | ) |
Opens a console menu to run the functions of this class
Definition at line 172 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::ShowAvgImage | ( | ) |
Opens a console menu to run the functions of this class
Definition at line 294 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::ShowEigenfaces | ( | ) |
Opens a console menu to run the functions of this class
Definition at line 268 of file CuiPeopleDetector.cpp.
unsigned long CuiPeopleDetector::Train | ( | ) |
Opens a console menu to run the functions of this class
Definition at line 83 of file CuiPeopleDetector.cpp.
Describe.
Definition at line 49 of file CuiPeopleDetector.h.