Boilerplate C++ project using cmake for OpenCV-based projects.
Go to file
mmcwilliams 2d1670fdf6 Add a readme 2023-06-29 14:10:01 -04:00
cmake-modules Create project 2023-02-03 15:56:29 -05:00
.gitignore Create project 2023-02-03 15:56:29 -05:00
CMakeLists.txt Lower make requirement for ubuntu 2023-02-03 16:11:21 -05:00
README.md Add a readme 2023-06-29 14:10:01 -04:00
compile.sh Check if file exists 2023-02-03 16:15:44 -05:00
example.cpp Improve formatting and log messages 2023-02-05 18:43:38 -05:00

README.md

OpenCV Example

A simple boilerplate example for building a C++ application with OpenCV.

Compiles on macOS and Linux.