ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / StdQuantizer Class / StdQuantizer Constructor
The source of wavelet transform coefficients.
The encoder specifications

In This Topic
    StdQuantizer Constructor
    In This Topic
    Initializes the source of wavelet transform coefficients. The constructor takes information on whether the quantizer is in reversible, derived or expounded mode. If the quantizer is reversible the value of 'derived' is ignored. If the source data is not integer (int) then the quantizer can not be reversible.

    After initializing member attributes, getAnSubbandTree is called for all components setting the 'stepWMSE' for all subbands in the current tile.

    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CBlkWTDataSrc, _
       ByVal encSpec As EncoderSpecs _
    )
    public StdQuantizer( 
       CBlkWTDataSrc src,
       EncoderSpecs encSpec
    )

    Parameters

    src
    The source of wavelet transform coefficients.
    encSpec
    The encoder specifications
    See Also