Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_t2_t
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_t2_t
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_t2_t extends java.lang.Object
Tier-2 coding
-
-
Field Summary
Fields Modifier and Type Field Description (package private) FileJPEG2000.opj_cp_t
cp
pointer to the image coding parameters(package private) FileJPEG2000.opj_image_t
image
Encoding: pointer to the src image.
-
Constructor Summary
Constructors Constructor Description opj_t2_t()
-
-
-
Field Detail
-
image
FileJPEG2000.opj_image_t image
Encoding: pointer to the src image. Decoding: pointer to the dst image.
-
cp
FileJPEG2000.opj_cp_t cp
pointer to the image coding parameters
-
-