Skip to content

Commit

Permalink
Merge changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Dovyski committed Aug 19, 2016
2 parents 96496be + 26c83d4 commit 2f90769
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,14 @@ The only dependency is OpenCV (version 3.0), which you are probably already usin

Usage
-----
Check the [examples](examples) folder for some code, but the general idea is the following:
Check the [examples](https://github.com/Dovyski/cvui/tree/master/example) folder for some code, but the general idea is the following:

```c++
#include <iostream>

#include "opencv2/core/core.hpp"
#include "opencv2/highgui/highgui.hpp"

```
#define WINDOW_NAME "CVUI Test"

int main(int argc, const char *argv[])
Expand Down

0 comments on commit 2f90769

Please sign in to comment.