CSJ2K.j2k.wavelet.synthesis.InverseWT.InverseWT C# (CSharp) Метод

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

Initializes this object with the given source of wavelet coefficients. It initializes the resolution level for full resolutioin reconstruction (i.e. the maximum resolution available from the 'src' source).

It is assumed here that all tiles and components have the same reconstruction resolution level. If that was not the case it should be the value for the current tile of the source.

public InverseWT ( MultiResImgData src, DecoderSpecs decSpec ) : System
src MultiResImgData from where the wavelet coefficinets should be obtained. /// ///
decSpec CSJ2K.j2k.decoder.DecoderSpecs The decoder specifications /// ///
Результат System
        public InverseWT(MultiResImgData src, DecoderSpecs decSpec)
            : base(src, decSpec)
        {
        }