Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tccp_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_tccp_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_tccp_t extends java.lang.ObjectTile-component coding parameters
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcblkhcode-blocks height(package private) intcblkstycode-block coding style(package private) intcblkwcode-blocks width(package private) intcstycoding style(package private) intm_dc_level_shiftthe dc_level_shift(package private) intnumgbitsnumber of guard bits(package private) intnumresolutionsnumber of resolutions(package private) int[]prchprecinct height(package private) int[]prcwprecinct width(package private) intqmfbiddiscrete wavelet transform identifier(package private) intqntstyquantisation style(package private) introishiftRegion Of Interest shift(package private) FileJPEG2000.opj_stepsize_t[]stepsizesstepsizes used for quantization
-
Constructor Summary
Constructors Constructor Description opj_tccp_t()
-
-
-
Field Detail
-
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
FileJPEG2000.opj_stepsize_t[] stepsizes
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
-
m_dc_level_shift
int m_dc_level_shift
the dc_level_shift
-
-