Méthode | Description | |
---|---|---|
InverseWT ( MultiResImgData src, |
Initializes this object with the given source of wavelet coefficients. It initializes the resolution level for full resolutioin reconstruction (i.e. the maximum resolution available from the 'src' source). It is assumed here that all tiles and components have the same reconstruction resolution level. If that was not the case it should be the value for the current tile of the source.
|
|
close ( ) : void |
Closes the underlying file or network connection from where the image data is being read.
|
|
createInstance ( CBlkWTDataSrcDec src, |
Creates an InverseWT object that works on the data type of the source, with the special additional parameters from the parameter list. Currently the parameter list is ignored since no special parameters can be specified for the inverse wavelet transform yet.
|
|
getCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk | ||
getFixedPoint ( int c ) : int | ||
getInternCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk | ||
isOrigSigned ( int c ) : bool |
Returns true if the data read was originally signed in the specified component, false if not.
|
public InverseWT ( MultiResImgData src, |
||
src | MultiResImgData | from where the wavelet coefficinets should be obtained. /// /// |
decSpec | The decoder specifications /// /// | |
Résultat | System |
public static createInstance ( CBlkWTDataSrcDec src, |
||
src | CBlkWTDataSrcDec | The source of data for the inverse wavelet /// transform. /// /// |
decSpec | ||
Résultat |
public abstract getCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk | ||
blk | CSJ2K.j2k.image.DataBlk | |
c | int | |
Résultat | CSJ2K.j2k.image.DataBlk |
public abstract getFixedPoint ( int c ) : int | ||
c | int | |
Résultat | int |
public abstract getInternCompData ( CSJ2K.j2k.image.DataBlk blk, int c ) : CSJ2K.j2k.image.DataBlk | ||
blk | CSJ2K.j2k.image.DataBlk | |
c | int | |
Résultat | CSJ2K.j2k.image.DataBlk |
public isOrigSigned ( int c ) : bool | ||
c | int | The index of the component, from 0 to C-1. /// /// |
Résultat | bool |