[]
        
(Showing Draft Content)

CSJ2K.j2k.image.invcomptransf.InvCompTransf.-ctor

InvCompTransf Constructor

InvCompTransf(BlkImgDataSrc, DecoderSpecs, int[], ParameterList)

Constructs a new ForwCompTransf object that operates on the specified source of image data.

Declaration
public InvCompTransf(BlkImgDataSrc imgSrc, DecoderSpecs decSpec, int[] utdepth, ParameterList pl)
Public Sub New(imgSrc As BlkImgDataSrc, decSpec As DecoderSpecs, utdepth As Integer(), pl As ParameterList)
Parameters
Type Name Description
BlkImgDataSrc imgSrc

The source from where to get the data to be transformed

DecoderSpecs decSpec

The decoder specifications

int[] utdepth

The bit depth of the un-transformed components

ParameterList pl

The command line optinons of the decoder

See Also