#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include "cvui.h"
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[]) |
#define CVUI_IMPLEMENTATION |
#define WINDOW_NAME "Complex layout" |
void group | ( | cv::Mat & | frame, |
int | x, | ||
int | y, | ||
int | width, | ||
int | height | ||
) |
References cvui::rect(), cvui::text(), and cvui::window().
Referenced by main().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
References group(), cvui::imshow(), cvui::init(), cvui::update(), and WINDOW_NAME.