Abstract
We present a computer vision application that detects all coins in a test image, classifies each detected coin and computes the total amount. Coins to be counted are assumed to be lying on a flat surface. The application starts by estimating the extrinsic parameters of the input camera relative to this flat surface ([R| t]), whose intrinsic parameters (K) are assumed to be known beforehand. Then, a bilateral filter is applied to the image to remove textural details and noisy artifacts. Circles in the filtered image are detected and smaller concentric circles are eliminated. Finally, the geometric parameters (the center and the diameter) of the remaining circles are computed by back-projecting the reciprocal points from the circle contours using the estimated camera parameters. Having thus computed the diameter of each detected coin, the classification is performed by comparing the computed diameter with the actual coin diameters. The experiments performed with a dataset consisting of 50 images containing different combinations of Turkish coins show that the proposed method achieves 98% accuracy rate and works even when some coins are partially occluded, as the method does not use any texture information.
Original language | English |
---|---|
Title of host publication | Image Analysis and Processing – ICIAP 2015 - 18th International Conference, Proceedings |
Editors | Vittorio Murino, Vittorio Murino, Enrico Puppo |
Publisher | Springer Verlag |
Pages | 216-226 |
Number of pages | 11 |
ISBN (Print) | 9783319232331 |
DOIs | |
Publication status | Published - 2015 |
Externally published | Yes |
Event | 18th International Conference on Image Analysis and Processing, ICIAP 2015 - Genoa, Italy Duration: 7 Sept 2015 → 11 Sept 2015 |
Publication series
Name | Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) |
---|---|
Volume | 9280 |
ISSN (Print) | 0302-9743 |
ISSN (Electronic) | 1611-3349 |
Conference
Conference | 18th International Conference on Image Analysis and Processing, ICIAP 2015 |
---|---|
Country/Territory | Italy |
City | Genoa |
Period | 7/09/15 → 11/09/15 |
Bibliographical note
Publisher Copyright:© Springer International Publishing Switzerland 2015.
Keywords
- Bilateral filtering
- Camera calibration
- Circle detection
- Coin detection
- Pose estimation