Class FileJPEG2000.opj_tccp_info_t

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

class FileJPEG2000.opj_tccp_info_t extends Object
Tile-component coding parameters information
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) int
    code-blocks height
    (package private) int
    code-block coding style
    (package private) int
    code-blocks width
    (package private) int
    component index
    (package private) int
    coding style
    (package private) int
    number of guard bits
    (package private) int
    number of resolutions
    (package private) int[]
    precinct height
    (package private) int[]
    precinct width
    (package private) int
    discrete wavelet transform identifier
    (package private) int
    quantisation style
    (package private) int
    Region Of Interest shift
    (package private) int[]
    stepsizes used for quantization
    (package private) int[]
    stepsizes used for quantization
  • 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

    • compno

      int compno
      component index
    • csty

      int csty
      coding style
    • numresolutions

      int numresolutions
      number of resolutions
    • cblkw

      int cblkw
      code-blocks width
    • cblkh

      int cblkh
      code-blocks height
    • cblksty

      int cblksty
      code-block coding style
    • qmfbid

      int qmfbid
      discrete wavelet transform identifier
    • qntsty

      int qntsty
      quantisation style
    • stepsizes_mant

      int[] stepsizes_mant
      stepsizes used for quantization
    • stepsizes_expn

      int[] stepsizes_expn
      stepsizes used for quantization
    • numgbits

      int numgbits
      number of guard bits
    • roishift

      int roishift
      Region Of Interest shift
    • prcw

      int[] prcw
      precinct width
    • prch

      int[] prch
      precinct height
  • Constructor Details

    • opj_tccp_info_t

      opj_tccp_info_t()