public class HistoMatcher extends Object
| Constructor | Description |
|---|---|
HistoMatcher(double bot,
double top) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addList(byte[] pixels) |
|
void |
avg() |
|
void |
calc() |
|
void |
matchPoints() |
|
byte[] |
rescale(int n) |
|
byte[] |
rescale(int n,
double m,
double b) |
|
double[] |
scale(int i,
double[] matchPoints,
double[] avg) |
public void addList(byte[] pixels)
public void calc()
public void matchPoints()
public void avg()
public double[] scale(int i,
double[] matchPoints,
double[] avg)
public byte[] rescale(int n)
public byte[] rescale(int n,
double m,
double b)