Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_pi_comp_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_pi_comp_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_pi_comp_t extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
dx
(package private) int
dy
(package private) int
numresolutions
number of resolution levels(package private) FileJPEG2000.opj_pi_resolution_t[]
resolutions
-
Constructor Summary
Constructors Constructor Description opj_pi_comp_t()
-
-
-
Field Detail
-
dx
int dx
-
dy
int dy
-
numresolutions
int numresolutions
number of resolution levels
-
resolutions
FileJPEG2000.opj_pi_resolution_t[] resolutions
-
-