[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTFull.-ctor

ForwWTFull Constructor

ForwWTFull(BlkImgDataSrc, EncoderSpecs, int, int)

Initializes this object with the given source of image data and with all the decompositon parameters

Declaration
public ForwWTFull(BlkImgDataSrc src, EncoderSpecs encSpec, int cb0x, int cb0y)
Public Sub New(src As BlkImgDataSrc, encSpec As EncoderSpecs, cb0x As Integer, cb0y As Integer)
Parameters
Type Name Description
BlkImgDataSrc src

From where the image data should be obtained.

EncoderSpecs encSpec

The encoder specifications

int cb0x

The horizontal coordinate of the code-block partition origin on the reference grid.

int cb0y

The vertical coordinate of the code-block partition origin on the reference grid.

See Also