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 次查看(过去 30 天)
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 个评论
Geoff Hayes
Geoff Hayes 2016-5-14
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 2016-5-14
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 ?

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2016-5-14
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!

Translated by