Engauge Digitizer 2
|
#include "fftw3.h"
#include "Point.h"
#include "PointMatchPixel.h"
#include "PointMatchTriplet.h"
#include "Points.h"
#include <QList>
#include <QPoint>
Go to the source code of this file.
Classes | |
class | PointMatchAlgorithm |
Algorithm returning a list of points that match the specified point. More... | |
Typedefs | |
typedef QList< PointMatchTriplet > | PointMatchList |
Definition at line 22 of file PointMatchAlgorithm.h.