Class FileJPEG2000.opj_dparameters_t

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

class FileJPEG2000.opj_dparameters_t extends Object
Decompression parameters
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    output file format 0: PGX, 1: PxM, 2: BMP
    (package private) int
    Set the maximum number of quality layers to decode.
    (package private) int
    Set the number of highest resolution levels to be discarded.
    (package private) int
    Decoding area left boundary
    (package private) int
    Decoding area right boundary
    (package private) int
    Decoding area up boundary
    (package private) int
    Decoding area bottom boundary
    (package private) int
    input file format 0: J2K, 1: JP2, 2: JPT
    (package private) int
     
    (package private) char[]
    input file name
    (package private) boolean
    activates the JPWL correction capabilities
    (package private) int
    expected number of components
    (package private) int
    maximum number of tiles
    (package private) boolean
    Verbose mode
    (package private) int
    Nb of tile to decode
    (package private) char[]
    output file name
    (package private) int
    tile number ot the decoded tile
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • cp_reduce

      int cp_reduce
      Set the number of highest resolution levels to be discarded. The image resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution
    • cp_layer

      int cp_layer
      Set the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded
    • infile

      char[] infile
      input file name
    • outfile

      char[] outfile
      output file name
    • decod_format

      int decod_format
      input file format 0: J2K, 1: JP2, 2: JPT
    • cod_format

      int cod_format
      output file format 0: PGX, 1: PxM, 2: BMP
    • DA_x0

      int DA_x0
      Decoding area left boundary
    • DA_x1

      int DA_x1
      Decoding area right boundary
    • DA_y0

      int DA_y0
      Decoding area up boundary
    • DA_y1

      int DA_y1
      Decoding area bottom boundary
    • m_verbose

      boolean m_verbose
      Verbose mode
    • tile_index

      int tile_index
      tile number ot the decoded tile
    • nb_tile_to_decode

      int nb_tile_to_decode
      Nb of tile to decode
    • jpwl_correct

      boolean jpwl_correct
      activates the JPWL correction capabilities
    • jpwl_exp_comps

      int jpwl_exp_comps
      expected number of components
    • jpwl_max_tiles

      int jpwl_max_tiles
      maximum number of tiles
    • flags

      int flags
  • Constructor Details

    • opj_dparameters_t

      opj_dparameters_t()