Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_tile_info_v2_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_tile_info_v2_t
- Enclosing class:
FileJPEG2000
Tile coding parameters information
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intcoding style(package private) intmulti-component transform identifier(package private) intnumber of layers(package private) intprogression order(package private) FileJPEG2000.opj_tccp_info_tinformation concerning tile component parameters(package private) intnumber (index) of tile -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tileno
int tilenonumber (index) of tile -
csty
int cstycoding style -
prg
int prgprogression order -
numlayers
int numlayersnumber of layers -
mct
int mctmulti-component transform identifier -
tccp_info
FileJPEG2000.opj_tccp_info_t tccp_infoinformation concerning tile component parameters
-
-
Constructor Details
-
opj_tile_info_v2_t
opj_tile_info_v2_t()
-