Public Member Functions | Static Public Member Functions

CreateTemplate Class Reference

#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 (  )
Todo:
Future work

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:
fileNameInput image file name
template1Used to return the iris template
mask1Used to return the iris mask
widthUsed to return the template's width
heightUsed to return the template's height
datatypeValid 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:
 All Classes Files Functions Variables Enumerations Defines