Class FileJPEG2000.opj_decoding_param_t

java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_decoding_param_t
Enclosing class:
FileJPEG2000

class FileJPEG2000.opj_decoding_param_t extends Object
  • Field Details

    • m_reduce

      int m_reduce
      if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution
    • m_layer

      int m_layer
      if != 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()