Package boofcv.deepboof


package boofcv.deepboof
  • Classes
    Class
    Description
    Base class for ImageClassifiers which implements common elements
    ClipAndReduce<T extends 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.
    Functions for manipulating data by transforming it or converting its format.
    Pretrained Network-in-Network (NiN) image classifier using imagenet data.
    1) Look at Torch source code a) Determine the shape of the input tensor.
    Image classification using VGG network trained in CIFAR 10 data.