Class Match

All Implemented Interfaces:
Serializable

public class Match extends Point2D_I32
Found match during template matching. Provides location and fit score.
See Also:
  • Field Details

    • score

      public double score
      Score indicating the match quality. Higher the score the better. The range will depending on the algorithm used. For some algorithms the score will even be negative.
  • Constructor Details

    • Match

      public Match(int x, int y, double score)
    • Match

      public Match()
  • Method Details