public static class NIVision.JPEG2000FileAdvancedOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
maxWaveletTransformLevel |
float |
quantizationStepSize |
int |
useMultiComponentTransform |
NIVision.WaveletTransformMode |
waveletMode |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic 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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct