|
NIST Fingerprint Image Quality 2
NIST reference implementation fingerprint image quality analyzer.
|
Information about a random forest parameter model. More...
#include <nfiq2_modelinfo.hpp>
Public Member Functions | |
| ModelInfo () | |
| Default constructor. More... | |
| ModelInfo (const std::string &modelInfoFilePath) | |
| Constructor. More... | |
| std::string | getModelName () const |
| Obtain the model name. More... | |
| std::string | getModelTrainer () const |
| Obtain the entity that trained the random forest model. More... | |
| std::string | getModelDescription () const |
| Obtain additional description information for model. More... | |
| std::string | getModelVersion () const |
| Obtain the version number of the model. More... | |
| std::string | getModelPath () const |
| Obtain the file path of the model. More... | |
| std::string | getModelHash () const |
| Obtain the md5 checksum of the model. More... | |
Static Public Attributes | |
| static const std::string | ModelInfoKeyName |
| Name Key. More... | |
| static const std::string | ModelInfoKeyTrainer |
| Trainer Key. More... | |
| static const std::string | ModelInfoKeyDescription |
| Description Key. More... | |
| static const std::string | ModelInfoKeyVersion |
| Version Key. More... | |
| static const std::string | ModelInfoKeyPath |
| Path Key. More... | |
| static const std::string | ModelInfoKeyHash |
| Hash Key. More... | |
Information about a random forest parameter model.
Definition at line 8 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 76 of file nfiq2_modelinfo.hpp.
|
static |
Trainer Key.
Definition at line 78 of file nfiq2_modelinfo.hpp.
|
static |
Description Key.
Definition at line 80 of file nfiq2_modelinfo.hpp.
|
static |
Version Key.
Definition at line 82 of file nfiq2_modelinfo.hpp.
|
static |
Path Key.
Definition at line 84 of file nfiq2_modelinfo.hpp.
|
static |
Hash Key.
Definition at line 86 of file nfiq2_modelinfo.hpp.