SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1829
Universal Currency Identifier
Ajay S. Wadhawe1, Sudhamma U. Landge2
1Dept. of Electronics & Telecommunication, SRTMUN, Nanded, Maharashtra, India.
2PG Student, Dept. of Electronics and Telecommunication, Shri Shivaji Institute of Engg & Management Studies,
Parbhani, Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - The system proposed in this research paper is
Universal currency identifier for Indian as well as foreign
currency. For the proposed system we are using Indian paper
currencies and foreign currencies like Dirhams currency of
UAE, Rupiah currency of Indonesia, Ringgit the currency of
Malaysia, Yuan the currency of China. In this system we will
detect the currencies using image processing techniques. For
this system the basic techniques used is, we will acquis the
paper currency images first with three approaches using
android phone cam with the help of IP address, by using
camera, and by using database where images are already
stored. Then some basic operations like resizing, filtering,
some conversions like RGB to gray. Image segmentation is
performed then finally the features are comparedbyclassifier.
And as a result we will get the currency identification of
currencies of various countries. This systemhavemultipleuses
like in banking domain, money exchange offices, malls, as well
as it can be used by the blind people.
Key Words: Paper currencies of India, UAE, Indonesia,
Malaysia, China, Image acquisitionusingIPCamandUSB
camera, pre-processing, segmentation, classifier.
1. INTRODUCTION
All over the world there are about 50 currencies present
whose appearance texture, size, length, color, pattern and
other features are totally different from each other. So in
work where people have to deal with these various
currencies they have to remember the features of all
currencies and have to be accurate so for such kind of
application proposed system can be efficient. Because the
basic aim of the proposed system is to identify the various
paper currencies of different countries in a system using
Image processing.
Various kinds of others currency recognition systems and
devices are available internationally. But by considering the
physically impaired people we have designed the system in
which there is buzzer which can alert the person about the
fake currency detection. A single system can be used for
multiple currencies that is why the suggested name
Universal currency identifier.
The basic techniques of image processing used in the
proposed system is image acquisition by IP cam,
preprocessing of the acquiesced image, segmentation of
image for feature extraction and classifier for the
comparison of the image with the trained images.
Preprocessing consist of resizing, filtering, conversion of
RGB to gray, segmentation for feature extraction, and knn
classifier for comparison.
2. LITERATURE SURVEY
There are severalsystemsand devicesavailable forcurrency
identification and recognition, few supports only particular
countries’ currenciesandfewsupportsonlyidentificationbut
this system identification an fake note detection too.
[1].according to central rules of Shri Lanka the paper
currencies are to be denominated afterparticulardurationof
time and therefore when the currencies has been
denominated then there was only slight difference of length,
size and feature of Shri Lankan’s currencies and therefore it
was a tough task for visually impaired people so K.
Wickramasinghe and D. De Silva has proposed a system
which was able to identify the currencies having only 5mm
length difference from each other.
[2]. The system designed by Hamid Hussnapour was able to
extract certain features of the currencies and compares with
the database to identify the currency.
[3].In the paper a method is designed which processes the
image then extract the features for recognition. For that
Weiner filter is applied on the input image and image is
converted to gray scale too. The features usedbythismethod
are diagonal vector then this feature is used for comparison
with the set of values from database for identification.
[4].The system called Canadian banknote reader was
producing the voice output on identification of Canadian
currencies but that was limitd only for Canadian currencies
[5]. the noval approach by Jong k wang was designed to
recogniz Korean bank notewiththehelpof RGBcolorandUV
information as feature of currency. This method involves the
RGB color information to classify the bank note, size is one of
the parameter improved the accuracy. Training overhead of
back propagation neural network is because of its slow
convergence speed and indeterminate initial weights.
Training of neural network require more timebecause ofthe
rigorous need of samples. Since training time for a back
propagation neural network is exceedingly high they are not
considered for a real time system.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1830
3. SYSTEM DESIGN, ARCHITECTURE AND WORKING
By doing the literature survey and the work been already
done with the respective topics observing their drawbacks
it’s an attempt to overcome few of them and to give more
accurate result in less time.
The proposed system consist both the hardware and
software that is Matlab code. Basically in software part
consist of Matlab code for recognition of the paper
currencies as well as some controller programming. And in
hardware part the AVR controller, LCD for displaying the
output, buzzer to alert about the fakeness of currency.
The flow of the working is like the capturing of image,
performing pre processing, segmentation for feature
extraction, classifier for comparison. Figure 1 shows the
basic block diagram of the system
Figure 1. Basic block diagram of proposed system.
Figure1 shows the basic block diagram of the proposed
system which consist of the following stages
I. Input Image – this is the very first step in which we will
do image acquisition in two ways that is with the help of
USB camera and IP cam from mobile phone. Thestepsto
connect the IP camera of any android mobile phone to
the Matlab.
Step1: Install “IPWebcam”androidapplicationfrom
playstore to your mobile phone.
Step2: connect the mobile phone to host pc through
WIFI
Step3: write some additional code for interfacing
like
I = imread(“IP address of mobile web cam”)
II. Per-Processing – in this stage the basic operations will
be performed like resizing, filtering, RGB to gray
conversion.
Image resizing – resizing is nothing but the
geometric transformation of each pixel. The
mapping between corresponding pixel ofinputand
output images is known as imageresizing. Basically
interpolation is used to achieve the resizing. There
are various types of interpolation in matlab like
nearest neighbor, bilinear, bicubic interpolation.
Nearest-neighbor interpolation the output pixel is
assigned the value of the pixel that the point falls
within no other pixels are considered. Bilinear
interpolation the output pixel value is a weighted
average of pixels in the nearest 2-by-2
neighborhood. Bicubic interpolation the output
pixel value is a weighted average of pixels in the
nearest 4-by-4 neighborhood.
Median filter – when we capture the image some
noise get added to the image one of the most
occurred noise issaltand paper noisetoremovethis
noise weuse median filter.Medianfilterperformthe
filtering on image in two dimensions. Each output
pixel contains the median value in 3 by 3
neighborhood around thecorrespondingpixelinthe
image with zeros on the edges.
III. Segmentation – in this stage the feature extraction.
The features we are using are LUV transformation,
edge histogram, gray level co-occurrence matrix.
The features are as follows-
Mean- mean of the color is obtained by
taking average value of all of the color
component of the color space used.
µ= ij
where, M,N= dimension and total number
of pixels in image
рij = color values of column i and row j
Standard deviation - it is a quality that express
the how much the member of color channel
differ from mean value for channel.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1831
Skewness- it is used to measures the degree and
direction ofsymmetryorasymmetry ofdistribution.
³÷MNσ³
For edge detection purpose we are using canny edge
detector. This canny edge detector uses the Gaussian low
pass filter and then takes the first derivative. it consist of
following stages-
Noise reduction- the canny edge detector uses Gaussian
filter with first derivative. By this the image will get
smoothen using Gaussian filter with standard deviation.
Find the intensity gradient of the image - the local
maxima of gradient, g(x,y)= [G12 + G22]1/2 and edge
detection, and θ(x,y)= tan-1(Gy/Gx) are computed at each
point. Any of the above first three techniques can be used to
computer the Gx , Gy. an edge point is defined to be a point
whose strength is locally maximum in the direction of the
gradient.
Non-maximal suppression - The edge points gives rise to
the ridges in the gradient magnitude image. The algorithm
then tracks along the top of these ridges and set to zero all
pixels that are not actually on the ridge top so as to give a
thin line, a process knownasnon-minimal suppression.Here
a set of edge point in the form of a binary image is obtained.
These are sometimes referred as thin edge.
Thresholding - canny uses thethresholding withhysteresis.
The method uses two thresholds to detect weak and strong
edges, and includes the weak edgesinoutputonlywhenthey
are connected to the strong edges. The ridges of pixels are
thresholded using thresholds T1, T2 with T1<T2. The ridge
pixels with value greater than T2 are said to be strong edge
pixels and the pixels between T1 and T2 are said to be weak
pixels.
IV. Classifier- the Knn classifier is used in the proposed
system this is also known as the nearest neighbor
classifier it allows to find the closest point to the set
point so that it compares the test data with data base
set.
4. HARDWARE DETAILS
The output of the proposed system isdisplayedintwo ways
that is by using the GUI using Matlab code and the LCD
display for that we are using some hardware which mainly
includes the AVR controller, LCD display, buzzer, USB
camera.
Figure 2. Schematic diagram of proposed system
hardware.
The above shows the schematic diagramofproposedsystem
which shows the circuitry connections of hardware devices.
Figure 3. Hardware setup
5. EXPERIMENTAL SETUP AND RESULT
For experimenting the proposedsystem weusedIPwebcam
of android mobile phone connected to laptop with same
network. Laptop must be have MATLAB software installed
and other option of USB camera, the hardware of AVR
controller with connection of LCD display and Buzzer as
output device.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1832
When the code is executed the graphical user
interface provided in the matlab code will help us to choose
the input method to acquise animageforprocessing.And the
output will display in GUI and as well as on LCD display. And
if the currency is fake buzzer will energized giving alert
about fake detection this will help us for the blind people.
Figure 4. Graphical User Interface of the system.
Above figure shows the GUI of the proposed system which
will help to choose the mode of input and the outputtext box
is present where the output will appear.
Figure 5. Experimental setup
Figure 6. Experimental result of UAE currency(Dirham)
Figure 7. Experimental result of Malaysia
currency(Ringgit)
Figure 8. Experimental result of China currency(Yuan)
Note Number of
currencies tested
Correct
identification
10 20 18
20 20 19
50 20 18
100 20 20
200 20 20
500 20 20
2000 20 20
Dirhams 5 4
Ringgit 5 4
Rupiah 5 5
Yuan 5 5
Fake 70 68
TOTAL 160 151
Table 1. Experimental Accuracy
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1833
Above table shows the accuracy of the proposed system in
for which we have tested total 160 currencies and 151 was
correct one so approximately 94% accuracy is been
achieved.
CONCLUSION
Tis paper proposes a system for detectionand recognition of
paper currencies of several countries and used the IP
webcam for image capturing, and image segmentation,
classifier for recognition is used. Approximately 94%
accuracy is achieved by the system. For the future
enhancement we can have the coin detection in the same
system.
REFERENCES
[1] K. Wickramasinghe and D. De Silva, “Bank Notes
Recognition Device for Sri Lankan Vision Impaired
Community”, In Proc. 8th International Conference
on Computer Science & Education (ICCSE 2013),
2013, pp 609-612.
[2] Hamid Hassanpour and Payam M. Farahabadi. “Using
Hidden Markov odels for paper currency recognition”.
In: Expert Systems with Applications 36.6 (2009), pp.
10105–10111.
[3] Muhannad Alfarras. “Bahraini paper currency
recognition”. In: Journal of Advanced Computer Science
and Technology Research 2.2 (2012), pp. 104–115.
[4] CNIB, “Canadian Bank Note Reader”, 1996 [online],
Available:
www.cnib.ca/en/services/products/banknote-reader
[Accessed: 1st January 2016].
[5] Chae, Seung-Hoon and Kim, Jong Kwang and Pan, Sung
Bum, "A Study on the Korean Banknote Recognition
Using RGB and UV Information", Communication and
Networking, Vol. 56, Series: Communications in
Computer and Information Science, pp. 477-484,ISBN
978-3-642-10843-3,2009.
[6] Manikandan and Sumithra. “Currency Recognition in
Mobile Application for Visually Challenged.” In IEEE
International Conference on Intelligent Systems and
Control, pp.460-465. IEEE, 2015
[7] Chae, Seung-Hoon and Kim, Jong Kwang and Pan, Sung
Bum, "A Study on the Korean Banknote Recognition
Using RGB and UV Information", Communication and
Networking, Vol. 56, Series: Communications in
Computer and Information Science, pp. 477-484,ISBN
978-3-642-10843-3,2009.
[8] Er-Hu Zhang Bo Jiang Duan Jing-hong and Zheng-Zhong
Bian, "Research onpapercurrencyrecognition byneural
networks",In Proceedings of International Conference
on Machine Learning and Cybernetics, Vol. 4, pp 2193-
2197, November, 2003.
[9] R. C. Gonzalez and R. E. Woods, Digital ImageProcessing,
2nd ed,Prentice Hall India, ISBN-81-203-2758-6,
2006.M.Young, The Technical Writer’s Handbook. Mill
Valley, CA: University Science, 1989.
[10] Pathrabe, Trupti et. al. “A novel approach of
embedded system for Indian paper currency
recognition.” Int. J. Comput. Trends Technol1 (2011):
152-156.
[11] MsTruptiPathrabe&MrsSwapniliKarmore,“ANovel
Approach of Embedded System for Indian paper
Currency Recognition”, International Journal of
Computer Trends and Technology- May to June Issue
2011.

More Related Content

What's hot

Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth Application
IJERA Editor
 
Basics of Image processing
Basics of Image processingBasics of Image processing
Basics of Image processing
Paramjeet Singh Jamwal
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET Journal
 
E1102012537
E1102012537E1102012537
E1102012537
IOSR Journals
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...
INFOGAIN PUBLICATION
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
IAESIJEECS
 
Image Processing
Image ProcessingImage Processing
Image Processing
Rolando
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
Trishna Pattanaik
 
Hand gesture recognition using support vector machine
Hand gesture recognition using support vector machineHand gesture recognition using support vector machine
Hand gesture recognition using support vector machine
theijes
 
Image processing
Image processingImage processing
Image processing
kamal330
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)
Muhammad Waqas
 
Signature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertatiSignature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertati
Dr. Vinayak Bharadi
 
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
idescitation
 
Video Content Identification using Video Signature: Survey
Video Content Identification using Video Signature: SurveyVideo Content Identification using Video Signature: Survey
Video Content Identification using Video Signature: Survey
IRJET Journal
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
Ankur Nanda
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
Ashwini Awatare
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
IRJET Journal
 
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
IJEID :: International Journal of Excellence Innovation and Development
 
Final Year IEEE Project 2013-2014 - Digital Image Processing Project Title a...
Final Year IEEE Project 2013-2014  - Digital Image Processing Project Title a...Final Year IEEE Project 2013-2014  - Digital Image Processing Project Title a...
Final Year IEEE Project 2013-2014 - Digital Image Processing Project Title a...
elysiumtechnologies
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
IJERA Editor
 

What's hot (20)

Automated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth ApplicationAutomated License Plate Recognition for Toll Booth Application
Automated License Plate Recognition for Toll Booth Application
 
Basics of Image processing
Basics of Image processingBasics of Image processing
Basics of Image processing
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
E1102012537
E1102012537E1102012537
E1102012537
 
14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...14 offline signature verification based on euclidean distance using support v...
14 offline signature verification based on euclidean distance using support v...
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
Image Processing
Image ProcessingImage Processing
Image Processing
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Hand gesture recognition using support vector machine
Hand gesture recognition using support vector machineHand gesture recognition using support vector machine
Hand gesture recognition using support vector machine
 
Image processing
Image processingImage processing
Image processing
 
Image processing (Signal Processing)
Image processing (Signal Processing)Image processing (Signal Processing)
Image processing (Signal Processing)
 
Signature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertatiSignature recognition using clustering techniques dissertati
Signature recognition using clustering techniques dissertati
 
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
Enhancing Security and Privacy Issue in Airport by Biometric based Iris Recog...
 
Video Content Identification using Video Signature: Survey
Video Content Identification using Video Signature: SurveyVideo Content Identification using Video Signature: Survey
Video Content Identification using Video Signature: Survey
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
Image proccessing and its application
Image proccessing and its applicationImage proccessing and its application
Image proccessing and its application
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...Artificial Neural Network Based Offline Signature Recognition System Using Lo...
Artificial Neural Network Based Offline Signature Recognition System Using Lo...
 
Final Year IEEE Project 2013-2014 - Digital Image Processing Project Title a...
Final Year IEEE Project 2013-2014  - Digital Image Processing Project Title a...Final Year IEEE Project 2013-2014  - Digital Image Processing Project Title a...
Final Year IEEE Project 2013-2014 - Digital Image Processing Project Title a...
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 

Similar to IRJET- Universal Currency Identifier

IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin Converter
IRJET Journal
 
IRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency RecognitionIRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency Recognition
IRJET Journal
 
IRJET- Advanced Character based Recognition and Phone Handling for Blind ...
IRJET-  	  Advanced Character based Recognition and Phone Handling for Blind ...IRJET-  	  Advanced Character based Recognition and Phone Handling for Blind ...
IRJET- Advanced Character based Recognition and Phone Handling for Blind ...
IRJET Journal
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
IRJET Journal
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
IRJET Journal
 
40120140501008
4012014050100840120140501008
40120140501008
IAEME Publication
 
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET Journal
 
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGAReal Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
IRJET Journal
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
IRJET Journal
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNN
IRJET Journal
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
IRJET Journal
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET Journal
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD Editor
 
IRJET- A Review on Face Detection and Expression Recognition
IRJET-  	  A Review on Face Detection and Expression RecognitionIRJET-  	  A Review on Face Detection and Expression Recognition
IRJET- A Review on Face Detection and Expression Recognition
IRJET Journal
 
IRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation SystemIRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation System
IRJET Journal
 
Licence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep LearningLicence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep Learning
IRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET Journal
 
IRJET - Smart Vet Locator for Hybrid Pets
IRJET -  	  Smart Vet Locator for Hybrid PetsIRJET -  	  Smart Vet Locator for Hybrid Pets
IRJET - Smart Vet Locator for Hybrid Pets
IRJET Journal
 
IRJET-Implementation of Image Processing using Augmented Reality
IRJET-Implementation of Image Processing using Augmented RealityIRJET-Implementation of Image Processing using Augmented Reality
IRJET-Implementation of Image Processing using Augmented Reality
IRJET Journal
 

Similar to IRJET- Universal Currency Identifier (20)

IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin Converter
 
IRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency RecognitionIRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency Recognition
 
IRJET- Advanced Character based Recognition and Phone Handling for Blind ...
IRJET-  	  Advanced Character based Recognition and Phone Handling for Blind ...IRJET-  	  Advanced Character based Recognition and Phone Handling for Blind ...
IRJET- Advanced Character based Recognition and Phone Handling for Blind ...
 
Different Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate DetectionDifferent Methodologies for Indian License Plate Detection
Different Methodologies for Indian License Plate Detection
 
IRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural ImagesIRJET- Digit Identification in Natural Images
IRJET- Digit Identification in Natural Images
 
40120140501008
4012014050100840120140501008
40120140501008
 
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
IRJET- Currency Note Detection and Note to Coin Converter using Digital Image...
 
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGAReal Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
Real Time Implementation of Ede Detection Technique for Angiogram Images on FPGA
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER) International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
 
IRJET - Gesture Controlled Home Automation using CNN
IRJET -  	  Gesture Controlled Home Automation using CNNIRJET -  	  Gesture Controlled Home Automation using CNN
IRJET - Gesture Controlled Home Automation using CNN
 
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLESIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
SIGN LANGUAGE INTERFACE SYSTEM FOR HEARING IMPAIRED PEOPLE
 
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb PeopleIRJET-  	  Sign Language and Gesture Recognition for Deaf and Dumb People
IRJET- Sign Language and Gesture Recognition for Deaf and Dumb People
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
IRJET- A Review on Face Detection and Expression Recognition
IRJET-  	  A Review on Face Detection and Expression RecognitionIRJET-  	  A Review on Face Detection and Expression Recognition
IRJET- A Review on Face Detection and Expression Recognition
 
IRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation SystemIRJET- A Plant Identification and Recommendation System
IRJET- A Plant Identification and Recommendation System
 
Licence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep LearningLicence Plate Recognition Using Supervised Learning and Deep Learning
Licence Plate Recognition Using Supervised Learning and Deep Learning
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
IRJET - Smart Vet Locator for Hybrid Pets
IRJET -  	  Smart Vet Locator for Hybrid PetsIRJET -  	  Smart Vet Locator for Hybrid Pets
IRJET - Smart Vet Locator for Hybrid Pets
 
IRJET-Implementation of Image Processing using Augmented Reality
IRJET-Implementation of Image Processing using Augmented RealityIRJET-Implementation of Image Processing using Augmented Reality
IRJET-Implementation of Image Processing using Augmented Reality
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
Ratnakar Mikkili
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
ClaraZara1
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
yokeleetan1
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
heavyhaig
 

Recently uploaded (20)

Exception Handling notes in java exception
Exception Handling notes in java exceptionException Handling notes in java exception
Exception Handling notes in java exception
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)6th International Conference on Machine Learning & Applications (CMLA 2024)
6th International Conference on Machine Learning & Applications (CMLA 2024)
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Swimming pool mechanical components design.pptx
Swimming pool  mechanical components design.pptxSwimming pool  mechanical components design.pptx
Swimming pool mechanical components design.pptx
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Technical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prismsTechnical Drawings introduction to drawing of prisms
Technical Drawings introduction to drawing of prisms
 

IRJET- Universal Currency Identifier

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1829 Universal Currency Identifier Ajay S. Wadhawe1, Sudhamma U. Landge2 1Dept. of Electronics & Telecommunication, SRTMUN, Nanded, Maharashtra, India. 2PG Student, Dept. of Electronics and Telecommunication, Shri Shivaji Institute of Engg & Management Studies, Parbhani, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - The system proposed in this research paper is Universal currency identifier for Indian as well as foreign currency. For the proposed system we are using Indian paper currencies and foreign currencies like Dirhams currency of UAE, Rupiah currency of Indonesia, Ringgit the currency of Malaysia, Yuan the currency of China. In this system we will detect the currencies using image processing techniques. For this system the basic techniques used is, we will acquis the paper currency images first with three approaches using android phone cam with the help of IP address, by using camera, and by using database where images are already stored. Then some basic operations like resizing, filtering, some conversions like RGB to gray. Image segmentation is performed then finally the features are comparedbyclassifier. And as a result we will get the currency identification of currencies of various countries. This systemhavemultipleuses like in banking domain, money exchange offices, malls, as well as it can be used by the blind people. Key Words: Paper currencies of India, UAE, Indonesia, Malaysia, China, Image acquisitionusingIPCamandUSB camera, pre-processing, segmentation, classifier. 1. INTRODUCTION All over the world there are about 50 currencies present whose appearance texture, size, length, color, pattern and other features are totally different from each other. So in work where people have to deal with these various currencies they have to remember the features of all currencies and have to be accurate so for such kind of application proposed system can be efficient. Because the basic aim of the proposed system is to identify the various paper currencies of different countries in a system using Image processing. Various kinds of others currency recognition systems and devices are available internationally. But by considering the physically impaired people we have designed the system in which there is buzzer which can alert the person about the fake currency detection. A single system can be used for multiple currencies that is why the suggested name Universal currency identifier. The basic techniques of image processing used in the proposed system is image acquisition by IP cam, preprocessing of the acquiesced image, segmentation of image for feature extraction and classifier for the comparison of the image with the trained images. Preprocessing consist of resizing, filtering, conversion of RGB to gray, segmentation for feature extraction, and knn classifier for comparison. 2. LITERATURE SURVEY There are severalsystemsand devicesavailable forcurrency identification and recognition, few supports only particular countries’ currenciesandfewsupportsonlyidentificationbut this system identification an fake note detection too. [1].according to central rules of Shri Lanka the paper currencies are to be denominated afterparticulardurationof time and therefore when the currencies has been denominated then there was only slight difference of length, size and feature of Shri Lankan’s currencies and therefore it was a tough task for visually impaired people so K. Wickramasinghe and D. De Silva has proposed a system which was able to identify the currencies having only 5mm length difference from each other. [2]. The system designed by Hamid Hussnapour was able to extract certain features of the currencies and compares with the database to identify the currency. [3].In the paper a method is designed which processes the image then extract the features for recognition. For that Weiner filter is applied on the input image and image is converted to gray scale too. The features usedbythismethod are diagonal vector then this feature is used for comparison with the set of values from database for identification. [4].The system called Canadian banknote reader was producing the voice output on identification of Canadian currencies but that was limitd only for Canadian currencies [5]. the noval approach by Jong k wang was designed to recogniz Korean bank notewiththehelpof RGBcolorandUV information as feature of currency. This method involves the RGB color information to classify the bank note, size is one of the parameter improved the accuracy. Training overhead of back propagation neural network is because of its slow convergence speed and indeterminate initial weights. Training of neural network require more timebecause ofthe rigorous need of samples. Since training time for a back propagation neural network is exceedingly high they are not considered for a real time system.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1830 3. SYSTEM DESIGN, ARCHITECTURE AND WORKING By doing the literature survey and the work been already done with the respective topics observing their drawbacks it’s an attempt to overcome few of them and to give more accurate result in less time. The proposed system consist both the hardware and software that is Matlab code. Basically in software part consist of Matlab code for recognition of the paper currencies as well as some controller programming. And in hardware part the AVR controller, LCD for displaying the output, buzzer to alert about the fakeness of currency. The flow of the working is like the capturing of image, performing pre processing, segmentation for feature extraction, classifier for comparison. Figure 1 shows the basic block diagram of the system Figure 1. Basic block diagram of proposed system. Figure1 shows the basic block diagram of the proposed system which consist of the following stages I. Input Image – this is the very first step in which we will do image acquisition in two ways that is with the help of USB camera and IP cam from mobile phone. Thestepsto connect the IP camera of any android mobile phone to the Matlab. Step1: Install “IPWebcam”androidapplicationfrom playstore to your mobile phone. Step2: connect the mobile phone to host pc through WIFI Step3: write some additional code for interfacing like I = imread(“IP address of mobile web cam”) II. Per-Processing – in this stage the basic operations will be performed like resizing, filtering, RGB to gray conversion. Image resizing – resizing is nothing but the geometric transformation of each pixel. The mapping between corresponding pixel ofinputand output images is known as imageresizing. Basically interpolation is used to achieve the resizing. There are various types of interpolation in matlab like nearest neighbor, bilinear, bicubic interpolation. Nearest-neighbor interpolation the output pixel is assigned the value of the pixel that the point falls within no other pixels are considered. Bilinear interpolation the output pixel value is a weighted average of pixels in the nearest 2-by-2 neighborhood. Bicubic interpolation the output pixel value is a weighted average of pixels in the nearest 4-by-4 neighborhood. Median filter – when we capture the image some noise get added to the image one of the most occurred noise issaltand paper noisetoremovethis noise weuse median filter.Medianfilterperformthe filtering on image in two dimensions. Each output pixel contains the median value in 3 by 3 neighborhood around thecorrespondingpixelinthe image with zeros on the edges. III. Segmentation – in this stage the feature extraction. The features we are using are LUV transformation, edge histogram, gray level co-occurrence matrix. The features are as follows- Mean- mean of the color is obtained by taking average value of all of the color component of the color space used. µ= ij where, M,N= dimension and total number of pixels in image рij = color values of column i and row j Standard deviation - it is a quality that express the how much the member of color channel differ from mean value for channel.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1831 Skewness- it is used to measures the degree and direction ofsymmetryorasymmetry ofdistribution. ³÷MNσ³ For edge detection purpose we are using canny edge detector. This canny edge detector uses the Gaussian low pass filter and then takes the first derivative. it consist of following stages- Noise reduction- the canny edge detector uses Gaussian filter with first derivative. By this the image will get smoothen using Gaussian filter with standard deviation. Find the intensity gradient of the image - the local maxima of gradient, g(x,y)= [G12 + G22]1/2 and edge detection, and θ(x,y)= tan-1(Gy/Gx) are computed at each point. Any of the above first three techniques can be used to computer the Gx , Gy. an edge point is defined to be a point whose strength is locally maximum in the direction of the gradient. Non-maximal suppression - The edge points gives rise to the ridges in the gradient magnitude image. The algorithm then tracks along the top of these ridges and set to zero all pixels that are not actually on the ridge top so as to give a thin line, a process knownasnon-minimal suppression.Here a set of edge point in the form of a binary image is obtained. These are sometimes referred as thin edge. Thresholding - canny uses thethresholding withhysteresis. The method uses two thresholds to detect weak and strong edges, and includes the weak edgesinoutputonlywhenthey are connected to the strong edges. The ridges of pixels are thresholded using thresholds T1, T2 with T1<T2. The ridge pixels with value greater than T2 are said to be strong edge pixels and the pixels between T1 and T2 are said to be weak pixels. IV. Classifier- the Knn classifier is used in the proposed system this is also known as the nearest neighbor classifier it allows to find the closest point to the set point so that it compares the test data with data base set. 4. HARDWARE DETAILS The output of the proposed system isdisplayedintwo ways that is by using the GUI using Matlab code and the LCD display for that we are using some hardware which mainly includes the AVR controller, LCD display, buzzer, USB camera. Figure 2. Schematic diagram of proposed system hardware. The above shows the schematic diagramofproposedsystem which shows the circuitry connections of hardware devices. Figure 3. Hardware setup 5. EXPERIMENTAL SETUP AND RESULT For experimenting the proposedsystem weusedIPwebcam of android mobile phone connected to laptop with same network. Laptop must be have MATLAB software installed and other option of USB camera, the hardware of AVR controller with connection of LCD display and Buzzer as output device.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1832 When the code is executed the graphical user interface provided in the matlab code will help us to choose the input method to acquise animageforprocessing.And the output will display in GUI and as well as on LCD display. And if the currency is fake buzzer will energized giving alert about fake detection this will help us for the blind people. Figure 4. Graphical User Interface of the system. Above figure shows the GUI of the proposed system which will help to choose the mode of input and the outputtext box is present where the output will appear. Figure 5. Experimental setup Figure 6. Experimental result of UAE currency(Dirham) Figure 7. Experimental result of Malaysia currency(Ringgit) Figure 8. Experimental result of China currency(Yuan) Note Number of currencies tested Correct identification 10 20 18 20 20 19 50 20 18 100 20 20 200 20 20 500 20 20 2000 20 20 Dirhams 5 4 Ringgit 5 4 Rupiah 5 5 Yuan 5 5 Fake 70 68 TOTAL 160 151 Table 1. Experimental Accuracy
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 06 | June 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 1833 Above table shows the accuracy of the proposed system in for which we have tested total 160 currencies and 151 was correct one so approximately 94% accuracy is been achieved. CONCLUSION Tis paper proposes a system for detectionand recognition of paper currencies of several countries and used the IP webcam for image capturing, and image segmentation, classifier for recognition is used. Approximately 94% accuracy is achieved by the system. For the future enhancement we can have the coin detection in the same system. REFERENCES [1] K. Wickramasinghe and D. De Silva, “Bank Notes Recognition Device for Sri Lankan Vision Impaired Community”, In Proc. 8th International Conference on Computer Science & Education (ICCSE 2013), 2013, pp 609-612. [2] Hamid Hassanpour and Payam M. Farahabadi. “Using Hidden Markov odels for paper currency recognition”. In: Expert Systems with Applications 36.6 (2009), pp. 10105–10111. [3] Muhannad Alfarras. “Bahraini paper currency recognition”. In: Journal of Advanced Computer Science and Technology Research 2.2 (2012), pp. 104–115. [4] CNIB, “Canadian Bank Note Reader”, 1996 [online], Available: www.cnib.ca/en/services/products/banknote-reader [Accessed: 1st January 2016]. [5] Chae, Seung-Hoon and Kim, Jong Kwang and Pan, Sung Bum, "A Study on the Korean Banknote Recognition Using RGB and UV Information", Communication and Networking, Vol. 56, Series: Communications in Computer and Information Science, pp. 477-484,ISBN 978-3-642-10843-3,2009. [6] Manikandan and Sumithra. “Currency Recognition in Mobile Application for Visually Challenged.” In IEEE International Conference on Intelligent Systems and Control, pp.460-465. IEEE, 2015 [7] Chae, Seung-Hoon and Kim, Jong Kwang and Pan, Sung Bum, "A Study on the Korean Banknote Recognition Using RGB and UV Information", Communication and Networking, Vol. 56, Series: Communications in Computer and Information Science, pp. 477-484,ISBN 978-3-642-10843-3,2009. [8] Er-Hu Zhang Bo Jiang Duan Jing-hong and Zheng-Zhong Bian, "Research onpapercurrencyrecognition byneural networks",In Proceedings of International Conference on Machine Learning and Cybernetics, Vol. 4, pp 2193- 2197, November, 2003. [9] R. C. Gonzalez and R. E. Woods, Digital ImageProcessing, 2nd ed,Prentice Hall India, ISBN-81-203-2758-6, 2006.M.Young, The Technical Writer’s Handbook. Mill Valley, CA: University Science, 1989. [10] Pathrabe, Trupti et. al. “A novel approach of embedded system for Indian paper currency recognition.” Int. J. Comput. Trends Technol1 (2011): 152-156. [11] MsTruptiPathrabe&MrsSwapniliKarmore,“ANovel Approach of Embedded System for Indian paper Currency Recognition”, International Journal of Computer Trends and Technology- May to June Issue 2011.