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

Public Member Functions

virtual ~Image ()
 
virtual int GetImageWidth ()=0
 
virtual int GetImageHeight ()=0
 
virtual cv::Mat GetRGBImage ()=0
 

Constructor & Destructor Documentation

virtual Image::~Image ( )
inlinevirtual

Destructor

Member Function Documentation

virtual int Image::GetImageHeight ( )
pure virtual

Gets the image height

Returns
The image height

Implemented in BayerImage, and MP4Image.

Here is the caller graph for this function:

virtual int Image::GetImageWidth ( )
pure virtual

Gets the image width

Returns
The image width

Implemented in BayerImage, and MP4Image.

Here is the caller graph for this function:

virtual cv::Mat Image::GetRGBImage ( )
pure virtual

Gets the bgr image

Returns
The bgr image as opencv::Mat object

Implemented in BayerImage, and MP4Image.

Here is the caller graph for this function:


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