14 m_correlation (correlation)
30 if (m_correlation ==
other.correlation ()) {
const int INNER_RADIUS_MIN
Representation of one matched point as produced from the point match algorithm.
PointMatchTriplet(int x, int y, double correlation)
Single constructor.
double correlation() const
Get method for correlation.
bool operator<(const PointMatchTriplet &other) const
Comparison operator for sorting lists of this class using qSort.
int y() const
Get method for y coordinate.
int x() const
Get method for x coordinate.
QPoint point() const
Return (x,y) coordinates as a point.