CSJ2K.j2k.image.forwcomptransf.ForwCompTransf.ForwCompTransf C# (CSharp) 메소드

ForwCompTransf() 공개 메소드

Constructs a new ForwCompTransf object that operates on the specified source of image data.
public ForwCompTransf ( BlkImgDataSrc imgSrc, CSJ2K.j2k.encoder.EncoderSpecs encSpec ) : System
imgSrc BlkImgDataSrc The source from where to get the data to be transformed /// ///
encSpec CSJ2K.j2k.encoder.EncoderSpecs The encoder specifications /// ///
리턴 System
        public ForwCompTransf(BlkImgDataSrc imgSrc, EncoderSpecs encSpec)
            : base(imgSrc)
        {
            this.cts = encSpec.cts;
            this.wfs = encSpec.wfs;
            src = imgSrc;
        }