7 #include "PointMatchTriplet.h" 14 m_correlation (correlation)
33 isLess = (m_x < other.
x());
int y() const
Get method for y coordinate.
PointMatchTriplet(int x, int y, double correlation)
Single constructor.
Representation of one matched point as produced from the point match algorithm.
bool operator<(const PointMatchTriplet &other) const
Comparison operator for sorting lists of this class using qSort.
double correlation() const
Get method for correlation.
QPoint point() const
Return (x,y) coordinates as a point.
int x() const
Get method for x coordinate.