Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_image_cmptparm_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_image_cmptparm_t
- Enclosing class:
FileJPEG2000
Component parameters structure used by the opj_image_create function
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intimage depth in bits(package private) intXRsiz: horizontal separation of a sample of ith component with respect to the reference grid(package private) intYRsiz: vertical separation of a sample of ith component with respect to the reference grid(package private) intdata height(package private) intprecision(package private) intsigned (1) / unsigned (0)(package private) intdata width(package private) intx component offset compared to the whole image(package private) inty component offset compared to the whole image -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dx
int dxXRsiz: horizontal separation of a sample of ith component with respect to the reference grid -
dy
int dyYRsiz: vertical separation of a sample of ith component with respect to the reference grid -
w
int wdata width -
h
int hdata height -
x0
int x0x component offset compared to the whole image -
y0
int y0y component offset compared to the whole image -
prec
int precprecision -
bpp
int bppimage depth in bits -
sgnd
int sgndsigned (1) / unsigned (0)
-
-
Constructor Details
-
opj_image_cmptparm_t
opj_image_cmptparm_t()
-