CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDecompLevels C# (CSharp) Method

getDecompLevels() public method

Returns the number of decomposition levels that are applied to the LL band, in the specified tile-component. A value of 0 means that no wavelet transform is applied.
public getDecompLevels ( int t, int c ) : int
t int The tile index /// ///
c int The index of the component. /// ///
return int
        public override int getDecompLevels(int t, int c)
        {
            return ((System.Int32) dls.getTileCompVal(t, c));
        }