Uses of Interface
boofcv.abst.scene.ImageModelBase
Packages that use ImageModelBase
-
Uses of ImageModelBase in boofcv.abst.scene
Subinterfaces of ImageModelBase in boofcv.abst.sceneModifier and TypeInterfaceDescriptioninterface
ImageCaptioning<T extends ImageBase<T>>
High level interface for a class which creates a variable length description of an image in text.interface
ImageClassifier<T extends ImageBase<T>>
High level interface for a classifier which assigns a single category to an image. -
Uses of ImageModelBase in boofcv.deepboof
Classes in boofcv.deepboof that implement ImageModelBaseModifier and TypeClassDescriptionclass
Base class for ImageClassifiers which implements common elementsclass
Pretrained Network-in-Network (NiN) image classifier using imagenet data.class
1) Look at Torch source code a) Determine the shape of the input tensor.class
Image classification using VGG network trained in CIFAR 10 data.