Example project using OpenGL and OpenCV together.
Go to file
mmcwilliams db0b97045a Update README 2024-04-06 19:07:56 -04:00
cmake-modules Create project (does not yet display image) 2024-03-30 19:55:56 -04:00
.gitignore Create project (does not yet display image) 2024-03-30 19:55:56 -04:00
CMakeLists.txt Make project compile on macOS as well as Linux 2024-03-30 22:20:33 -04:00
LICENSE Create project (does not yet display image) 2024-03-30 19:55:56 -04:00
README.md Update README 2024-04-06 19:07:56 -04:00
chart.png Create project (does not yet display image) 2024-03-30 19:55:56 -04:00
compile.sh Create project (does not yet display image) 2024-03-30 19:55:56 -04:00
main.cpp Fix typo 2024-04-03 19:36:59 -04:00

README.md

OpenGL + OpenCV Example

This will read an image using OpenCV and display it using OpenGL.

Compile the project.

bash compile.sh

Run the binary.

./build/bin/opengl_opencv_example