Package boofcv.abst.scene
package boofcv.abst.scene
-
ClassDescriptionGeneric configuration for using implementations of
FeatureSceneRecognition
inside ofSceneRecognition
.Which type of recognition algorithm to useFeatureSceneRecognition<TD extends TupleDesc<TD>>More specialized version ofSceneRecognition
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.Provides information on the score for a specific category when multiple results are requestedImageModelBase<T extends ImageBase<T>>Base class for algorithms which process an image and load a model to do soSceneRecognition<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".References a match in the database to the query imageConvertsFeatureSceneRecognition
intoSceneRecognition
.