Public Member Functions | Public Attributes

MatchingTemplate Class Reference

#include <MatchingTemplate.h>

List of all members.

Public Member Functions

bool loadTemplate (const char *templateFileName)
void loadVASIRTemplate (char *fileName, int dataType)
void loadMASEKTemplate (char *fileName, int nScale, int dataType)
int getNumAngularDivisions () const
int getNumRadialDivisions () const
int * getIrisTemplatePtr () const
int * getIrisMaskPtr () const

Public Attributes

int * irisTemplate
int * irisMask

Detailed Description

Class to create or instantiate templates.


Member Function Documentation

int* MatchingTemplate::getIrisMaskPtr (  ) const [inline]

Returns the noise mask.

int* MatchingTemplate::getIrisTemplatePtr (  ) const [inline]

Returns the iris template.

int MatchingTemplate::getNumAngularDivisions (  ) const [inline]

Returns the angular value of the template.

int MatchingTemplate::getNumRadialDivisions (  ) const [inline]

Returns the radial value of the template.

void MatchingTemplate::loadMASEKTemplate ( char *  fileName,
int  nScale,
int  dataType 
)

Loads an existing Masek's template or creates a new template.

Parameters:
fileNameInput image file name
nScaleNumber of scales
datatypeValid dataType values:

  • 1 = classic still image
  • 2 = video captured at a distance (distant-videos)

Load an MASEK Template.

bool MatchingTemplate::loadTemplate ( const char *  fileName )

Loads an existing template

Parameters:
templateFileNameInput template file name
Returns:
true if the template was loaded successfully

Load an existing template

void MatchingTemplate::loadVASIRTemplate ( char *  fileName,
int  dataType 
)

Loads an existing VASIR's template or creates a new template.

Parameters:
fileNameInput image file name
datatypeValid dataType values:

  • 1 = classic still image
  • 2 = video captured at a distance (distant-videos)

Load a VASIR template.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Defines