Am5os
 All Classes Functions Pages
Public Member Functions | List of all members
BayerImage Class Reference
Inheritance diagram for BayerImage:
[legend]
Collaboration diagram for BayerImage:
[legend]

Public Member Functions

 BayerImage (const std::string payload, int width, int height)
 
 ~BayerImage ()
 
std::string GetImagePayload ()
 
int GetImageWidth ()
 
int GetImageHeight ()
 
Mat GetRGBImage ()
 
- Public Member Functions inherited from Image
virtual ~Image ()
 

Constructor & Destructor Documentation

BayerImage::BayerImage ( const std::string  payload,
int  width,
int  height 
)

Constructor

Parameters
payloadThe payload of the image
widthThe width of the image
heightThe height of the image
BayerImage::~BayerImage ( )

Destructor

Member Function Documentation

int BayerImage::GetImageHeight ( )
virtual

Gets the image height

Returns
The image height

Implements Image.

Here is the caller graph for this function:

std::string BayerImage::GetImagePayload ( )

Gets the payload

Returns
The image payload

Here is the caller graph for this function:

int BayerImage::GetImageWidth ( )
virtual

Gets the image width

Returns
The image width

Implements Image.

Here is the caller graph for this function:

Mat BayerImage::GetRGBImage ( )
virtual

Returns the payload as RGB image

Implements Image.

Here is the call graph for this function:


The documentation for this class was generated from the following files: