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