Namespaces | Functions
gui.h File Reference
#include <wx/wx.h>
#include "wx/notebook.h"
#include "ecvl/core/image.h"

Go to the source code of this file.

Namespaces

 ecvl
 

Functions

void ecvl::ImShow (const Image &img)
 Displays an Image. More...
 
wxImage ecvl::WxFromImg (Image &img)
 Convert an ECVL Image into a wxImage. More...
 
Image ecvl::ImgFromWx (const wxImage &wx)
 Convert a wxImage into an ECVL Image. More...