RawImage Class
Represents a raw, unpacked sensor image (grayscale).
Constructors:
Name | Description | |
---|---|---|
RawImage(Byte[], FrameImage) | Initializes a new instance of the RawImage class from packed sensor data. | |
RawImage(Int32, Int32) | Creates a new blank raw image. | |
RawImage(LightFieldComponent, FrameImage) | Initializes a new instance of the RawImage class from a LightFieldComponent. | |
RawImage(UInt16[], Int32, Int32) | Initializes a new instance of the RawImage class from existing data. |
Properties:
Name | Description | |
---|---|---|
Height | Gets the image height. | |
Width | Gets the image width. | |
Item | Gets a grayscale value at given pixel. | |
Data | Gets the raw, unpacked image data (grayscale). |
Methods:
Name | Description | |
---|---|---|
ToGray8Data() | Gets unpacked 8-bit grayscale data. | |
ToGray16Data() | Gets unpacked 16-bit grayscale data. | |
Demodulate(RawImage) | Divides the image with the specified image. | |
NormalizeBy(RawImage) | Normalizes the image using the specified image. |