NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
#include <cstdio>
#include <string>
#include <vector>
#include <be_framework_enumeration.h>
#include <be_memory_autoarray.h>
#include <be_memory_autoarrayutility.h>
#include <be_process_messagecenter.h>
#include <be_text.h>
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::Process::CommandCenter< T, typename > |
Receive enumerations as commands over the network. More... | |
class | BiometricEvaluation::Process::CommandCenter< T, typename >::Command |
Parsed command received from the network. More... | |
class | BiometricEvaluation::Process::CommandParser< T > |
Abstraction to parse messages received via CommandCenter. More... | |
Namespaces | |
namespace | BiometricEvaluation |
This software was developed at the National Institute of Standards and Technology (NIST) by employees of the Federal Government in the course of their official duties. | |
namespace | BiometricEvaluation::Process |
Process information and controls. | |