DefaultFormat

Reads image files.


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.


ebtsFormat

Reads FBI EBTS transactions.

  • file: format/ebts.cpp
  • inherits: Format
  • author(s): Scott Klum
  • see:
  • properties: None

lffsFormat

Reads a NIST LFFS file.


lmFormat

Likely matrix format


maskFormat

Reads a NIST BEE mask matrix.


matFormat

MATLAB .mat format.

matFormat is known not to work with compressed matrices


mtxFormat

Reads a NIST BEE similarity matrix.


nullFormat

Returns an empty matrix.


postFormat

Handle POST requests


rawFormat

RAW format


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.


videoFormat

Read all frames of a video using OpenCV


webcamFormat

Retrieves an image from a webcam.


xmlFormat

Decodes images from Base64 xml