Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tccp_info_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_tccp_info_t
- Enclosing class:
FileJPEG2000
Tile-component coding parameters information
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcode-blocks height(package private) intcode-block coding style(package private) intcode-blocks width(package private) intcomponent index(package private) intcoding style(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) int[]stepsizes used for quantization(package private) int[]stepsizes used for quantization -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compno
int compnocomponent index -
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_mant
int[] stepsizes_mantstepsizes used for quantization -
stepsizes_expn
int[] stepsizes_expnstepsizes used for quantization -
numgbits
int numgbitsnumber of guard bits -
roishift
int roishiftRegion Of Interest shift -
prcw
int[] prcwprecinct width -
prch
int[] prchprecinct height
-
-
Constructor Details
-
opj_tccp_info_t
opj_tccp_info_t()
-