ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi Namespace / ROIDeScaler Class
Members

In This Topic
    ROIDeScaler Class
    In This Topic
    This class takes care of the de-scaling of ROI coefficients. The de-scaler works on a tile basis and any mask that is generated is for the current mask only

    Default implementations of the methods in 'MultiResImgData' are provided through the 'MultiResImgDataAdapter' abstract class.

    Sign-magnitude representation is used (instead of two's complement) for the output data. The most significant bit is used for the sign (0 if positive, 1 if negative). Then the magnitude of the quantized coefficient is stored in the next most significat bits. The most significant magnitude bit corresponds to the most significant bit-plane and so on.

    Object Model
    ROIDeScaler Class
    Syntax
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.wavelet.synthesis.MultiResImgDataAdapter
          CSJ2K.j2k.roi.ROIDeScaler

    See Also