Struct ResourceExperiment::ImageData
Defined in File experiment.h
Nested Relationships
This struct is a nested type of Class ResourceExperiment.
Struct Documentation
-
struct ImageData
Data associated with an image given by the user.
Public Members
-
UserResourceID handle
The ID associated with the user image data.
-
std::vector<uint8_t> data
The binary data of the user image.
-
ImageMetadata metadata
Metadata about the user image so it can be interpreted.
See also
-
UserResourceID handle