| BayerImage::BayerImage |
( |
const std::string |
payload, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
Constructor
- Parameters
-
| payload | The payload of the image |
| width | The width of the image |
| height | The height of the image |
| BayerImage::~BayerImage |
( |
| ) |
|
| int BayerImage::GetImageHeight |
( |
| ) |
|
|
virtual |
Gets the image height
- Returns
- The image height
Implements Image.
| std::string BayerImage::GetImagePayload |
( |
| ) |
|
Gets the payload
- Returns
- The image payload
| int BayerImage::GetImageWidth |
( |
| ) |
|
|
virtual |
Gets the image width
- Returns
- The image width
Implements Image.
| Mat BayerImage::GetRGBImage |
( |
| ) |
|
|
virtual |
Returns the payload as RGB image
Implements Image.
The documentation for this class was generated from the following files:
- src/StreamDecoder/bayer_image.h
- src/StreamDecoder/bayer_image.cpp