NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
|
Information about a random forest parameter model. More...
#include <nfiq2_modelinfo.hpp>
Public Member Functions | |
ModelInfo () | |
Default constructor. | |
ModelInfo (const std::string &modelInfoFilePath) | |
Constructor. | |
std::string | getModelName () const |
Obtain the model name. | |
std::string | getModelTrainer () const |
Obtain the entity that trained the random forest model. | |
std::string | getModelDescription () const |
Obtain additional description information for model. | |
std::string | getModelVersion () const |
Obtain the version number of the model. | |
std::string | getModelPath () const |
Obtain the file path of the model. | |
std::string | getModelHash () const |
Obtain the md5 checksum of the model. | |
Static Public Attributes | |
static const char | ModelInfoKeyName [] |
Name Key. | |
static const char | ModelInfoKeyTrainer [] |
Trainer Key. | |
static const char | ModelInfoKeyDescription [] |
Description Key. | |
static const char | ModelInfoKeyVersion [] |
Version Key. | |
static const char | ModelInfoKeyPath [] |
Path Key. | |
static const char | ModelInfoKeyHash [] |
Hash Key. | |
Information about a random forest parameter model.
Definition at line 18 of file nfiq2_modelinfo.hpp.
NFIQ2::ModelInfo::ModelInfo | ( | ) |
Default constructor.
NFIQ2::ModelInfo::ModelInfo | ( | const std::string & | modelInfoFilePath | ) |
Constructor.
modelInfoFilePath | Path to model information file. |
std::string NFIQ2::ModelInfo::getModelName | ( | ) | const |
Obtain the model name.
std::string NFIQ2::ModelInfo::getModelTrainer | ( | ) | const |
Obtain the entity that trained the random forest model.
std::string NFIQ2::ModelInfo::getModelDescription | ( | ) | const |
Obtain additional description information for model.
std::string NFIQ2::ModelInfo::getModelVersion | ( | ) | const |
Obtain the version number of the model.
std::string NFIQ2::ModelInfo::getModelPath | ( | ) | const |
Obtain the file path of the model.
std::string NFIQ2::ModelInfo::getModelHash | ( | ) | const |
Obtain the md5 checksum of the model.
|
static |
Name Key.
Definition at line 86 of file nfiq2_modelinfo.hpp.
|
static |
Trainer Key.
Definition at line 88 of file nfiq2_modelinfo.hpp.
|
static |
Description Key.
Definition at line 90 of file nfiq2_modelinfo.hpp.
|
static |
Version Key.
Definition at line 92 of file nfiq2_modelinfo.hpp.
|
static |
Path Key.
Definition at line 94 of file nfiq2_modelinfo.hpp.
|
static |
Hash Key.
Definition at line 96 of file nfiq2_modelinfo.hpp.