ImageData Class Documentation
classImageDataNamespace:datalogics_interface
Detailed Description
A class representing the decompressed Image Data.
Referenced by
Constructor & Destructor Documentation
ImageData
ImageData(ImageData &&)Parameters
~ImageData
~ImageData()Member Function Documentation
get_raw_data
std::vector< unsigned char >get_raw_data()Returns:
A byte array containing the uncompressed image pixel data.Gets the raw bytes of the decompressed image data.
operator=
ImageData &operator=(ImageData &&)