Skip to content

Minimal OpenCV Apps

Marcus Hudritsch edited this page Feb 2, 2019 · 5 revisions

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.
Clone this wiki locally