ReportViewer for WPF and Silverlight | ComponentOne
CSJ2K.j2k.codestream.writer Namespace / HeaderEncoder Class / HeaderEncoder Constructor
The original image data (before any component mixing, tiling, etc.)
An array specifying for each component if it was originally signed or not.
The discrete wavelet transform module.
The tiler module.
The encoder specifications
The ROI scaler module.
The post compression rate allocator.
ParameterList instance.

In This Topic
    HeaderEncoder Constructor
    In This Topic
    Initializes the header writer with the references to the coding chain.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal origsrc As ImgData, _
       ByVal isorigsig() As Boolean, _
       ByVal dwt As ForwardWT, _
       ByVal tiler As Tiler, _
       ByVal encSpec As EncoderSpecs, _
       ByVal roiSc As ROIScaler, _
       ByVal ralloc As PostCompRateAllocator, _
       ByVal pl As ParameterList _
    )
    public HeaderEncoder( 
       ImgData origsrc,
       bool[] isorigsig,
       ForwardWT dwt,
       Tiler tiler,
       EncoderSpecs encSpec,
       ROIScaler roiSc,
       PostCompRateAllocator ralloc,
       ParameterList pl
    )

    Parameters

    origsrc
    The original image data (before any component mixing, tiling, etc.)
    isorigsig
    An array specifying for each component if it was originally signed or not.
    dwt
    The discrete wavelet transform module.
    tiler
    The tiler module.
    encSpec
    The encoder specifications
    roiSc
    The ROI scaler module.
    ralloc
    The post compression rate allocator.
    pl
    ParameterList instance.
    See Also