[]
This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e. data that is produced by a forward wavelet transform).
public interface ForwWTDataProps : ImgData
| Name | Description |
|---|---|
| CbULX | Returns the horizontal offset of the code-block partition. Allowable values are 0 and 1, nothing else. |
| CbULY | Returns the vertical offset of the code-block partition. Allowable values are 0 and 1, nothing else. |
| Name | Description |
|---|---|
| getAnSubbandTree(int, int) | Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component. |
| isReversible(int, int) | Returns the reversibility of the given tile-component. Data is reversible when it is suitable for lossless and lossy-to-lossless compression. |