4#include "interface/MMindImage.h"
17 mmind::dl::MMindImage* _nativeImage;
property unsigned int Height
Get the height of the image.
array< unsigned char > GetData()
Get the image data as byte array.
property unsigned int Width
Get the width of the image.
StatusCode Save(String^ savePath)
Save image to file.
StatusCode CreateFromRgbData(array< unsigned char >^ rgbData, int width, int height)
Create image from RGB byte array.
StatusCode Show(String^ windowName)
Display image in a window.
StatusCode CreateFromPath(String^ imagePath)
Create image from file path.
property size_t BytesPerRow
Get the bytes per row of the image.
mmind::dl::MMindImage * GetNativePtr()
Get native pointer (for internal use)
StatusCode
Status codes for MechMind DL SDK operations.