BinaryGallery
An abstract gallery for handling binary data
- file: gallery/binary.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
DefaultGallery
Treats the gallery as a Format.
- file: gallery/default.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
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.
- file: gallery/fddb.cpp
- inherits: Gallery
- author(s): Josh Klontz
- see:
- properties: None
arffGallery
Weka ARFF file format.
- file: gallery/arff.cpp
- inherits: Gallery
- author(s): Josh Klontz
- see:
- properties: None
aviGallery
Read videos of format .avi
- file: gallery/video.cpp
- inherits: videoGallery
- author(s): Unknown
- properties: None
crawlGallery
Crawl a root location for image files.
- file: gallery/crawl.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
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.
- file: gallery/db.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
flatGallery
Treats each line as a call to File::flat()
- file: gallery/flat.cpp
- inherits: FileGallery
- author(s): Josh Klontz
- properties: None
galGallery
A binary gallery.
Designed to be a literal translation of templates to disk. Compatible with TemplateList::fromBuffer.
- file: gallery/binary.cpp
- inherits: BinaryGallery
- author(s): Josh Klontz
- properties: None
googleGallery
Input from a google image search.
- file: gallery/google.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
gtGallery
Ground truth format for evaluating kNN
- file: gallery/gt.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
jsonGallery
Newline-separated JSON objects.
- file: gallery/binary.cpp
- inherits: BinaryGallery
- author(s): Josh Klontz
- properties: None
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
- file: gallery/lm.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
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
- file: gallery/matrix.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
memGallery
A gallery held in memory.
- file: gallery/mem.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
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
- file: gallery/post.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
seqGallery
DOCUMENT ME
statGallery
Print Template statistics.
- file: gallery/stat.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
tGallery
A contiguous array of br_universal_template.
- file: gallery/binary.cpp
- inherits: BinaryGallery
- author(s): Josh Klontz
- properties: None
templateGallery
Treat the file as a single binary Template.
- file: gallery/template.cpp
- inherits: Gallery
- author(s): Josh Klontz
- properties: None
turkGallery
For Amazon Mechanical Turk datasets
- file: gallery/turk.cpp
- inherits: Gallery
- author(s): Scott Klum
- properties: None
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.
An optional label may be specified using a space ' ' separator:<FILE> <FILE> ... <FILE>
<FILE> <LABEL> <FILE> <LABEL> ... <FILE> <LABEL>
- properties: None
urlGallery
Newline-separated URLs.
- file: gallery/binary.cpp
- inherits: BinaryGallery
- author(s): Josh Klontz
- properties: None
vbbGallery
DOCUMENT ME
videoGallery
Read a video frame by frame using cv::VideoCapture
webcamGallery
Read a video from the webcam
- file: gallery/video.cpp
- inherits: videoGallery
- author(s): Unknown
- properties: None
wmvGallery
Read videos of format .wmv
- file: gallery/video.cpp
- inherits: videoGallery
- author(s): Unknown
- properties: None
xmlGallery
A sigset input.
- file: gallery/xml.cpp
- inherits: FileGallery
- author(s): Josh Klontz
- properties: None