Uses of Class
dev.brachtendorf.jimagehash.matcher.categorize.WeightedCategoricalMatcher.DimReduction
-
Packages that use WeightedCategoricalMatcher.DimReduction Package Description dev.brachtendorf.jimagehash.matcher.categorize The categorization package includes classes to group images into distinct groups based on their similarity. -
-
Uses of WeightedCategoricalMatcher.DimReduction in dev.brachtendorf.jimagehash.matcher.categorize
Methods in dev.brachtendorf.jimagehash.matcher.categorize that return WeightedCategoricalMatcher.DimReduction Modifier and Type Method Description static WeightedCategoricalMatcher.DimReductionWeightedCategoricalMatcher.DimReduction. valueOf(String name)Returns the enum constant of this type with the specified name.static WeightedCategoricalMatcher.DimReduction[]WeightedCategoricalMatcher.DimReduction. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.brachtendorf.jimagehash.matcher.categorize with parameters of type WeightedCategoricalMatcher.DimReduction Constructor Description WeightedCategoricalMatcher(double newCategoryThreshold, WeightedCategoricalMatcher.DimReduction reductionTechnique)
-