boofcv.struct.feature
Class Match
- java.lang.Object
-
- georegression.struct.GeoTuple<Point2D_I32>
-
- georegression.struct.point.Point2D_I32
-
- boofcv.struct.feature.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 Summary
Fields Modifier and Type Field and Description doublescoreScore indicating the match quality.-
Fields inherited from class georegression.struct.point.Point2D_I32
x, y
-
-
Constructor Summary
Constructors Constructor and Description Match()Match(int x, int y, double score)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringtoString()-
Methods inherited from class georegression.struct.point.Point2D_I32
copy, createNewInstance, distance, distance2, getDimension, getX, getY, set, set, setX, setY
-
-
-
-
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.
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPoint2D_I32
-
-
DataMelt 3.0 © DataMelt by jWork.ORG