[]
        
(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)
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