Struct SimOne_Data_Image
-
Defined in File SimOneIOStruct.h
Inheritance Relationships
Base Type
-
public SimOne_Data
( Struct SimOne_Data )
Struct Documentation
-
struct
SimOne_Data_Image
:
public
SimOne_Data
-
Public Members
-
int
width
-
图像宽度。
-
Image resolution width, with a maximum of 1920.
-
-
int
height
-
图像高度。
-
Image resolution height, with a maximum of 1200.
-
-
ESimOne_Image_Format
format
-
图像格式。
-
Image format. Currently, only RGB is supported.
-
-
int
imageDataSize
-
图像数据大小。
-
Size of the image data in bytes.
-
-
char
imageData
[
3840
*
2160
*
3
]
-
图像数据。
-
Raw image data with a maximum size of 1920 x 1200 x 3 bytes.
-
-
int
width