#include <MatchingTemplate.h>
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 |
Class to create or instantiate templates.
| 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.
| fileName | Input image file name |
| nScale | Number of scales |
| datatype | Valid dataType values:
|
Load an MASEK Template.
| bool MatchingTemplate::loadTemplate | ( | const char * | fileName ) |
Loads an existing template
| templateFileName | Input template file name |
true if the template was loaded successfullyLoad an existing template
| void MatchingTemplate::loadVASIRTemplate | ( | char * | fileName, |
| int | dataType | ||
| ) |
Loads an existing VASIR's template or creates a new template.
| fileName | Input image file name |
| datatype | Valid dataType values:
|
Load a VASIR template.
1.7.2