Boilerplate C++ project using cmake for OpenCV-based projects working with video.
Go to file
mmcwilliams 36161f3719 Add readme 2023-06-29 14:14:06 -04:00
cmake-modules Takes a video and plays it back frame by frame while inverting the image (colors) 2023-02-05 18:44:21 -05:00
.gitignore Takes a video and plays it back frame by frame while inverting the image (colors) 2023-02-05 18:44:21 -05:00
CMakeLists.txt Takes a video and plays it back frame by frame while inverting the image (colors) 2023-02-05 18:44:21 -05:00
README.md Add readme 2023-06-29 14:14:06 -04:00
compile.sh Takes a video and plays it back frame by frame while inverting the image (colors) 2023-02-05 18:44:21 -05:00
video_example.cpp Takes a video and plays it back frame by frame while inverting the image (colors) 2023-02-05 18:44:21 -05:00

README.md

OpenCV Example

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

Compiles on macOS and Linux.