#include <iostream>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "cvui.h"
Macros | |
#define | CVUI_IMPLEMENTATION |
#define | WINDOW1_NAME "Windows 1" |
#define | WINDOW2_NAME "Windows 2" |
#define | WINDOW3_NAME "Windows 3" |
Functions | |
int | main (int argc, const char *argv[]) |
#define CVUI_IMPLEMENTATION |
#define WINDOW1_NAME "Windows 1" |
#define WINDOW2_NAME "Windows 2" |
#define WINDOW3_NAME "Windows 3" |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
References cvui::context(), cvui::imshow(), cvui::init(), cvui::IS_DOWN, cvui::LEFT_BUTTON, cvui::mouse(), cvui::printf(), WINDOW1_NAME, WINDOW2_NAME, and WINDOW3_NAME.