Uses of Class
dev.brachtendorf.jimagehash.hashAlgorithms.filter.Kernel.EdgeHandlingStrategy
-
Packages that use Kernel.EdgeHandlingStrategy Package Description dev.brachtendorf.jimagehash.hashAlgorithms.filter -
-
Uses of Kernel.EdgeHandlingStrategy in dev.brachtendorf.jimagehash.hashAlgorithms.filter
Fields in dev.brachtendorf.jimagehash.hashAlgorithms.filter declared as Kernel.EdgeHandlingStrategy Modifier and Type Field Description protected Kernel.EdgeHandlingStrategyKernel. edgeHandlingHow are edged of the images handledMethods in dev.brachtendorf.jimagehash.hashAlgorithms.filter that return Kernel.EdgeHandlingStrategy Modifier and Type Method Description static Kernel.EdgeHandlingStrategyKernel.EdgeHandlingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static Kernel.EdgeHandlingStrategy[]Kernel.EdgeHandlingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.brachtendorf.jimagehash.hashAlgorithms.filter with parameters of type Kernel.EdgeHandlingStrategy Constructor Description Kernel(double[][] mask, Kernel.EdgeHandlingStrategy edgeHandling)Construct a non normalized kernel with the given pixel mask.Kernel(double[][] mask, Kernel.EdgeHandlingStrategy edgeHandling, boolean normalize)Construct a kernel with the given pixel mask.Kernel(Kernel.EdgeHandlingStrategy strat)Deprecated.MultiKernel(Kernel.EdgeHandlingStrategy[] edgeHandlingStrategies, double[][]... kernelMasks)NonAveragingKernel(Kernel.EdgeHandlingStrategy strat)Deprecated.
-