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

Public Member Functions

 MP4Image (const cv::Mat rgb_image, int width, int height)
 
 ~MP4Image ()
 
int GetImageWidth ()
 
int GetImageHeight ()
 
Mat GetRGBImage ()
 
- Public Member Functions inherited from Image
virtual ~Image ()
 

Constructor & Destructor Documentation

MP4Image::MP4Image ( const cv::Mat  rgb_image,
int  width,
int  height 
)

Constructor

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

Destructor

Member Function Documentation

int MP4Image::GetImageHeight ( )
virtual

Gets the image height

Returns
The image height

Implements Image.

int MP4Image::GetImageWidth ( )
virtual

Gets the image width

Returns
The image width

Implements Image.

Mat MP4Image::GetRGBImage ( )
virtual

Returns the payload as RGB image

Implements Image.


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