NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
|
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... | |
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.
|
strong |
Video coding formats.
Enumerator | |
---|---|
None | |
MPEG1 | |
MPEG2 | |
MPEG4 | |
H264 |
Definition at line 31 of file be_video.h.
|
strong |