|
Engauge Digitizer 2
|
#include "ColorFilter.h"#include "Compatibility.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) |
Variables | |
| const int | PIXEL_OFF = -1 |
| const int | PIXEL_ON = 1 |
| #define FOLD2DINDEX | ( | i, | |
| j, | |||
| jmax ) |
Definition at line 22 of file PointMatchAlgorithm.cpp.
| const int PIXEL_OFF = -1 |
Definition at line 24 of file PointMatchAlgorithm.cpp.
| const int PIXEL_ON = 1 |
Definition at line 26 of file PointMatchAlgorithm.cpp.