BinaryGallery

An abstract gallery for handling binary data


DefaultGallery

Treats the gallery as a Format.


EmptyGallery

Reads/writes templates to/from folders.

  • file: gallery/empty.cpp
  • inherits: Gallery
  • author(s): Josh Klontz
  • properties:

    Property Type Description
    regexp QString An optional regular expression to match against the files extension.

FDDBGallery

Implements the FDDB detection format.


arffGallery

Weka ARFF file format.


aviGallery

Read videos of format .avi


crawlGallery

Crawl a root location for image files.


csvGallery

Treats each line as a file.

  • file: gallery/csv.cpp
  • inherits: FileGallery
  • author(s): Josh Klontz
  • format: Columns should be comma separated with first row containing headers. The first column in the file should be the path to the file to enroll. Other columns will be treated as file metadata.
  • properties: None

dbGallery

Database input.


flatGallery

Treats each line as a call to File::flat()


galGallery

A binary gallery.

Designed to be a literal translation of templates to disk. Compatible with TemplateList::fromBuffer.


googleGallery

Input from a google image search.


gtGallery

Ground truth format for evaluating kNN


jsonGallery

Newline-separated JSON objects.


keyframesGallery

Read key frames of a video with LibAV

  • file: gallery/keyframes.cpp
  • inherits: Gallery
  • author(s): [Ben Klein][bhklein]
  • properties: None

landmarksGallery

Text format for associating anonymous landmarks with images.

  • file: gallery/landmarks.cpp
  • inherits: Gallery
  • author(s): Josh Klontz
  • format: The input should be formatted as follows:
    file_name:x1,y1,x2,y2,...,xn,yn
    file_name:x1,y1,x2,y2,...,xn,yn
    ...
    file_name:x1,y1,x2,y2,...,xn,yn
    
  • properties: None

lmGallery

Likely matrix format

www.liblikely.org


matlabGallery

A simple matrix container format that is easily read into matlab. Template are concatenated into column vectors, and output into a single matrix. Note that this is not intended to read in .matlab files, as this is simply a quick and dirty for analyzing data in a more interactive environment. Use the loadOpenBR.m script to ingest the resultant file into Matlab

  • file: gallery/matlab.cpp
  • inherits: FileGallery
  • author(s): Brendan Klare
  • properties:

    Property Type Description
    writeLabels bool Write the subject labels of the instances in the final row of the matrix.

matrixGallery

Combine all Template into one large matrix and process it as a Format


memGallery

A gallery held in memory.


mp4Gallery

Read key frames of a .mp4 video file with LibAV

  • file: gallery/keyframes.cpp
  • inherits: keyframesGallery
  • author(s): [Ben Klein][bhklein]
  • properties: None

postGallery

Handle POST requests


seqGallery

DOCUMENT ME

  • file: gallery/seq.cpp
  • inherits: Gallery
  • author(s): Unknown
  • properties: None

statGallery

Print Template statistics.


tGallery

A contiguous array of br_universal_template.


templateGallery

Treat the file as a single binary Template.


turkGallery

For Amazon Mechanical Turk datasets


txtGallery

Treats each line as a file.

  • file: gallery/txt.cpp
  • inherits: FileGallery
  • author(s): Josh Klontz
  • format: The entire line is treated as the file path.
    <FILE>
    <FILE>
    ...
    <FILE>
    
    An optional label may be specified using a space ' ' separator:
    <FILE> <LABEL>
    <FILE> <LABEL>
    ...
    <FILE> <LABEL>
    
  • properties: None

urlGallery

Newline-separated URLs.


vbbGallery

DOCUMENT ME

  • file: gallery/vbb.cpp
  • inherits: Gallery
  • author(s): Unknown
  • properties: None

videoGallery

Read a video frame by frame using cv::VideoCapture

  • file: gallery/video.cpp
  • inherits: Gallery
  • author(s): Unknown
  • properties: None

webcamGallery

Read a video from the webcam


wmvGallery

Read videos of format .wmv


xmlGallery

A sigset input.