Uses of Class
boofcv.abst.scene.ImageClassifier.Score
Packages that use ImageClassifier.Score
- 
Uses of ImageClassifier.Score in boofcv.abst.scene
Methods in boofcv.abst.scene that return types with arguments of type ImageClassifier.ScoreModifier and TypeMethodDescriptionImageClassifier.getAllResults()Returns a list of all the likely categories for the image. - 
Uses of ImageClassifier.Score in boofcv.deepboof
Fields in boofcv.deepboof with type parameters of type ImageClassifier.ScoreModifier and TypeFieldDescriptionprotected DogArray<ImageClassifier.Score>BaseImageClassifier.categoryScoresMethods in boofcv.deepboof that return types with arguments of type ImageClassifier.Score - 
Uses of ImageClassifier.Score in boofcv.gui
Method parameters in boofcv.gui with type arguments of type ImageClassifier.ScoreModifier and TypeMethodDescriptionvoidImageClassificationPanel.addImage(BufferedImage image, String name, List<ImageClassifier.Score> scores, List<String> categories)