public class Quantizer
extends java.lang.Object
| Constructor and Description |
|---|
Quantizer(int level) |
| Modifier and Type | Method and Description |
|---|---|
void |
dequantize(float[] image,
int w,
int h) |
void |
quantize(float[] image,
int w,
int h) |
void |
setLevel(int level) |