Package gov.nih.mipav.model.file
Class FileJPEG2000.opj_dparameters_t
java.lang.Object
gov.nih.mipav.model.file.FileJPEG2000.opj_dparameters_t
- Enclosing class:
FileJPEG2000
Decompression parameters
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) intoutput file format 0: PGX, 1: PxM, 2: BMP(package private) intSet the maximum number of quality layers to decode.(package private) intSet the number of highest resolution levels to be discarded.(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) char[]input 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) intNb of tile to decode(package private) char[]output file name(package private) inttile number ot the decoded tile -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cp_reduce
int cp_reduceSet the number of highest resolution levels to be discarded. The image resolution is effectively divided by 2 to the power of the number of discarded levels. The reduce factor is limited by the smallest total number of decomposition levels among tiles. if != 0, then original dimension divided by 2^(reduce); if == 0 or not used, image is decoded to the full resolution -
cp_layer
int cp_layerSet the maximum number of quality layers to decode. If there are less quality layers than the specified number, all the quality layers are decoded. if != 0, then only the first "layer" layers are decoded; if == 0 or not used, all the quality layers are decoded -
infile
char[] infileinput file name -
outfile
char[] 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 -
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 -
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 -
flags
int flags
-
-
Constructor Details
-
opj_dparameters_t
opj_dparameters_t()
-