[]
        
(Showing Draft Content)

CSJ2K.j2k.image.ImgDataConverter.-ctor

ImgDataConverter Constructor

ImgDataConverter(BlkImgDataSrc, int)

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

Declaration
public ImgDataConverter(BlkImgDataSrc imgSrc, int fp)
Parameters
Type Name Description
BlkImgDataSrc imgSrc

The source from where to get the data to be transformed

int fp

The number of fraction bits in the casted ints

See Also

ImgDataConverter(BlkImgDataSrc)

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

Declaration
public ImgDataConverter(BlkImgDataSrc imgSrc)
Parameters
Type Name Description
BlkImgDataSrc imgSrc

The source from where to get the data to be transformed

See Also