| Interface | Description |
|---|---|
| ImageCaptioning<T extends boofcv.struct.image.ImageBase<T>> |
High level interface for a class which creates a variable length description of an image in text.
|
| ImageClassifier<T extends boofcv.struct.image.ImageBase<T>> |
High level interface for a classifier which assigns a single category to an image.
|
| ImageModelBase<T extends boofcv.struct.image.ImageBase<T>> |
Base class for algorithms which process an image and load a model to do so
|
| Class | Description |
|---|---|
| ImageClassifier.Score |
Provides information on the score for a specific category when multiple results are requested
|