The ShapeDetection application is a C ++ app made with OpenCV. It has been built and tested on Linux (Ubuntu 18.04) with OpenCV as build dependancy in cmake (library). The enclosed documentation shows how the system is built using the GRASP patterns, and made modular using runtime configuration.
The following artifacts / tools are used by and included in the extension as-is:
- cd Code/
- mkdir build
- cmake -S . -B build/
- cd build
- make
- ShapeDetection [Input img] (If kept empty, the webcam will be triggered)
- Tim Beeren: https://github.com/TBeeren