#include <iostream>#include <opencv2/core/core.hpp>#include <opencv2/highgui/highgui.hpp>#include "cvui.h"
Macros | |
| #define | CVUI_IMPLEMENTATION |
| #define | ERROR_WINDOW_NAME "Error window" |
| #define | GUI_WINDOW1_NAME "Window 1" |
| #define | GUI_WINDOW2_NAME "Window 2" |
Functions | |
| void | closeWindow (const cv::String &name) |
| int | isWindowOpen (const cv::String &name) |
| int | main (int argc, const char *argv[]) |
| void | openWindow (const cv::String &name) |
| #define CVUI_IMPLEMENTATION |
| #define ERROR_WINDOW_NAME "Error window" |
| #define GUI_WINDOW1_NAME "Window 1" |
| #define GUI_WINDOW2_NAME "Window 2" |
| void closeWindow | ( | const cv::String & | name | ) |
| int isWindowOpen | ( | const cv::String & | name | ) |
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
| void openWindow | ( | const cv::String & | name | ) |
References cvui::watch().