| Class | Description |
|---|---|
| BaseImageClassifier |
Base class for ImageClassifiers which implements common elements
|
| ClipAndReduce<T extends boofcv.struct.image.ImageBase<T>> |
Transforms an image in an attempt to not change the information contained inside of it for processing by
a classification algorithm that requires an image of fixed size.
|
| DataManipulationOps |
Functions for manipulating data by transforming it or converting its format.
|
| ImageClassifierNiNImageNet |
Pretrained Network-in-Network (NiN) image classifier using imagenet data.
|
| ImageClassifierResNet |
1) Look at Torch source code
a) Determine the shape of the input tensor.
|
| ImageClassifierVggCifar10 |
Image classification using VGG network trained in CIFAR 10 data.
|