#include <iostream>
#include <fstream>
#include <stdexcept>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include "cvui.h"
Macros | |
#define | CVUI_IMPLEMENTATION |
#define | WINDOW_NAME "Sparkline" |
Functions | |
std::vector< double > | load (std::string thePath) |
int | main (int argc, const char *argv[]) |
#define CVUI_IMPLEMENTATION |
#define WINDOW_NAME "Sparkline" |
std::vector<double> load | ( | std::string | thePath | ) |
Referenced by main().
int main | ( | int | argc, |
const char * | argv[] | ||
) |
References cvui::imshow(), cvui::init(), load(), cvui::sparkline(), cvui::update(), and WINDOW_NAME.