Documentation of 'boofcv.struct.feature.Match' Java class
Match
boofcv.struct.feature

Class Match

  • All Implemented Interfaces:
    java.io.Serializable


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

      • 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 Detail

      • Match

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

        public Match()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.