Class TypedImageMatcher.AlgoSettings

    • Constructor Detail

      • AlgoSettings

        public AlgoSettings​(double threshold,
                            boolean normalized)
    • Method Detail

      • apply

        public boolean apply​(Hash hash,
                             Hash hash1)
      • getThreshold

        public double getThreshold()
        Returns:
        the threshold
      • isNormalized

        public boolean isNormalized()
        Returns:
        if the normalized hamming distance shall be used.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object