[]
Returns the number of decomposition levels that are applied to obtain the LL band, in the specified tile-component. A value of 0 means that no wavelet transform is applied.
int getDecompLevels(int t, int c)
Type | Name | Description |
---|---|---|
int | t | The tile index |
int | c | The index of the component. |
Type | Description |
---|---|
int | The number of decompositions applied to obtain the LL subband (0 for no wavelet transform). |