Uses of Class
dev.brachtendorf.jimagehash.hashAlgorithms.filter.NonAveragingKernel
-
Packages that use NonAveragingKernel Package Description dev.brachtendorf.jimagehash.hashAlgorithms.filter -
-
Uses of NonAveragingKernel in dev.brachtendorf.jimagehash.hashAlgorithms.filter
Subclasses of NonAveragingKernel in dev.brachtendorf.jimagehash.hashAlgorithms.filter Modifier and Type Class Description classMaximumKernelA maximum kernel is a non linear filter scanning the image and replacing every value with the maximum value found in the neighborhood.classMedianKernelA median kernel is a non linear filter scanning the image and replacing every value with the median value found in the neighborhood.classMinimumKernelA maximum kernel is a non linear filter scanning the image and replacing every value with the minimum value found in the neighborhood.
-