DefaultFormat
Reads image files.
- file: format/video.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
binaryFormat
A simple binary matrix format.
- file: format/binary.cpp
- inherits: Format
- author(s): Josh Klontz
- format: First 4 bytes indicate the number of rows. Second 4 bytes indicate the number of columns. The rest of the bytes are 32-bit floating data elements in row-major order.
- properties: None
csvFormat
Reads a comma separated value file.
- file: format/csv.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
ebtsFormat
Reads FBI EBTS transactions.
- file: format/ebts.cpp
- inherits: Format
- author(s): Scott Klum
- see:
- properties: None
lffsFormat
Reads a NIST LFFS file.
- file: format/lffs.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
lmFormat
Likely matrix format
- file: format/lm.cpp
- inherits: Format
- author(s): Josh Klontz
- see:
- properties: None
maskFormat
Reads a NIST BEE mask matrix.
- file: format/mtx.cpp
- inherits: mtxFormat
- author(s): Josh Klontz
- properties: None
matFormat
MATLAB .mat format.
matFormat is known not to work with compressed matrices
- file: format/mat.cpp
- inherits: Format
- author(s): Josh Klontz
- see:
- properties: None
mtxFormat
Reads a NIST BEE similarity matrix.
- file: format/mtx.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
nullFormat
Returns an empty matrix.
- file: format/null.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
postFormat
Handle POST requests
- file: format/post.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
rawFormat
RAW format
- file: format/raw.cpp
- inherits: Format
- author(s): Josh Klontz
- see:
- properties: None
scoresFormat
Reads in scores or ground truth from a text table.
- file: format/scores.cpp
- inherits: Format
- author(s): Josh Klontz
- format: Example of the format:
2.2531514 FALSE 99990377 99990164 2.2549822 TRUE 99990101 99990101
- properties: None
urlFormat
Reads image files from the web.
- file: format/url.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
videoFormat
Read all frames of a video using OpenCV
- file: format/video.cpp
- inherits: Format
- author(s): Charles Otto
- properties: None
webcamFormat
Retrieves an image from a webcam.
- file: format/video.cpp
- inherits: Format
- author(s): Josh Klontz
- properties: None
xmlFormat
Decodes images from Base64 xml
- file: format/xml.cpp
- inherits: Format
- author(s): Scott Klum, Josh Klontz
- properties: None