Syntax
| C# |
|---|
public class ByteImage |
The type exposes the following members.
Public Constructors
| Name | Description | |
|---|---|---|
| ByteImageByteImageNew | Overloaded. |
Public Methods
| Name | Description | |
|---|---|---|
| ToBitmap |
Construct a Bitmap from a ByteImage.
| |
| ToFloatImage |
Convert to a 2-D array of floats.
|
Public Properties
| Name | Description | |
|---|---|---|
| Data |
The data, stored in BGR format.
| |
| Height |
Height of the image in pixels.
| |
| Stride |
Stride of the image in bytes. Usually 3*width.
| |
| Width |
Width of the image in pixels
|