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));
        }