CSJ2K.j2k.wavelet.analysis.ForwWTFull.getDecompLevels C# (CSharp) Метод

getDecompLevels() публичный Метод

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. /// ///
Результат int
        public override int getDecompLevels(int t, int c)
        {
            return ((System.Int32) dls.getTileCompVal(t, c));
        }