DPain / shapefinder

Uses OpenCV to detect shapes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 2: Shapefinder

Uses OpenCV to detect the shapes: rectangle, square, circle.

Dependencies

  • OpenCV 3.4.3

My workspace

I worked on the project using Visual Studio 2017. Windows 10 64 bit. How to setup OpenCV on Visual Studio 2017

Build from source

I guess you could run the command g++ -o shapefinder shapefinder.cpp to build the binary on a Linux environment, but I haven't tested it. You can also build the binary on Visual Studio 2017 in a Windows environment or just run the binary I compiled on a 64 bit Windows environment.

The rsc folder that contains the images must be in the same directory where the shapefinder executable is located.

About

Uses OpenCV to detect shapes.


Languages

Language:C++ 100.0%