Skip to content

Shape Recognition Application build in OpenCV and C++. Architecture designed with the GRAPS-patterns.

Notifications You must be signed in to change notification settings

TBeeren/ShapeDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shape Detection Application

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.


Pre-conditions / Downloads

The following artifacts / tools are used by and included in the extension as-is:


Build

  • cd Code/
  • mkdir build
  • cmake -S . -B build/
  • cd build
  • make
  • ShapeDetection [Input img] (If kept empty, the webcam will be triggered)

Author

About

Shape Recognition Application build in OpenCV and C++. Architecture designed with the GRAPS-patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published