14 lines
141 B
Markdown
14 lines
141 B
Markdown
|
# OpenGL + OpenCV Example
|
||
|
|
||
|
Compile the project.
|
||
|
|
||
|
```bash
|
||
|
bash compile.sh
|
||
|
```
|
||
|
|
||
|
Run the binary.
|
||
|
|
||
|
```bash
|
||
|
./build/bin/opengl_opencv_example
|
||
|
```
|