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
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intoutput file format 0: PGX, 1: PxM, 2: BMP(package private) FileJPEG2000.opj_dparameters_tcore library parameters(package private) intDecoding area left boundary(package private) intDecoding area right boundary(package private) intDecoding area up boundary(package private) intDecoding area bottom boundary(package private) intinput file format 0: J2K, 1: JP2, 2: JPT(package private) int(package private) Stringindex file name(package private) Stringinput file name(package private) booleanactivates the JPWL correction capabilities(package private) intexpected number of components(package private) intmaximum number of tiles(package private) booleanVerbose mode(package private) int(package private) intNb of tile to decode(package private) Stringoutput file name(package private) FileJPEG2000.opj_precision[](package private) int(package private) inttile number ot the decoded tile(package private) int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
core
core library parameters -
infile
String infileinput file name -
outfile
String outfileoutput file name -
decod_format
int decod_formatinput file format 0: J2K, 1: JP2, 2: JPT -
cod_format
int cod_formatoutput file format 0: PGX, 1: PxM, 2: BMP -
indexfilename
String indexfilenameindex file name -
DA_x0
int DA_x0Decoding area left boundary -
DA_x1
int DA_x1Decoding area right boundary -
DA_y0
int DA_y0Decoding area up boundary -
DA_y1
int DA_y1Decoding area bottom boundary -
m_verbose
boolean m_verboseVerbose mode -
tile_index
int tile_indextile number ot the decoded tile -
nb_tile_to_decode
int nb_tile_to_decodeNb 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_correctactivates the JPWL correction capabilities -
jpwl_exp_comps
int jpwl_exp_compsexpected number of components -
jpwl_max_tiles
int jpwl_max_tilesmaximum number of tiles
-
-
Constructor Details
-
opj_decompress_parameters
opj_decompress_parameters()
-