Engauge Digitizer  2
Public Member Functions | List of all members
PointMatchAlgorithm Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: