28 RawImage(
int width,
int height,
int bpp,
unsigned char* image);
63 bool m_wrapper{
false};
66 double m_timestamp{0};
71 unsigned char* m_image{
nullptr};
Raw Image Class to handle one image in memory.
Definition rawImage.hpp:22
int GetBpp()
Get image bytes per pixel.
int GetHeight()
Get image height.
RawImage(int width, int height, int bpp, unsigned char *image)
int GetSize()
Get image size.
unsigned char * GetImage()
Get a pointer to the image data.
RawImage(const RawImage &)=delete
RawImage & operator=(RawImage &)=delete
int GetWidth()
Get image width.
RawImage(int width, int height, int bpp)
Constructor.
void SetTimestamp(const double ×tamp)
Definition binarySemaphore.hpp:45