cvui
A (very) simple UI lib built on top of OpenCV drawing primitives
button-shortcut/main.cpp File Reference
#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include "cvui.h"
Include dependency graph for button-shortcut/main.cpp:

Macros

#define CVUI_IMPLEMENTATION
 
#define WINDOW_NAME   "Button shortcut"
 

Functions

int main (int argc, const char *argv[])
 

Macro Definition Documentation

◆ CVUI_IMPLEMENTATION

#define CVUI_IMPLEMENTATION

◆ WINDOW_NAME

#define WINDOW_NAME   "Button shortcut"

Function Documentation

◆ main()

int main ( int  argc,
const char *  argv[] 
)