Skip to content

gvc0461082002/RPCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages