CSJ2K.j2k.wavelet.analysis.ForwardWT.ForwardWT C# (CSharp) 메소드

ForwardWT() 보호된 메소드

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