-
Interface Summary
Interface |
Description |
FeatureSceneRecognition<TD extends TupleDesc<TD>> |
More specialized version of SceneRecognition where it is assumed the input is composed of image features
that have been detected sparsely at different pixel coordinates.
|
FeatureSceneRecognition.Features<TD extends TupleDesc<TD>> |
Set of feature pixel and descriptions from a image.
|
ImageCaptioning<T extends ImageBase<T>> |
High level interface for a class which creates a variable length description of an image in text.
|
ImageClassifier<T extends ImageBase<T>> |
High level interface for a classifier which assigns a single category to an image.
|
ImageModelBase<T extends ImageBase<T>> |
Base class for algorithms which process an image and load a model to do so
|
SceneRecognition<T extends ImageBase<T>> |
Implementations of this interface seek to solve the problem of "have I seen this scene before, but from the
same or different perspective? If so find those images".
|
-
-