cvui
A (very) simple UI lib built on top of OpenCV drawing primitives
complext-layout/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 complext-layout/main.cpp:

Macros

#define CVUI_IMPLEMENTATION
 
#define WINDOW_NAME   "Complex layout"
 

Functions

void group (cv::Mat &frame, int x, int y, int width, int height)
 
int main (int argc, const char *argv[])
 

Macro Definition Documentation

◆ CVUI_IMPLEMENTATION

#define CVUI_IMPLEMENTATION

◆ WINDOW_NAME

#define WINDOW_NAME   "Complex layout"

Function Documentation

◆ group()

void group ( cv::Mat &  frame,
int  x,
int  y,
int  width,
int  height 
)

References cvui::rect(), cvui::text(), and cvui::window().

Referenced by main().

◆ main()

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