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 TypeInterfaceDescriptioninterfaceImageCaptioning<T extends ImageBase<T>>High level interface for a class which creates a variable length description of an image in text.interfaceImageClassifier<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 TypeClassDescriptionclassBase class for ImageClassifiers which implements common elementsclassPretrained Network-in-Network (NiN) image classifier using imagenet data.class1) Look at Torch source code a) Determine the shape of the input tensor.classImage classification using VGG network trained in CIFAR 10 data.