/RPCD

Robust Parameter-free Coin Detector

Primary LanguageC

Robust Parameter-free Coin Detector

This is the final project of my Image Processing and Modeling in ZJU.

Partner:

Snapshots

Raw

Result

Overlapped

Project structure

  • doc: word and pdf report
  • bin: exe and dll
  • misc/coin: test data

How to build

This proejct depents on:

CML, ACMake, Ans and OvenToBoost is used as submodule.

If you have Git, VS2010, CMake, OpenCV, Qt, Boost, and Qwt installed and following environment variables properly set:

  • QTDIR
  • QWT_HOME
  • OpenCV_DIR
  • BOOST_ROOT

Then you can open Visual Studio Command Prompt (2010) and use these commands to build this project:

git clone git@github.com:Answeror/RPCD.git rpcd
cd rpcd
git submodule init
git submodule update
build

The final.exe will be generated under build folder.

Compare

You can use test data under misc/coin to compare with http://ceng.anadolu.edu.tr/cv/EDCircles/.