NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Namespaces | Typedefs
be_image_jpeg.h File Reference
#include <cstdio>
#include <be_image_image.h>

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 Documentation

◆ boolean

typedef int boolean

Definition at line 35 of file be_image_jpeg.h.

◆ j_common_ptr

typedef struct jpeg_common_struct* j_common_ptr

Definition at line 43 of file be_image_jpeg.h.

◆ j_decompress_ptr

typedef struct jpeg_decompress_struct* j_decompress_ptr

Definition at line 44 of file be_image_jpeg.h.