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