NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Classes | Enumerations
BiometricEvaluation::Video Namespace Reference

Basic information relating to video and streams. More...

Classes

class  Container
 Representation of a video container. More...
 
struct  Frame
 
class  Stream
 

Enumerations

enum class  CodingFormat {
  None = 0 , MPEG1 = 1 , MPEG2 = 2 , MPEG4 = 3 ,
  H264 = 4
}
 Video coding formats. More...
 
enum class  ContainerFormat { MPEG1PS = 1 , MPEG2TS = 2 , MPEG4PS = 3 , AVI = 4 }
 Container formats. More...
 

Detailed Description

Basic information relating to video and streams.

Common representation of a video stream.

The Video package gathers all video related matters, including classes to represent a video stream and video containers.

Stream objects can only be obtained from Container objects.

Enumeration Type Documentation

◆ CodingFormat

Video coding formats.

Enumerator
None 
MPEG1 
MPEG2 
MPEG4 
H264 

Definition at line 31 of file be_video.h.

◆ ContainerFormat

Container formats.

Enumerator
MPEG1PS 
MPEG2TS 
MPEG4PS 
AVI 

Definition at line 41 of file be_video.h.