public class DataFilter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK |
static int |
CROP |
static int |
NORMAL |
static int |
RESAMPLE |
| Constructor and Description |
|---|
DataFilter(int t) |
| Modifier and Type | Method and Description |
|---|---|
Data |
filter(Data data) |
void |
setDelta(double d) |
void |
setDim(int d) |
void |
setMax(double m) |
void |
setMin(double m) |
void |
setType(int t) |
public static final int CROP
public static final int RESAMPLE
public static final int BLOCK
public static final int NORMAL