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
class FileJPEG2000.opj_image_cmptparm_t extends java.lang.Object
Component parameters structure used by the opj_image_create function
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
bpp
image depth in bits(package private) int
dx
XRsiz: horizontal separation of a sample of ith component with respect to the reference grid(package private) int
dy
YRsiz: vertical separation of a sample of ith component with respect to the reference grid(package private) int
h
data height(package private) int
prec
precision(package private) int
sgnd
signed (1) / unsigned (0)(package private) int
w
data width(package private) int
x0
x component offset compared to the whole image(package private) int
y0
y component offset compared to the whole image
-
Constructor Summary
Constructors Constructor Description opj_image_cmptparm_t()
-
-
-
Field Detail
-
dx
int dx
XRsiz: horizontal separation of a sample of ith component with respect to the reference grid
-
dy
int dy
YRsiz: vertical separation of a sample of ith component with respect to the reference grid
-
w
int w
data width
-
h
int h
data height
-
x0
int x0
x component offset compared to the whole image
-
y0
int y0
y component offset compared to the whole image
-
prec
int prec
precision
-
bpp
int bpp
image depth in bits
-
sgnd
int sgnd
signed (1) / unsigned (0)
-
-