Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
|
This class defines Image. More...
Public Member Functions | |
StatusCode | CreateFromPath (string path) |
Create an image from its path. | |
StatusCode | Show (string windowName) |
Visualize an image. | |
Public Attributes | |
int | Width = 0 |
Image width. | |
int | Height = 0 |
Image height. | |
int | Channel = 0 |
Image channels. | |
byte[] | Data |
Image data. | |
This class defines Image.
StatusCode MMind.DL.MMindImage.CreateFromPath | ( | string | path | ) |
Create an image from its path.
path | Image storage path. |
StatusCode MMind.DL.MMindImage.Show | ( | string | windowName | ) |
Visualize an image.
windowName | The window name for visualizing an image. |
int MMind.DL.MMindImage.Channel = 0 |
Image channels.
byte [] MMind.DL.MMindImage.Data |
Image data.
int MMind.DL.MMindImage.Height = 0 |
Image height.
int MMind.DL.MMindImage.Width = 0 |
Image width.