-
Notifications
You must be signed in to change notification settings - Fork 1
Minimal OpenCV Apps
Marino von Wattenwyl edited this page May 12, 2023
·
1 revision
Minimal OpenCV Apps
- The minimal OpenCV apps in C++ are in folder apps/exercises and begin with cv*.
- To build them on different platforms see the different build instruction in this wiki.
- OpenCV with all extra modulus is included for all OS (except for Linux).
Exercises:
- The different apps correspond to the exercises in the Image Processing and Image Analysis modules at the Berne University of Applied Sciences.
- Some apps are adaptations from the excellent OpenCV site learnopencv.com by Satya Mallick.