Class TypedImageMatcher.AlgoSettings
- java.lang.Object
-
- dev.brachtendorf.jimagehash.matcher.TypedImageMatcher.AlgoSettings
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TypedImageMatcher
public static class TypedImageMatcher.AlgoSettings extends Object implements Serializable
Settings used while computing if an algorithms consideres two images to be a close match- Author:
- Kilian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlgoSettings(double threshold, boolean normalized)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanapply(Hash hash, Hash hash1)booleanequals(Object obj)doublegetThreshold()inthashCode()booleanisNormalized()StringtoString()
-