Engauge Digitizer 2
Loading...
Searching...
No Matches
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.

Constructor & Destructor Documentation

◆ PointMatchAlgorithm()

PointMatchAlgorithm::PointMatchAlgorithm ( bool  isGnuplot)

Single constructor.

Definition at line 26 of file PointMatchAlgorithm.cpp.

Member Function Documentation

◆ findPoints()

QList< QPoint > PointMatchAlgorithm::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.

Definition at line 217 of file PointMatchAlgorithm.cpp.


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