IVT
COpenCVWindow Class Reference

#include <OpenCVWindow.h>

Inheritance diagram for COpenCVWindow:
CGUIInterface

Public Member Functions

 COpenCVWindow (int nWidth, int nHeight, const char *pWindowName)
 
 ~COpenCVWindow ()
 
void DrawImage (const CByteImage *pImage, int x=0, int y=0)
 
void Show ()
 
void Hide ()
 
- Public Member Functions inherited from CGUIInterface
virtual ~CGUIInterface ()
 

Detailed Description

Definition at line 66 of file OpenCVWindow.h.

Constructor & Destructor Documentation

COpenCVWindow::COpenCVWindow ( int  nWidth,
int  nHeight,
const char *  pWindowName 
)

Definition at line 58 of file OpenCVWindow.cpp.

COpenCVWindow::~COpenCVWindow ( )

Definition at line 67 of file OpenCVWindow.cpp.

Member Function Documentation

void COpenCVWindow::DrawImage ( const CByteImage pImage,
int  x = 0,
int  y = 0 
)
virtual

Implements CGUIInterface.

Definition at line 86 of file OpenCVWindow.cpp.

void COpenCVWindow::Hide ( )
virtual

Implements CGUIInterface.

Definition at line 82 of file OpenCVWindow.cpp.

void COpenCVWindow::Show ( )
virtual

Implements CGUIInterface.

Definition at line 77 of file OpenCVWindow.cpp.


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