NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
Go to the source code of this file.
Classes | |
class | BiometricEvaluation::Image::JPEG |
A JPEG-encoded image. 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::Image |
Basic information relating to images. | |
Typedefs | |
typedef int | boolean |
typedef struct jpeg_common_struct * | j_common_ptr |
typedef struct jpeg_decompress_struct * | j_decompress_ptr |
typedef int boolean |
Definition at line 35 of file be_image_jpeg.h.
typedef struct jpeg_common_struct* j_common_ptr |
Definition at line 43 of file be_image_jpeg.h.
typedef struct jpeg_decompress_struct* j_decompress_ptr |
Definition at line 44 of file be_image_jpeg.h.