Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
MMind.DL.MMindImage Class Reference

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.
 

Detailed Description

This class defines Image.

Member Function Documentation

◆ CreateFromPath()

StatusCode MMind.DL.MMindImage.CreateFromPath ( string  path)

Create an image from its path.

Parameters
pathImage storage path.
Returns
See StatusCode for details.

◆ Show()

StatusCode MMind.DL.MMindImage.Show ( string  windowName)

Visualize an image.

Parameters
windowNameThe window name for visualizing an image.
Returns
See StatusCode for details.

Member Data Documentation

◆ Channel

int MMind.DL.MMindImage.Channel = 0

Image channels.

◆ Data

byte [] MMind.DL.MMindImage.Data

Image data.

◆ Height

int MMind.DL.MMindImage.Height = 0

Image height.

◆ Width

int MMind.DL.MMindImage.Width = 0

Image width.


The documentation for this class was generated from the following file: