horizontdeformer.analyzer
public class Matrix extends Object
| Constructor Summary | |
|---|---|
| Matrix(int sizex, int sizey) Creates a new instance of Matrix | |
| Method Summary | |
|---|---|
| int | get(int x, int y) |
| int | getLowerTop() |
| int | getPrecision() |
| int | getUpperTop() |
| void | readData(int x, int y, BufferedImage im) |
| void | set(int x, int y, int value) |
| void | setPrecision(int precision) |
| void | setTolerance(double tolerance) |
| void | writeData(int x, int y, BufferedImage im) |