Vislab Project
Public Member Functions | List of all members
Display Class Reference
Inheritance diagram for Display:
VislabImageProcessor

Public Member Functions

 Display (const QString &windowName, lib3dv::image::type::types imageType)
 
void process (cv::Mat const &frame)
 
Q_SLOT void DisplayFrame (cv::Mat const &frame)
 
- Public Member Functions inherited from VislabImageProcessor
 VislabImageProcessor (const QString &name, lib3dv::image::type::types imageType)
 
void image_callback (boost::shared_ptr< const lib3dv::image >, unsigned int)
 
QString getName ()
 

Constructor & Destructor Documentation

§ Display()

Display::Display ( const QString &  windowName,
lib3dv::image::type::types  imageType 
)

A more elaborate description of the constructor

Member Function Documentation

§ DisplayFrame()

void Display::DisplayFrame ( cv::Mat const &  frame)

DisplayFrame function from the Display class with a cv:Mat parameter

§ process()

void Display::process ( cv::Mat const &  frame)
virtual

process function from the Display class with a cv:Mat parameter Emit the signal to diplay the frame

Implements VislabImageProcessor.


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