cvui
A (very) simple UI lib built on top of OpenCV drawing primitives
EnhancedWindow Class Reference

#include <EnhancedWindow.h>

Classes

class  EnhancedWindow
 

Public Member Functions

 EnhancedWindow (int x, int y, int width, int height, const cv::String &title, bool minimizable=true)
 
void begin (cv::Mat &frame)
 
void end ()
 
int height () const
 
bool isMinimized ()
 
void setHeight (int h)
 
void setWidth (int w)
 
int width () const
 

Constructor & Destructor Documentation

◆ EnhancedWindow()

EnhancedWindow::EnhancedWindow ( int  x,
int  y,
int  width,
int  height,
const cv::String &  title,
bool  minimizable = true 
)
inline

Member Function Documentation

◆ begin()

void EnhancedWindow::begin ( cv::Mat &  frame)
inline

◆ end()

void EnhancedWindow::end ( )
inline

References cvui::endColumn(), and cvui::endRow().

Referenced by main().

◆ height()

int EnhancedWindow::height ( ) const
inline

◆ isMinimized()

bool EnhancedWindow::isMinimized ( )
inline

Referenced by main().

◆ setHeight()

void EnhancedWindow::setHeight ( int  h)
inline

◆ setWidth()

void EnhancedWindow::setWidth ( int  w)
inline

◆ width()

int EnhancedWindow::width ( ) const
inline

Referenced by main().


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