Engauge Digitizer
2
|
Algorithm returning a list of points that match the specified point. More...
#include <PointMatchAlgorithm.h>
Public Member Functions | |
PointMatchAlgorithm (bool isGnuplot) | |
Single constructor. | |
QList< QPoint > | findPoints (const QList< PointMatchPixel > &samplePointPixels, const QImage &imageProcessed, const DocumentModelPointMatch &modelPointMatch, const Points &pointsExisting) |
Find points that match the specified sample point pixels. They are sorted by best-to-worst match. | |
Algorithm returning a list of points that match the specified point.
This returns a list of matches, from best to worst. This is executed in a separate QThread so the gui thread is not blocked
Definition at line 26 of file PointMatchAlgorithm.h.