Engauge Digitizer 2
|
Classify the grid pattern in an original image. More...
#include <GridClassifier.h>
Public Member Functions | |
GridClassifier () | |
Single constructor. | |
void | classify (bool isGnuplot, const QPixmap &originalPixmap, const Transformation &transformation, int &countX, double &startX, double &stepX, int &countY, double &startY, double &stepY) |
Classify the specified image, and return the most probably x and y grid settings. |
Classify the grid pattern in an original image.
This class uses the following tricks for faster performance:
Definition at line 26 of file GridClassifier.h.
GridClassifier::GridClassifier | ( | ) |
void GridClassifier::classify | ( | bool | isGnuplot, |
const QPixmap & | originalPixmap, | ||
const Transformation & | transformation, | ||
int & | countX, | ||
double & | startX, | ||
double & | stepX, | ||
int & | countY, | ||
double & | startY, | ||
double & | stepY ) |
Classify the specified image, and return the most probably x and y grid settings.
Definition at line 50 of file GridClassifier.cpp.