Skip navigation links
A C D F G M O P R S T U V W 

A

Aligners - Class in org.openimaj.tools.faces.recognition.options
Face aligners configuration for the tools.
Aligners() - Constructor for class org.openimaj.tools.faces.recognition.options.Aligners
 
Aligners.AlignerDetectorProvider<FACE extends DetectedFace> - Interface in org.openimaj.tools.faces.recognition.options
Interface for configuration objects that can provide a compatible aligner and detector pair.
Aligners.AnyAligner - Enum in org.openimaj.tools.faces.recognition.options
All types of aligner

C

createRecognitionEngine() - Method in interface org.openimaj.tools.faces.recognition.options.RecognitionEngineProvider
 

D

description() - Method in enum org.openimaj.tools.faces.PredefinedStrategy
 
detectFaces(List<File>, int) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a set of image files and returns a map that maps the image filename to the list of detected images.
detectFaces(List<File>, int, boolean) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a set of image files and returns a map that maps the image filename to the list of detected images.
detectFaces(FImage, int, boolean) - Method in class org.openimaj.tools.faces.FaceDetectorTool
Takes a single image and detects faces, returning a map that maps a number (the face number) to the rectangle of the detected face.

F

FaceDetectors - Class in org.openimaj.tools.faces.recognition.options
Face detector configuration for the tools
FaceDetectors() - Constructor for class org.openimaj.tools.faces.recognition.options.FaceDetectors
 
FaceDetectors.AnyBasicFImageDetector - Enum in org.openimaj.tools.faces.recognition.options
Any type of basic FImage detector.
FaceDetectors.FaceDetectorProvider<FACE extends DetectedFace,IMAGE extends org.openimaj.image.Image<?,IMAGE>> - Interface in org.openimaj.tools.faces.recognition.options
Interface for providers of FaceDetectors
FaceDetectorTool - Class in org.openimaj.tools.faces
A command-line tool that displays the bounding boxes of detected faces in the input image(s).
FaceDetectorTool() - Constructor for class org.openimaj.tools.faces.FaceDetectorTool
 
FaceDetectorToolOptions - Class in org.openimaj.tools.faces
Options specific to the face detector tool.
FaceDetectorToolOptions() - Constructor for class org.openimaj.tools.faces.FaceDetectorToolOptions
 
FaceExtractorTool - Class in org.openimaj.tools.faces.extraction
A tool that provides a means of extracting faces from videos and images.
FaceExtractorTool(FaceExtractorToolOptions) - Constructor for class org.openimaj.tools.faces.extraction.FaceExtractorTool
Default constructor
FaceExtractorToolOptions - Class in org.openimaj.tools.faces.extraction
Command-line option class for the face extractor tool.
FaceExtractorToolOptions() - Constructor for class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
 
FaceRecogniserTrainingTool<T extends DetectedFace> - Class in org.openimaj.tools.faces.recognition
A tool for training face recognisers
FaceRecogniserTrainingTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecogniserTrainingTool
 
FaceRecognitionCrossValidatorTool<FACE extends DetectedFace> - Class in org.openimaj.tools.faces.recognition
A command line tool for performing cross-validation experiments for face recognition or classification.
FaceRecognitionCrossValidatorTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionCrossValidatorTool
 
FaceRecognitionInfoTool - Class in org.openimaj.tools.faces.recognition
A tool for printing out information about face recognisers.
FaceRecognitionInfoTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionInfoTool
 
FaceRecognitionTool - Class in org.openimaj.tools.faces.recognition
A tool for using pre-trained face recognisers
FaceRecognitionTool() - Constructor for class org.openimaj.tools.faces.recognition.FaceRecognitionTool
 
FaceSimilarityTool - Class in org.openimaj.tools.faces
Face similarity tool compares the faces in all given images and gives a score for each comparison.
FaceSimilarityTool() - Constructor for class org.openimaj.tools.faces.FaceSimilarityTool
 
FaceSimilarityTool.ImageGetter<T> - Interface in org.openimaj.tools.faces
An interface to get images and names from a list of things.
FaceSimilarityToolOptions - Class in org.openimaj.tools.faces
 
FaceSimilarityToolOptions() - Constructor for class org.openimaj.tools.faces.FaceSimilarityToolOptions
 
faceSize - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
The minimum face size for the face detector
FaceToolOptions - Class in org.openimaj.tools.faces
 
FaceToolOptions() - Constructor for class org.openimaj.tools.faces.FaceToolOptions
 

G

getAligner() - Method in interface org.openimaj.tools.faces.recognition.options.Aligners.AlignerDetectorProvider
 
getDetector() - Method in interface org.openimaj.tools.faces.recognition.options.Aligners.AlignerDetectorProvider
 
getDetector() - Method in interface org.openimaj.tools.faces.recognition.options.FaceDetectors.FaceDetectorProvider
 
getDistances(File, List<File>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between all the faces in the first image with all the faces in the given images.
getDistances(List<File>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<File>, boolean, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<String>, List<FImage>, boolean, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
Calculates the distance between faces in the given images.
getDistances(List<T>, boolean, FaceSimilarityTool.ImageGetter<T>, FaceSimilarityEngine<?, ?, FImage>) - Method in class org.openimaj.tools.faces.FaceSimilarityTool
This is the actual comparison function that performs the nested loops as necessary to match all the faces against each other.
getImage(List<T>, int) - Method in interface org.openimaj.tools.faces.FaceSimilarityTool.ImageGetter
Get the image associated with the item
getName(List<T>, int) - Method in interface org.openimaj.tools.faces.FaceSimilarityTool.ImageGetter
Get the name of the item
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.Aligners.AnyAligner
 
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.FaceDetectors.AnyBasicFImageDetector
 
getOptions() - Method in enum org.openimaj.tools.faces.recognition.options.RecognitionStrategy
 

M

main(String[]) - Static method in class org.openimaj.tools.faces.extraction.FaceExtractorTool
Default main
main(String[]) - Static method in class org.openimaj.tools.faces.FaceDetectorTool
 
main(String[]) - Static method in class org.openimaj.tools.faces.FaceSimilarityTool
 
main(String[]) - Static method in class org.openimaj.tools.faces.recognition.FaceRecogniserTrainingTool
The main method of the tool.
main(String[]) - Static method in class org.openimaj.tools.faces.recognition.FaceRecognitionCrossValidatorTool
The main method for the tool
main(String[]) - Static method in class org.openimaj.tools.faces.recognition.FaceRecognitionInfoTool
The main method of the tool.
main(String[]) - Static method in class org.openimaj.tools.faces.recognition.FaceRecognitionTool
The main method of the tool.
minSize - Variable in class org.openimaj.tools.faces.FaceDetectorToolOptions
Minimum detection size

O

org.openimaj.tools.faces - package org.openimaj.tools.faces
 
org.openimaj.tools.faces.extraction - package org.openimaj.tools.faces.extraction
 
org.openimaj.tools.faces.recognition - package org.openimaj.tools.faces.recognition
 
org.openimaj.tools.faces.recognition.options - package org.openimaj.tools.faces.recognition.options
 
outputFile - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
The directory to which all faces will be extracted

P

performBenchmark() - Method in class org.openimaj.tools.faces.recognition.FaceRecognitionCrossValidatorTool
 
PredefinedStrategy - Enum in org.openimaj.tools.faces
 

R

RecognitionEngineProvider<FACE extends DetectedFace> - Interface in org.openimaj.tools.faces.recognition.options
Interface for objects capable of providing configured recognition engines
RecognitionStrategy - Enum in org.openimaj.tools.faces.recognition.options
Standard recognition strategies

S

saveRecogniser() - Method in class org.openimaj.tools.faces.recognition.FaceRecognitionCrossValidatorTool
 
seconds - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
How often to take a face test
strategy() - Method in enum org.openimaj.tools.faces.PredefinedStrategy
 

T

threshold - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
The shot differential threshold to use for the shot boundary detector

U

useCentre - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
Whether to use the centre frame (as opposed to doing face tests)

V

valueOf(String) - Static method in enum org.openimaj.tools.faces.PredefinedStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openimaj.tools.faces.recognition.options.Aligners.AnyAligner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openimaj.tools.faces.recognition.options.FaceDetectors.AnyBasicFImageDetector
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.openimaj.tools.faces.recognition.options.RecognitionStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.openimaj.tools.faces.PredefinedStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openimaj.tools.faces.recognition.options.Aligners.AnyAligner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openimaj.tools.faces.recognition.options.FaceDetectors.AnyBasicFImageDetector
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.openimaj.tools.faces.recognition.options.RecognitionStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
Whether to output verbose progress to the stdout
videoFile - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
The video file to process

W

writeFaceImage - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
Whether to write the face image or not
writeFrameImage - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
Whether to write the frames in which the faces are found
writeXML - Variable in class org.openimaj.tools.faces.extraction.FaceExtractorToolOptions
Whether to write XML information about the found faces
A C D F G M O P R S T U V W 
Skip navigation links