#include <CreateTemplate.h>
List of all members.
Public Member Functions |
| CreateTemplate () |
Static Public Member Functions |
static void | createIrisTemplate (const char *fileName, int **template1, int **mask1, int *width, int *height, int dataType) |
Detailed Description
Creating iris template class.
Constructor & Destructor Documentation
CreateTemplate::CreateTemplate |
( |
) |
|
Member Function Documentation
void CreateTemplate::createIrisTemplate |
( |
const char * |
fileName, |
|
|
int ** |
template1, |
|
|
int ** |
mask1, |
|
|
int * |
width, |
|
|
int * |
height, |
|
|
int |
dataType |
|
) |
| [static] |
Create iris template for matching and non-matching.
- Parameters:
-
fileName | Input image file name |
template1 | Used to return the iris template |
mask1 | Used to return the iris mask |
width | Used to return the template's width |
height | Used to return the template's height |
datatype | Valid dataType values:
1 = classic still image
2 = video captured at a distance (distant-videos)
|
- Todo:
- Possible to optimize?
- Todo:
- Possible to optimize?
- Todo:
- Possible to optimize?
- Todo:
- Possible to optimize?
The documentation for this class was generated from the following files:
- NIST_VASIR_src_beta_v1.0/VASIR/CreateTemplate.h
- NIST_VASIR_src_beta_v1.0/VASIR/CreateTemplate.cpp