xvsdk
3.2.0
|
A color image in RGB format. More...
#include <xv-types.h>
Public Member Functions | |
RgbImage (std::size_t _width, std::size_t _height, std::shared_ptr< const std::uint8_t > _data) | |
image data (in row-major) : RGB RGB RGB .... Data size = width*height*3 | |
Public Attributes | |
std::size_t | width = 0 |
width of the image (in pixel) | |
std::size_t | height = 0 |
height of the image (in pixel) | |
std::shared_ptr< const std::uint8_t > | data = nullptr |
A color image in RGB format.