public static class NIVision.JPEG2000FileAdvancedOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
maxWaveletTransformLevel |
float |
quantizationStepSize |
int |
useMultiComponentTransform |
NIVision.WaveletTransformMode |
waveletMode |
Modifier | Constructor and Description |
---|---|
|
JPEG2000FileAdvancedOptions() |
protected |
JPEG2000FileAdvancedOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
JPEG2000FileAdvancedOptions(long nativeObj,
boolean owned) |
|
JPEG2000FileAdvancedOptions(NIVision.WaveletTransformMode waveletMode,
int useMultiComponentTransform,
int maxWaveletTransformLevel,
double quantizationStepSize) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.WaveletTransformMode waveletMode
public int useMultiComponentTransform
public int maxWaveletTransformLevel
public float quantizationStepSize
public JPEG2000FileAdvancedOptions()
public JPEG2000FileAdvancedOptions(NIVision.WaveletTransformMode waveletMode, int useMultiComponentTransform, int maxWaveletTransformLevel, double quantizationStepSize)
protected JPEG2000FileAdvancedOptions(java.nio.ByteBuffer backing, int offset)
protected JPEG2000FileAdvancedOptions(long nativeObj, boolean owned)