
Macros | |
| #define | CVUI_IMPLEMENTATION |
| #define | WINDOW1_NAME "Window 1" |
| #define | WINDOW2_NAME "Windows 2" |
| #define | WINDOW3_NAME "Windows 3" |
| #define | WINDOW4_NAME "Windows 4" |
Functions | |
| void | compact (const cv::String &name) |
| int | main (int argc, const char *argv[]) |
| void | window (const cv::String &name) |
| #define CVUI_IMPLEMENTATION |
| #define WINDOW1_NAME "Window 1" |
| #define WINDOW2_NAME "Windows 2" |
| #define WINDOW3_NAME "Windows 3" |
| #define WINDOW4_NAME "Windows 4" |
| void compact | ( | const cv::String & | name | ) |
References cvui::button(), cvui::context(), cvui::imshow(), and cvui::printf().
Referenced by main().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
References compact(), cvui::init(), window(), WINDOW1_NAME, WINDOW2_NAME, WINDOW3_NAME, and WINDOW4_NAME.
| void window | ( | const cv::String & | name | ) |
References cvui::button(), cvui::context(), cvui::imshow(), cvui::printf(), and cvui::update().
Referenced by main().