Package boofcv.factory.scene
Class FactoryImageClassifier
java.lang.Object
boofcv.factory.scene.FactoryImageClassifier
Factory for creating image classifiers. The classifier and a location for where to download the model
data is provided.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassifierAndSource
NIN trained on ImageNet datastatic ClassifierAndSource
VGG trained on CIFAR10 data
-
Constructor Details
-
FactoryImageClassifier
public FactoryImageClassifier()
-
-
Method Details
-
vgg_cifar10
VGG trained on CIFAR10 data- Returns:
- The classifier and where to download the model
- See Also:
-
nin_imagenet
NIN trained on ImageNet data- Returns:
- The classifier and where to download the model
- See Also:
-