Engauge Digitizer 2
|
#include "ColorFilter.h"
#include "DocumentModelPointMatch.h"
#include "EngaugeAssert.h"
#include "gnuplot.h"
#include <iostream>
#include "Logger.h"
#include "PointMatchAlgorithm.h"
#include <QFile>
#include <QImage>
#include <qmath.h>
#include <QTextStream>
Go to the source code of this file.
Macros | |
#define | FOLD2DINDEX(i, j, jmax) ((i)*(jmax)+j) |
Variables | |
const int | PIXEL_OFF = -1 |
const int | PIXEL_ON = 1 |
Definition at line 21 of file PointMatchAlgorithm.cpp.
Definition at line 23 of file PointMatchAlgorithm.cpp.
Definition at line 25 of file PointMatchAlgorithm.cpp.