Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_decompress_parameters
- java.lang.Object
-
- gov.nih.mipav.model.file.FileJPEG2000.opj_decompress_parameters
-
- Enclosing class:
- FileJPEG2000
class FileJPEG2000.opj_decompress_parameters extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
cod_format
output file format 0: PGX, 1: PxM, 2: BMP(package private) FileJPEG2000.opj_dparameters_t
core
core library parameters(package private) int
DA_x0
Decoding area left boundary(package private) int
DA_x1
Decoding area right boundary(package private) int
DA_y0
Decoding area up boundary(package private) int
DA_y1
Decoding area bottom boundary(package private) int
decod_format
input file format 0: J2K, 1: JP2, 2: JPT(package private) int
force_rgb
(package private) java.lang.String
indexfilename
index file name(package private) java.lang.String
infile
input file name(package private) boolean
jpwl_correct
activates the JPWL correction capabilities(package private) int
jpwl_exp_comps
expected number of components(package private) int
jpwl_max_tiles
maximum number of tiles(package private) boolean
m_verbose
Verbose mode(package private) int
nb_precision
(package private) int
nb_tile_to_decode
Nb of tile to decode(package private) java.lang.String
outfile
output file name(package private) FileJPEG2000.opj_precision[]
precision
(package private) int
split_pnm
(package private) int
tile_index
tile number ot the decoded tile(package private) int
upsample
-
Constructor Summary
Constructors Constructor Description opj_decompress_parameters()
-
-
-
Field Detail
-
core
FileJPEG2000.opj_dparameters_t core
core library parameters
-
infile
java.lang.String infile
input file name
-
outfile
java.lang.String outfile
output file name
-
decod_format
int decod_format
input file format 0: J2K, 1: JP2, 2: JPT
-
cod_format
int cod_format
output file format 0: PGX, 1: PxM, 2: BMP
-
indexfilename
java.lang.String indexfilename
index file name
-
DA_x0
int DA_x0
Decoding area left boundary
-
DA_x1
int DA_x1
Decoding area right boundary
-
DA_y0
int DA_y0
Decoding area up boundary
-
DA_y1
int DA_y1
Decoding area bottom boundary
-
m_verbose
boolean m_verbose
Verbose mode
-
tile_index
int tile_index
tile number ot the decoded tile
-
nb_tile_to_decode
int nb_tile_to_decode
Nb of tile to decode
-
precision
FileJPEG2000.opj_precision[] precision
-
nb_precision
int nb_precision
-
force_rgb
int force_rgb
-
upsample
int upsample
-
split_pnm
int split_pnm
-
jpwl_correct
boolean jpwl_correct
activates the JPWL correction capabilities
-
jpwl_exp_comps
int jpwl_exp_comps
expected number of components
-
jpwl_max_tiles
int jpwl_max_tiles
maximum number of tiles
-
-