#include <YooIRIS.h>
List of all members.
Detailed Description
Main controller.
Member Function Documentation
void YooIRIS::checkQuality |
( |
) |
[slot] |
Menu item: Loads an image manually for quality measurement.
char* YooIRIS::getOutputFName |
( |
int |
i, |
|
|
std::string |
currentPath, |
|
|
std::string |
type |
|
) |
| |
Lets the user enter option or string in command.
- Parameters:
-
currentPath | Current path |
type | Valid dataType values:
1 = classic still image
2 = video captured at a distance (distant-videos)
|
- Returns:
- Entered option or string
void YooIRIS::goMatch |
( |
) |
[slot] |
Button item: Matches the opened images
void YooIRIS::OpenAVIFile |
( |
) |
[slot] |
Menu item: Loads a face video and detects the eye regions.
void YooIRIS::OpenCAM |
( |
) |
[slot] |
- Todo:
- Future works
Menu item: Captures a webcam video frame and detects the eye regions.
char * YooIRIS::openFileName |
( |
const char * |
path, |
|
|
const char * |
title, |
|
|
const char * |
fileType |
|
) |
| |
Lets the user select a file in a dialog box.
- Parameters:
-
path | Default path |
title | Title of the dialog box. |
fileType | file-type (extension). |
- Returns:
- Selected filename, or
NULL
in case the user clicked "cancel"
void YooIRIS::OpenIrisAVIFile |
( |
) |
[slot] |
- Todo:
- Future work
Menu item: Loads an iris video and detects the eye regions.
void YooIRIS::openLeftEye1 |
( |
) |
[slot] |
Button item: Load a left eye image for target.
void YooIRIS::openLeftEye2 |
( |
) |
[slot] |
Button item: Loads a left eye image for query.
void YooIRIS::openRightEye1 |
( |
) |
[slot] |
Button item: Loads a right eye image for target.
void YooIRIS::openRightEye2 |
( |
) |
[slot] |
Button item: Load a right eye image for query.
void YooIRIS::SelectCascade |
( |
) |
[slot] |
Menu item: Loads a manually selected cascade.
void YooIRIS::StartMatch |
( |
) |
[slot] |
Menu item: Loads an image manually for matching.
The documentation for this class was generated from the following files:
- NIST_VASIR_src_beta_v1.0/YooIRIS/YooIRIS.h
- NIST_VASIR_src_beta_v1.0/YooIRIS/YooIRIS.cpp
- NIST_VASIR_src_beta_v1.0/YooIRIS/YooUtility.cpp