[]
Constructs a new ImgDataConverter object that operates on the specified source of image data.
public ImgDataConverter(BlkImgDataSrc imgSrc, int fp)
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 |
Constructs a new ImgDataConverter object that operates on the specified source of image data.
public ImgDataConverter(BlkImgDataSrc imgSrc)
Type | Name | Description |
---|---|---|
BlkImgDataSrc | imgSrc | The source from where to get the data to be transformed |