CSJ2K.j2k.wavelet.analysis.ForwardWT.ForwardWT C# (CSharp) Method

ForwardWT() protected method

Initializes this object for the specified number of tiles 'nt' and components 'nc'.
protected ForwardWT ( ImgData src ) : System
src ImgData The source of ImgData /// ///
return System
        protected internal ForwardWT(ImgData src)
            : base(src)
        {
        }