[]
This interface extends the MultiResImgData interface with the methods that are necessary for inverse wavelet data (i.e. data that is the source to an inverse wavlet trasnform).
public interface InvWTData : MultiResImgData
Name | Description |
---|---|
CbULX | Returns the horizontal code-block partition origin. Allowable values are 0 and 1, nothing else. |
CbULY | Returns the vertical code-block partition origin Allowable values are 0 and 1, nothing else. |
Name | Description |
---|---|
getSynSubbandTree(int, int) | Returns the subband tree, for the specified tile-component. This method returns the root element of the subband tree structure, see 'Subband' and 'SubbandSyn'. The tree comprises all the available resolution levels. |