Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_decoding_param_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_decoding_param_t
- Enclosing class:
FileJPEG2000
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_reduce
int m_reduceif != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution -
m_layer
int m_layerif != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
-
-
Constructor Details
-
opj_decoding_param_t
opj_decoding_param_t()
-