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
Tile-component coding parameters
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcode-blocks height(package private) intcode-block coding style(package private) intcode-blocks width(package private) intcoding style(package private) intthe dc_level_shift(package private) intnumber of guard bits(package private) intnumber of resolutions(package private) int[]precinct height(package private) int[]precinct width(package private) intdiscrete wavelet transform identifier(package private) intquantisation style(package private) intRegion Of Interest shift(package private) FileJPEG2000.opj_stepsize_t[]stepsizes used for quantization -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
csty
int cstycoding style -
numresolutions
int numresolutionsnumber of resolutions -
cblkw
int cblkwcode-blocks width -
cblkh
int cblkhcode-blocks height -
cblksty
int cblkstycode-block coding style -
qmfbid
int qmfbiddiscrete wavelet transform identifier -
qntsty
int qntstyquantisation style -
stepsizes
FileJPEG2000.opj_stepsize_t[] stepsizesstepsizes used for quantization -
numgbits
int numgbitsnumber of guard bits -
roishift
int roishiftRegion Of Interest shift -
prcw
int[] prcwprecinct width -
prch
int[] prchprecinct height -
m_dc_level_shift
int m_dc_level_shiftthe dc_level_shift
-
-
Constructor Details
-
opj_tccp_t
opj_tccp_t()
-