Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_image_comp_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_image_comp_t
- Enclosing class:
FileJPEG2000
Defines a single image component
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) shortalpha channel(package private) intimage depth in bits(package private) int[]image component data(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) intnumber of division by 2 of the out image compared to the original size of image(package private) intdata height(package private) intprecision(package private) intnumber of decoded resolution(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) -
resno_decoded
int resno_decodednumber of decoded resolution -
factor
int factornumber of division by 2 of the out image compared to the original size of image -
data
int[] dataimage component data -
alpha
short alphaalpha channel
-
-
Constructor Details
-
opj_image_comp_t
opj_image_comp_t()
-