#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 "Input change counter" |
Functions | |
int | main (int argc, const char *argv[]) |
#define CVUI_IMPLEMENTATION |
#define WINDOW_NAME "Input change counter" |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
References cvui::button(), cvui::counter(), cvui::imshow(), cvui::init(), cvui::input(), cvui::KEY_ENTER, cvui::printf(), cvui::update(), and WINDOW_NAME.