#include "RobotControl.h"#include "Choice.h"Include-Abhängigkeitsdiagramm für Form1.h:

gehe zum Quellcode dieser Datei
Namensbereiche | |
| namespace | SuperYano |
| namespace | System::Runtime::InteropServices |
| namespace | System::Xml |
| namespace | SpeechLib |
Klassen | |
| class | SuperYano::Form1 |
| Grafische Oberfläche und Hauptprogramm. Mehr ... | |
Funktionen | |
| void | SuperYano::requestVideoImage (IntPtr hdc) |
| void | SuperYano::initiateVideo (int camNumber) |
| Initiiert das Capture-Objekt und lädt die XML-Datei der Gesichterkennungsmerkmale. | |
| void | SuperYano::processVideoFrame (void) |
| Grabt ein Frame vom Videostream und ruft die Gesichtserkennung auf. | |
| void | SuperYano::closeVideo (void) |
| Gibt Objekte und Speicher frei. | |
| int | SuperYano::getNumberOfFaces (void) |
| Gibt die Anzahl gefundener Gesichter zurück. | |
| int | SuperYano::getMajorFacePosX (void) |
| Gibt die X-Koordinate des größten Gesichtes zurück. | |
| int | SuperYano::getMajorFacePosY (void) |
| Gibt die Y-Koordinate des größten Gesichtes zurück. | |
Variablen | |
| static const int | SuperYano::STOPPED = 0 |
| static const int | SuperYano::RUNNING = 1 |
| static const int | SuperYano::PAUSED = 2 |
| static int | SuperYano::facedetectThreadRunningState = 0 |
| static int | SuperYano::processTime = 0 |
1.5.2