Uses of Class
dev.brachtendorf.jimagehash.matcher.categorize.supervised.LabeledImage
-
Packages that use LabeledImage Package Description dev.brachtendorf.jimagehash.matcher.categorize The categorization package includes classes to group images into distinct groups based on their similarity.dev.brachtendorf.jimagehash.matcher.categorize.supervised dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest -
-
Uses of LabeledImage in dev.brachtendorf.jimagehash.matcher.categorize
Methods in dev.brachtendorf.jimagehash.matcher.categorize with parameters of type LabeledImage Modifier and Type Method Description doubleCategoricalMatcher. addCategoricalImage(LabeledImage labeledImage)voidCategoricalMatcher. addCategoricalImages(LabeledImage... images)Method parameters in dev.brachtendorf.jimagehash.matcher.categorize with type arguments of type LabeledImage Modifier and Type Method Description voidCategoricalMatcher. addCategoricalImages(Collection<LabeledImage> images)The name of the labeled image serves as unique identifier -
Uses of LabeledImage in dev.brachtendorf.jimagehash.matcher.categorize.supervised
Methods in dev.brachtendorf.jimagehash.matcher.categorize.supervised with parameters of type LabeledImage Modifier and Type Method Description intLabeledImage. compareTo(LabeledImage o) -
Uses of LabeledImage in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest
Fields in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest with type parameters of type LabeledImage Modifier and Type Field Description protected List<LabeledImage>RandomForestCategorizer. labeledImagesDeprecated.Test images used to create test sets to train the forestMethods in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest with parameters of type LabeledImage Modifier and Type Method Description voidRandomForestCategorizer. addTestImages(LabeledImage lData)Deprecated.Add a labeled image to this image matcher which will be used to construct the random forest.voidRandomForestCategorizer. addTestImages(LabeledImage... data)Deprecated.Add test images to this image matcher which will be used to construct the random forest.Method parameters in dev.brachtendorf.jimagehash.matcher.categorize.supervised.randomForest with type arguments of type LabeledImage Modifier and Type Method Description voidRandomForestCategorizer. addTestImages(Collection<LabeledImage> data)Deprecated.Add test images to this image matcher which will be used to construct the random forest.
-