Package boofcv.struct.feature
Class Match
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_I32<Point2D_I32>
georegression.struct.point.Point2D_I32
boofcv.struct.feature.Match
- All Implemented Interfaces:
Serializable
Found match during template matching. Provides location and fit score.
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.point.Point2D_I32
x, y
-
Constructor Summary
-
Method Summary
Methods inherited from class georegression.struct.point.Point2D_I32
copy, createNewInstance, distance, distance, distance2, distance2, equals, getDimension, getIdx, getX, getY, hashCode, isIdentical, print, setIdx, setTo, setTo, setX, setY, zero
Methods inherited from class georegression.struct.GeoTuple_I32
isIdentical
-
Field Details
-
score
public double scoreScore 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
-
toString
- Overrides:
toString
in classPoint2D_I32
-