NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
Go to the source code of this file.
Classes | |
struct | BiometricEvaluation::Video::Frame |
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::Video |
Basic information relating to video and streams. | |
Enumerations | |
enum class | BiometricEvaluation::Video::CodingFormat { BiometricEvaluation::Video::None = 0 , BiometricEvaluation::Video::MPEG1 = 1 , BiometricEvaluation::Video::MPEG2 = 2 , BiometricEvaluation::Video::MPEG4 = 3 , BiometricEvaluation::Video::H264 = 4 } |
Video coding formats. More... | |
enum class | BiometricEvaluation::Video::ContainerFormat { BiometricEvaluation::Video::MPEG1PS = 1 , BiometricEvaluation::Video::MPEG2TS = 2 , BiometricEvaluation::Video::MPEG4PS = 3 , BiometricEvaluation::Video::AVI = 4 } |
Container formats. More... | |