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

Macros

#define CVUI_IMPLEMENTATION
 
#define WINDOW_NAME   "Rows and Columns"
 

Functions

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

Macro Definition Documentation

◆ CVUI_IMPLEMENTATION

#define CVUI_IMPLEMENTATION

◆ WINDOW_NAME

#define WINDOW_NAME   "Rows and Columns"

Function Documentation

◆ main()