horizontdeformer.analyzer
Class Matrix
java.lang.Object
horizontdeformer.analyzer.Matrix
public class Matrix
- extends java.lang.Object
Constructor Summary |
Matrix(int sizex,
int sizey)
Creates a new instance of Matrix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Matrix
public Matrix(int sizex,
int sizey)
- Creates a new instance of Matrix
setPrecision
public void setPrecision(int precision)
getPrecision
public int getPrecision()
setTolerance
public void setTolerance(double tolerance)
writeData
public void writeData(int x,
int y,
java.awt.image.BufferedImage im)
readData
public void readData(int x,
int y,
java.awt.image.BufferedImage im)
get
public int get(int x,
int y)
set
public void set(int x,
int y,
int value)
getUpperTop
public int getUpperTop()
getLowerTop
public int getLowerTop()