1 / 8

Coin Counter

Coin Counter. Andres Uribe. what. Find out the amount of money in a coin picture. $4.10. How – Classifier. Build a coin classifier Bayes Classifier Nearest Neighbor SVMs Segment coins and create feature vectors. How - DATA. 80 images of standard US coins. 10 for each class:

saki
Télécharger la présentation

Coin Counter

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Coin Counter Andres Uribe

  2. what • Find out the amount of money in a coin picture. $4.10

  3. How – Classifier • Build a coin classifier • Bayes Classifier • Nearest Neighbor • SVMs • Segment coins and create feature vectors

  4. How - DATA • 80 images of standard US coins. • 10 for each class: • Quarter: front and back • Dime: front and back • Nickel: front and back • Penny: front and back

  5. How – Segmentation • Use of the Hough Transform to detect circles • Threshold selection to segment background

  6. How – Features • Radial edge distribution: • Detect edges in the coin image • Construct a normalized edge radial histogram with 2, 4, 8, 16 and 32 bins.

  7. Results • Classifier: • Bayes: 72.5% • SVM: yet to be implemented. • NNR: yet to be implemented. • Money counter: • First approach uses too much memory for the circle detection. • Will use the best performing classifier.

  8. Questions? ?

More Related