Skip to content

Belial2010/Currency-Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project focus on the detection and recognition of Euro banknotes and has the following associated paper:

Multiview banknote recognition with component and shape analysis

Abstract: Robust banknote recognition in different perspective views and in dynamic lighting conditions is a critical component in assistive systems for visually impaired people. It also has an important role in improving the security of ATM maintenance procedures and in increasing the confidence in the results computed by automatic banknote counting machines. Moreover, with the proper hardware, it can be an effective way to detect counterfeit banknotes. With these applications in mind, it was developed a system that can recognize multiple banknotes in different perspective views and scales, even when they are part of cluttered environments in which the lighting conditions may vary considerably. The system is also able to recognize banknotes that are partially visible, folded, wrinkled or even worn by usage. To accomplish this task, the system is based in image processing algorithms, such as feature detection, description and matching. To improve the confidence in the recognition results, the contour of the banknotes is computed using a homography, and its shape is analyzed to make sure that it belongs to a banknote. The system was tested with 82 test images, and all Euro banknotes were successfully recognized, even when there were several banknotes in the same test image, and they were partially occluded.

Results

Fig. 1 - Detection of a banknote in an ideal perspective view

Fig. 1 - Detection of a banknote in an ideal perspective view

Fig. 2 - Detection of a banknote with perspective distortion

Fig. 2 - Detection of a banknote with perspective distortion

Fig. 3 - Detection of a banknote in cluttered environments

Fig. 3 - Detection of a banknote in cluttered environments

Fig. 4 - Detection of partially occluded banknotes Fig. 4 - Detection of partially occluded banknotes

Fig. 4 - Detection of partially occluded banknotes

Fig. 5 - Detection of overlapping banknotes Fig. 5 - Detection of overlapping banknotes Fig. 5 - Detection of overlapping banknotes

Fig. 5 - Detection of overlapping banknotes

Releases

Windows 8.1 release

Building and developing

The setup instructions on how to build and develop in Visual Studio is available here

About

Augmented reality currency recognition

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.2%
  • C 1.8%