i am still beginner in image processing, and i have a mini project about recognition code,,, how to do coin recognition code? or what is the main steps to do the code....guys plz help

2 views (last 30 days)
i am doing a mini-project about coins recognition,,,i am using different coins from different countries,,,,,i am really beginner in image processing so i need some help....thnx
  2 Comments
Geoff Hayes
Geoff Hayes on 14 May 2016
hani - since this is a mini-project, then it sounds like school work. Presumably you have been taught something in class that can be used to solve this problem. What have you learned? What has you tried so far?
hani alsareti
hani alsareti on 14 May 2016
well,,,,for now i am trying to use the diameter and centroid of a coin to differentiate between each one...however the question is how do i display the camera and test the coin?,,,another thing,,,should the cam distance be fixed ?

Sign in to comment.

Answers (1)

Image Analyst
Image Analyst on 14 May 2016
hani, you'd have to create a feature vector consisting of things like the color, mean texture, circularity, area, etc. Then you could use a classifier like treebagger to determine the coin, or just do it manually with a bunch of if/else statements.
Or maybe you could use the cascade detector in the Computer Vision System Toolbox.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!