| Modifier and Type | Field and Description |
|---|---|
double |
_a
scaling
|
double |
_b
bias
|
int |
_t
Type of patch (0=raw, 1=grad, 2=lbp)
|
org.openimaj.image.FImage |
_W
Gain
|
protected org.openimaj.image.FImage |
im_ |
protected TemplateMatcher |
matcher |
| Constructor and Description |
|---|
Patch(int t,
double a,
double b,
org.openimaj.image.FImage W) |
public int _t
public double _a
public double _b
public org.openimaj.image.FImage _W
protected org.openimaj.image.FImage im_
protected TemplateMatcher matcher
public Patch(int t, double a, double b, org.openimaj.image.FImage W)
t - a - b - W -