Package | Description |
---|---|
com.sun.media.imageioimpl.plugins.jpeg2000 | |
jj2000.j2k.decoder | |
jj2000.j2k.entropy | |
jj2000.j2k.wavelet.analysis |
Modifier and Type | Field and Description |
---|---|
private IntegerSpec |
J2KImageWriteParamJava.decompositionLevel
Specifies the number of wavelet decomposition levels to apply to
the image.
|
Modifier and Type | Method and Description |
---|---|
IntegerSpec |
J2KImageWriteParamJava.getDecompositionLevel()
Gets
decompositionLevel |
Modifier and Type | Field and Description |
---|---|
IntegerSpec |
DecoderSpecs.dls
Number of decomposition levels specifications
|
IntegerSpec |
DecoderSpecs.nls
Number of layers specifications
|
IntegerSpec |
DecoderSpecs.pos
Progression order specifications
|
Modifier and Type | Field and Description |
---|---|
private IntegerSpec |
PrecinctSizeSpec.dls
Reference to wavelet number of decomposition levels for each
tile-component.
|
Constructor and Description |
---|
PrecinctSizeSpec(int nt,
int nc,
byte type,
BlkImgDataSrc imgsrc,
IntegerSpec dls,
J2KImageWriteParamJava wp,
String values)
Creates a new PrecinctSizeSpec object for the specified number of tiles
and components and the J2KImageWriteParamJava instance.
|
PrecinctSizeSpec(int nt,
int nc,
byte type,
IntegerSpec dls)
Creates a new PrecinctSizeSpec object for the specified number of tiles
and components.
|
ProgressionSpec(int nt,
int nc,
int nl,
IntegerSpec dls,
byte type,
J2KImageWriteParamJava wp,
String values)
Creates a new ProgressionSpec object for the specified number of
tiles, components and the J2KImageWriteParamJava instance.
|
Modifier and Type | Field and Description |
---|---|
private IntegerSpec |
ForwWTFull.dls
The number of decomposition levels specification
|
Copyright © 2016 Open Microscopy Environment