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) intcod_formatoutput file format 0: PGX, 1: PxM, 2: BMP(package private) FileJPEG2000.opj_dparameters_tcorecore library parameters(package private) intDA_x0Decoding area left boundary(package private) intDA_x1Decoding area right boundary(package private) intDA_y0Decoding area up boundary(package private) intDA_y1Decoding area bottom boundary(package private) intdecod_formatinput file format 0: J2K, 1: JP2, 2: JPT(package private) intforce_rgb(package private) java.lang.Stringindexfilenameindex file name(package private) java.lang.Stringinfileinput file name(package private) booleanjpwl_correctactivates the JPWL correction capabilities(package private) intjpwl_exp_compsexpected number of components(package private) intjpwl_max_tilesmaximum number of tiles(package private) booleanm_verboseVerbose mode(package private) intnb_precision(package private) intnb_tile_to_decodeNb of tile to decode(package private) java.lang.Stringoutfileoutput file name(package private) FileJPEG2000.opj_precision[]precision(package private) intsplit_pnm(package private) inttile_indextile number ot the decoded tile(package private) intupsample
-
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
-
-