Class ExactMatchSettings


  • public class ExactMatchSettings
    extends Object
    Encapsulates settings for the "Exact" match level.
    • Constructor Detail

      • ExactMatchSettings

        public ExactMatchSettings()
    • Method Detail

      • getMinDiffIntensity

        public int getMinDiffIntensity()
      • setMinDiffIntensity

        public void setMinDiffIntensity​(int minDiffIntensity)
      • getMinDiffWidth

        public int getMinDiffWidth()
      • setMinDiffWidth

        public void setMinDiffWidth​(int minDiffWidth)
      • getMinDiffHeight

        public int getMinDiffHeight()
      • setMinDiffHeight

        public void setMinDiffHeight​(int minDiffHeight)
      • getMatchThreshold

        public float getMatchThreshold()
      • setMatchThreshold

        public void setMatchThreshold​(float matchThreshold)