SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2829
Image based Approach for Indian Fake Note Detection by Dark
Channel Prior
Revati1, Somashekhar Dhanyal2
1PG Student, Dept of Computer Science, Sharnbasva University, Karnataka, India
2Professor, Dept of Computer Science, Sharnbasva University, Karnataka, India
----------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In the recent years the currency manufacturing
has been under lot of security measures as it directly provides
the country economy health. Many of the criminal, illegal
activities will be executed from the use of the fake notes. These
fake notes will have same visibility of the original notes.
Normal human in normal conditions can’t detect these
differences hence may go cheated. Thus, the devices has been
designed and developed which has the capacity to detect the
fake notes.
The main objective of the proposed work is to provide an easy
and efficient system for the detection of the fake and the
original note based on the input image features. In this work
by using the digital image processing methods like, image
enhancement, image labelling, x-ray vision by dark channel
prior and feature based Fuzzy classification wehaveproposed
the fake note detection of Indian currencyatanaccuracyof 90
to 95%
Key Words: SVM Classifier, Fuzzy Classifier, Dark
Channel Prior.
1. INTRODUCTION
Currency duplication or the counterfeit of the currency is a
real threat to the national economy. It has been growing as
due to the advanced printing machines and scanning
machines based technology. To get rid many of the fake note
detection system based methods has been developed by
countries around the world which are generally hardware
based and they are costly. We have proposed the system to
detect original Indian currency notes by using the digital
image processing technology.
Fig1: Example of Indian Fake Note
2. RELATED WORK
[1] The author has proposed new method to detect fake
coins by using the images. The image is processed in the
dissimilarity space, a vector space which is initially
constructed by the comparison of the image by the
prototypes. Every individual featurevectordimension which
will measures gap in between the image under the reliable
consideration and based on the available proto type .Author
has used the methods like DOG and SIFT for the detector.
[2] Author has described the Effective Component based
Banknote method for the Recognition of the notes for Blind
people. In the case of the detection of forged notes system
need to identify denomination of every time the devices us
used with the ultraviolet light.
[3] Author has elaborated the technique for the Detection of
the currency by using the method for the Counterfeit
Currency by using the feature set value of the Bit-Plane Slice
Technique. New methodology has been proposed the bit
plane slicing based technique for the extraction of the most
significant data for the analysis of the counterfeit banknote
of the images used for the edge detector algorithm.
[4] Feature based approach for the categorizationofthetext
is the feature selection concentrated in this paper by author,
where only the original features are used in the input for
learning algorithms.
2.1 Proposed System Design
In the proposed work, we will develop a system to detect
fraud currency for Indian Notes. First take the input of the
given image and pre-process the given image. After pre-
processing, apply patternextractionbyclusteringandlaterX
ray vision is applied by dark channel prior window for
extraction of the inner as well as outer edges of the image.
Figure 2.General diagram for the proposed system
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2830
3. METHODOLOGY
3.1 Image Acquisition
In Image acquisition, the reorganization of text acquires a
scanned image as associate input image and input image
should be in specific format like JPEG, BMT etc. These
pictures square measure non inheritable through a camera,
scanner or the other applicabledigital data inputdevice. This
command reads the grey scale from the file by the string
computer filename. If the file is not found in existing folder
or within the MATLAB path, then it specifies the total path
name.
3.2 Image Pre-Processing
Initially in proposed system, the given input image is
processed before passing it to the main system. . The output
of the preprocessing will be the lab image which will be
suitable for next processing.Thepreprocessingisa sequence
of operation that performs on scanned input images. It
primarily enhances the image illustration for higher
segmentation. The task of preprocessing is to phase the
required pattern from the imageandperform normalization,
noise filtering and smoothing. The preprocessing also
defines a solid illustration of the segmented model. After
segmentation, binarization procedure is used where it
convert a grey scale to a binary image.
 Image Resizing: If the input image has the
resolution of [1024*1600] then the processing of
the system may be slow due to the higher
resolution. Hence we need to convert it to the
required size. For example 255*255 byusinginbuilt
mat lab functions.
 Image Restoration:
It is a simple process of taking the corrupted pixels of image
and cleaning them. The restoration process allows the user
to adjust image contrast, brightnessandtheotherfeatures of
the image. It is not a de-noising method, but allows the user
to smoothening image by using the simple methodlikepoint
spread function, venar filter and de convolution method etc.
3.3 Image Enhancements
The image enhancement techniqueisdifferentfromonefield
to another field according to its objective. Enhancement of
the image includes the color transformation (if needed),
image contrast enhancement using imadjust ().
Figure 3: Mean Filter
3.4 X-Ray (Dark Channel Prior)
The x-ray vision in dark channel prior is passing if the light
in the image pixels. The processing works is done in the
brightest channel present in pixel cluster images are
considered to be the most pixel cluster opaque.
Hence the scene radiance of a color band can be defined as
follows:
J(x)=r(X)*A (1)
Where r ≤ 1, which is reflectness of the object point hence
pixel cluster image equation is as follows:
I(x)=R(x)*aT(x)+[1-t(x)]*A≤a (2)
When the distance of pixel is infinite within image that is t is
almost equals to 0,then brightest pixel of I is considered to
be most pixel cluster opaque and it is almost equal to A.
J(X) = R(x) [A+S] (3)
And also I(x) can be re written as
I(x) = R(x) st(x) +R(x) At(x) +1-t(x)*a (4)
 In the first step, the elimination of the light
orientation is performed from the available small
patches of I(x).
 In the second stage we considera global imageprior
which is more sensitive over dependencies over
pixel values towards the orientation of the sunlight.
By estimating the atmospheric light orientation,the
light scattering visibility scenes are mainly
dependent on the total distance of digital camera
and surface D(x).
 The grouping of pixel can be achieved in different
patches based on RGB color space with a color of
purple and brown circles. A geometrical relation
between every pair of patches is denoted by A as a
candidate pixel and amount of lightscatteringinthe
given median is denoted by β by considering these
constants a total seen transmission is given by
following equation
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2831
T(x) =e Xp-Z d(x) 0 β Rx(S) (5)
Surface of which is a componentofR(x)inheritstheproperty
and hence it provides a constant surface in scene
transmission in many regions of image patches. This is a
assumptions which is used for achieving the de hazing and
we can derive the image patches as follows :
I(x) = Ti I 0(x) ri + (1-ti) (6)
A = i(x) Ri + CI a (7)
3.5 Image Labelling
Image labeling is a process of marking the value of the pixel
deviations based on the features effective. The need of the
labeling is important when they are of prorating has to in
multiple pixel list. The following stated has to be satisfied in
the image labeling.
 Initially Define the rectangular regions of interest
based on the pixel list (ROI) labels
 The pixel labeled ROI are used in these labels
 Later use of the built-in detection algorithms for the
analysis of the truth data.
 Write or import the pixel label and later use the
custom and the automation based algorithmsystemto
label ground truth.
 Later use the CCL for final labeling of the image pixel
as follows.
3.6 Classification Using the Fuzzy Classifier
The fuzzy based classifier is the new technology compare to
the classic neural network where the dataset is manipulated
based on the previous knowledge of the data. The fuzzy
based classifier performs the same operation as the neural
network but in the detailed manner with the number of the
iterations.
Figure 4: General Fuzzy Classifier
Fuzzy classification is the process of the grouping the
elements into the fuzzy set and the true value if proposed by
the surface and the edge values of it.
A fuzzy class: ~C = { i | ~Π(i) } defined as the
 ~C : fuzzy set satisfying each individual i
 ~Π: classification predicate of fuzzy a fuzzy
propositional function.
 ~{ .| .} : it is the domain of the fuzzy class operator.
 V: set of the variables
 ~PF: set of fuzzy propositional functions
 ~P(U):~{.|.}:V*~PF ? ~ P(U) (8)
Fuzzy propositional function ananalogousexpression which
contains more than one value variable the assignment these
variables make the expressiontothefuzzypropositionbased
on the variables.
The fuzzy classification is combining or grouping thesimilar
features variables together known as the fuzzy set.Thefuzzy
classification in the member function μ which will indicates
it whether each of the individual istheuniquememberofthe
given class, in terms only if it is fuzzy classificationpredicate
~П. µ : ~PF * U ? ~ T (9)
~T: set of the fuzzy truth variable of the values (ranging0 to
1).
4. RESULTS
FIGURE 5: Result analysis of the input image
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2832
FIGURE 6: After pattern extract passing to X-Ray vision
FIGURE 7: Feature Labeling of the extracted pixels
FIGURE 8: RESULT
5. CONCLUSION AND FUTURE SCOPE
By using digital image processing, analysis of Currency
image is more accurate as well as this method is efficient in
terms of cost and time consuming compared to existing
techniques. MATLAB Software is used for this analysis.
The proposed work for the Indian fake note detection has
been a success as it able to classify the images based on the
feature vector generated. These imageshasbeencollectedin
the real time environment and processed in the Matlab
simulation. The methods such as clustering, pixel labeling,
dark channel prior and fuzzy classifier has been used to get
the result as effective as possible. The system is worked
effectively for extracting features of Indian currencyimages.
Extracted features of currency image will be using for
currency value recognition as well as for its verification.
Future work includes the detection of the multiple types of
currency like dollar, ponds, Euros etc by using the standard
dataset.
6. REFERENCES
[1] Li Liu, Yue Lu - “An image based approach to detection of
fake coins” in IEEE Transactions on Information forensics
and security.June 2017.
[2] A. Roy - “Machine assisted authentication of paper
currency. An experiment on Indian Bank notes”.
International Journal onDocumentAnalysisandRecognition
18(3): 271-285.
[3] un ke – “Detection of Counterfeit Coins and Assessment
of Coin Qualities. IEEE Conference 2015.
[4] Li Liu –“Variable length signature for near duplicate
image matching “.IEEE Conference 2015.
[5] Jongpil Kim-“Ancient coin recognition based on spatial
coding”. IEEE conference 2015.
[6] R.C.Gonzalez and R.E.Woods , Digital Image Processing
second edition,Prentice Hall India. M.Young –“ The technical
writers hand book” Mill Valley CA: university science 1989.
[7] Ms.Rumi Ghosh, Mr.Rakesh Khare-“a study on Diverse
recognition techniques for Indian Currency Note”.
IJSERT.vol.2, Issue 6, 2013.
[8] Amol.A, Shrishant , S.D.Bharkad – “Survey on currency
recognitionsystemusingimageprocessing”.IJCERvol 3,Issue
7, July 2013.
[9] M.Deborah and Soniya Pratap –“Detection of fake
currency usingimageprocessing”,IJISET,vol 1,issue10-2014.
[10] Faiz M Huzzman , Xiadong Yang and Yang li Tan, Senior
Member , IEEE “Robust and Effetive Component based bank
note detection for blind”,.IEEE 2012.

More Related Content

What's hot

Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...IOSR Journals
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET Journal
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysisvivatechijri
 
A Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisA Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisIOSR Journals
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...ijcisjournal
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...IJMER
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemiaemedu
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking througheSAT Publishing House
 
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...IJCSEA Journal
 
Digital image classification
Digital image classificationDigital image classification
Digital image classificationAleemuddin Abbasi
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMIJEEE
 
Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPrathamesh Joshi
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edgeijma
 

What's hot (18)

Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET-  	  Crop Pest Detection and Classification by K-Means and EM ClusteringIRJET-  	  Crop Pest Detection and Classification by K-Means and EM Clustering
IRJET- Crop Pest Detection and Classification by K-Means and EM Clustering
 
Feature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual AnalysisFeature Extraction and Feature Selection using Textual Analysis
Feature Extraction and Feature Selection using Textual Analysis
 
A Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and AnalysisA Novel Edge Detection Technique for Image Classification and Analysis
A Novel Edge Detection Technique for Image Classification and Analysis
 
B018110915
B018110915B018110915
B018110915
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
G1802053147
G1802053147G1802053147
G1802053147
 
H1802054851
H1802054851H1802054851
H1802054851
 
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
REGISTRATION TECHNOLOGIES and THEIR CLASSIFICATION IN AUGMENTED REALITY THE K...
 
Digital image classification
Digital image classificationDigital image classification
Digital image classification
 
MEDICAL IMAGE SEGMENTATION FOR DISEASE DETECTION USING DIGITAL FILTER
MEDICAL IMAGE SEGMENTATION FOR DISEASE DETECTION USING DIGITAL FILTERMEDICAL IMAGE SEGMENTATION FOR DISEASE DETECTION USING DIGITAL FILTER
MEDICAL IMAGE SEGMENTATION FOR DISEASE DETECTION USING DIGITAL FILTER
 
A Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVMA Review of Feature Extraction Techniques for CBIR based on SVM
A Review of Feature Extraction Techniques for CBIR based on SVM
 
Kk3517971799
Kk3517971799Kk3517971799
Kk3517971799
 
Presentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking ProjectPresentation Object Recognition And Tracking Project
Presentation Object Recognition And Tracking Project
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edge
 

Similar to IRJET- Image based Approach for Indian Fake Note Detection by Dark Channel Prior

IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET Journal
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using PythonIRJET Journal
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemIRJET Journal
 
IRJET - Single Image Super Resolution using Machine Learning
IRJET - Single Image Super Resolution using Machine LearningIRJET - Single Image Super Resolution using Machine Learning
IRJET - Single Image Super Resolution using Machine LearningIRJET Journal
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and RecognitionIRJET Journal
 
IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET Journal
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...IRJET Journal
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image ClassificationIRJET Journal
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...IRJET Journal
 
Trajectory Based Unusual Human Movement Identification for ATM System
	 Trajectory Based Unusual Human Movement Identification for ATM System	 Trajectory Based Unusual Human Movement Identification for ATM System
Trajectory Based Unusual Human Movement Identification for ATM SystemIRJET Journal
 
Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...IRJET Journal
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET Journal
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...cscpconf
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...csandit
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency IdentifierIRJET Journal
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicIRJET Journal
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System OperationsIRJET Journal
 
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...IRJET Journal
 
IRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency RecognitionIRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency RecognitionIRJET Journal
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIRJET Journal
 

Similar to IRJET- Image based Approach for Indian Fake Note Detection by Dark Channel Prior (20)

IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 
IRJET- ROI based Automated Meter Reading System using Python
IRJET-  	  ROI based Automated Meter Reading System using PythonIRJET-  	  ROI based Automated Meter Reading System using Python
IRJET- ROI based Automated Meter Reading System using Python
 
Number Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking SystemNumber Plate Recognition of Still Images in Vehicular Parking System
Number Plate Recognition of Still Images in Vehicular Parking System
 
IRJET - Single Image Super Resolution using Machine Learning
IRJET - Single Image Super Resolution using Machine LearningIRJET - Single Image Super Resolution using Machine Learning
IRJET - Single Image Super Resolution using Machine Learning
 
IRJET - Automatic Licence Plate Detection and Recognition
IRJET -  	  Automatic Licence Plate Detection and RecognitionIRJET -  	  Automatic Licence Plate Detection and Recognition
IRJET - Automatic Licence Plate Detection and Recognition
 
IRJET- Note to Coin Converter
IRJET- Note to Coin ConverterIRJET- Note to Coin Converter
IRJET- Note to Coin Converter
 
Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...Detection of a user-defined object in an image using feature extraction- Trai...
Detection of a user-defined object in an image using feature extraction- Trai...
 
IRJET - Content based Image Classification
IRJET -  	  Content based Image ClassificationIRJET -  	  Content based Image Classification
IRJET - Content based Image Classification
 
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...IRJET-  	  Intrusion Detection through Image Processing and Getting Notified ...
IRJET- Intrusion Detection through Image Processing and Getting Notified ...
 
Trajectory Based Unusual Human Movement Identification for ATM System
	 Trajectory Based Unusual Human Movement Identification for ATM System	 Trajectory Based Unusual Human Movement Identification for ATM System
Trajectory Based Unusual Human Movement Identification for ATM System
 
Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...Human Action Recognition using Contour History Images and Neural Networks Cla...
Human Action Recognition using Contour History Images and Neural Networks Cla...
 
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry PiIRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
IRJET- Implementation of Gender Detection with Notice Board using Raspberry Pi
 
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
 
Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...Improving image resolution through the cra algorithm involved recycling proce...
Improving image resolution through the cra algorithm involved recycling proce...
 
IRJET- Universal Currency Identifier
IRJET-  	  Universal Currency IdentifierIRJET-  	  Universal Currency Identifier
IRJET- Universal Currency Identifier
 
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy LogicImproved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
Improved Weighted Least Square Filter Based Pan Sharpening using Fuzzy Logic
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System Operations
 
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...
IRJET- An Acute Method of Encryption & Decryption by using Histograms and Che...
 
IRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency RecognitionIRJET- Fake Paper Currency Recognition
IRJET- Fake Paper Currency Recognition
 
IMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUESIMAGE SEGMENTATION AND ITS TECHNIQUES
IMAGE SEGMENTATION AND ITS TECHNIQUES
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixingviprabot1
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Effects of rheological properties on mixing
Effects of rheological properties on mixingEffects of rheological properties on mixing
Effects of rheological properties on mixing
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 

IRJET- Image based Approach for Indian Fake Note Detection by Dark Channel Prior

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2829 Image based Approach for Indian Fake Note Detection by Dark Channel Prior Revati1, Somashekhar Dhanyal2 1PG Student, Dept of Computer Science, Sharnbasva University, Karnataka, India 2Professor, Dept of Computer Science, Sharnbasva University, Karnataka, India ----------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In the recent years the currency manufacturing has been under lot of security measures as it directly provides the country economy health. Many of the criminal, illegal activities will be executed from the use of the fake notes. These fake notes will have same visibility of the original notes. Normal human in normal conditions can’t detect these differences hence may go cheated. Thus, the devices has been designed and developed which has the capacity to detect the fake notes. The main objective of the proposed work is to provide an easy and efficient system for the detection of the fake and the original note based on the input image features. In this work by using the digital image processing methods like, image enhancement, image labelling, x-ray vision by dark channel prior and feature based Fuzzy classification wehaveproposed the fake note detection of Indian currencyatanaccuracyof 90 to 95% Key Words: SVM Classifier, Fuzzy Classifier, Dark Channel Prior. 1. INTRODUCTION Currency duplication or the counterfeit of the currency is a real threat to the national economy. It has been growing as due to the advanced printing machines and scanning machines based technology. To get rid many of the fake note detection system based methods has been developed by countries around the world which are generally hardware based and they are costly. We have proposed the system to detect original Indian currency notes by using the digital image processing technology. Fig1: Example of Indian Fake Note 2. RELATED WORK [1] The author has proposed new method to detect fake coins by using the images. The image is processed in the dissimilarity space, a vector space which is initially constructed by the comparison of the image by the prototypes. Every individual featurevectordimension which will measures gap in between the image under the reliable consideration and based on the available proto type .Author has used the methods like DOG and SIFT for the detector. [2] Author has described the Effective Component based Banknote method for the Recognition of the notes for Blind people. In the case of the detection of forged notes system need to identify denomination of every time the devices us used with the ultraviolet light. [3] Author has elaborated the technique for the Detection of the currency by using the method for the Counterfeit Currency by using the feature set value of the Bit-Plane Slice Technique. New methodology has been proposed the bit plane slicing based technique for the extraction of the most significant data for the analysis of the counterfeit banknote of the images used for the edge detector algorithm. [4] Feature based approach for the categorizationofthetext is the feature selection concentrated in this paper by author, where only the original features are used in the input for learning algorithms. 2.1 Proposed System Design In the proposed work, we will develop a system to detect fraud currency for Indian Notes. First take the input of the given image and pre-process the given image. After pre- processing, apply patternextractionbyclusteringandlaterX ray vision is applied by dark channel prior window for extraction of the inner as well as outer edges of the image. Figure 2.General diagram for the proposed system
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2830 3. METHODOLOGY 3.1 Image Acquisition In Image acquisition, the reorganization of text acquires a scanned image as associate input image and input image should be in specific format like JPEG, BMT etc. These pictures square measure non inheritable through a camera, scanner or the other applicabledigital data inputdevice. This command reads the grey scale from the file by the string computer filename. If the file is not found in existing folder or within the MATLAB path, then it specifies the total path name. 3.2 Image Pre-Processing Initially in proposed system, the given input image is processed before passing it to the main system. . The output of the preprocessing will be the lab image which will be suitable for next processing.Thepreprocessingisa sequence of operation that performs on scanned input images. It primarily enhances the image illustration for higher segmentation. The task of preprocessing is to phase the required pattern from the imageandperform normalization, noise filtering and smoothing. The preprocessing also defines a solid illustration of the segmented model. After segmentation, binarization procedure is used where it convert a grey scale to a binary image.  Image Resizing: If the input image has the resolution of [1024*1600] then the processing of the system may be slow due to the higher resolution. Hence we need to convert it to the required size. For example 255*255 byusinginbuilt mat lab functions.  Image Restoration: It is a simple process of taking the corrupted pixels of image and cleaning them. The restoration process allows the user to adjust image contrast, brightnessandtheotherfeatures of the image. It is not a de-noising method, but allows the user to smoothening image by using the simple methodlikepoint spread function, venar filter and de convolution method etc. 3.3 Image Enhancements The image enhancement techniqueisdifferentfromonefield to another field according to its objective. Enhancement of the image includes the color transformation (if needed), image contrast enhancement using imadjust (). Figure 3: Mean Filter 3.4 X-Ray (Dark Channel Prior) The x-ray vision in dark channel prior is passing if the light in the image pixels. The processing works is done in the brightest channel present in pixel cluster images are considered to be the most pixel cluster opaque. Hence the scene radiance of a color band can be defined as follows: J(x)=r(X)*A (1) Where r ≤ 1, which is reflectness of the object point hence pixel cluster image equation is as follows: I(x)=R(x)*aT(x)+[1-t(x)]*A≤a (2) When the distance of pixel is infinite within image that is t is almost equals to 0,then brightest pixel of I is considered to be most pixel cluster opaque and it is almost equal to A. J(X) = R(x) [A+S] (3) And also I(x) can be re written as I(x) = R(x) st(x) +R(x) At(x) +1-t(x)*a (4)  In the first step, the elimination of the light orientation is performed from the available small patches of I(x).  In the second stage we considera global imageprior which is more sensitive over dependencies over pixel values towards the orientation of the sunlight. By estimating the atmospheric light orientation,the light scattering visibility scenes are mainly dependent on the total distance of digital camera and surface D(x).  The grouping of pixel can be achieved in different patches based on RGB color space with a color of purple and brown circles. A geometrical relation between every pair of patches is denoted by A as a candidate pixel and amount of lightscatteringinthe given median is denoted by β by considering these constants a total seen transmission is given by following equation
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2831 T(x) =e Xp-Z d(x) 0 β Rx(S) (5) Surface of which is a componentofR(x)inheritstheproperty and hence it provides a constant surface in scene transmission in many regions of image patches. This is a assumptions which is used for achieving the de hazing and we can derive the image patches as follows : I(x) = Ti I 0(x) ri + (1-ti) (6) A = i(x) Ri + CI a (7) 3.5 Image Labelling Image labeling is a process of marking the value of the pixel deviations based on the features effective. The need of the labeling is important when they are of prorating has to in multiple pixel list. The following stated has to be satisfied in the image labeling.  Initially Define the rectangular regions of interest based on the pixel list (ROI) labels  The pixel labeled ROI are used in these labels  Later use of the built-in detection algorithms for the analysis of the truth data.  Write or import the pixel label and later use the custom and the automation based algorithmsystemto label ground truth.  Later use the CCL for final labeling of the image pixel as follows. 3.6 Classification Using the Fuzzy Classifier The fuzzy based classifier is the new technology compare to the classic neural network where the dataset is manipulated based on the previous knowledge of the data. The fuzzy based classifier performs the same operation as the neural network but in the detailed manner with the number of the iterations. Figure 4: General Fuzzy Classifier Fuzzy classification is the process of the grouping the elements into the fuzzy set and the true value if proposed by the surface and the edge values of it. A fuzzy class: ~C = { i | ~Π(i) } defined as the  ~C : fuzzy set satisfying each individual i  ~Π: classification predicate of fuzzy a fuzzy propositional function.  ~{ .| .} : it is the domain of the fuzzy class operator.  V: set of the variables  ~PF: set of fuzzy propositional functions  ~P(U):~{.|.}:V*~PF ? ~ P(U) (8) Fuzzy propositional function ananalogousexpression which contains more than one value variable the assignment these variables make the expressiontothefuzzypropositionbased on the variables. The fuzzy classification is combining or grouping thesimilar features variables together known as the fuzzy set.Thefuzzy classification in the member function μ which will indicates it whether each of the individual istheuniquememberofthe given class, in terms only if it is fuzzy classificationpredicate ~П. µ : ~PF * U ? ~ T (9) ~T: set of the fuzzy truth variable of the values (ranging0 to 1). 4. RESULTS FIGURE 5: Result analysis of the input image
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 07 | July 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2832 FIGURE 6: After pattern extract passing to X-Ray vision FIGURE 7: Feature Labeling of the extracted pixels FIGURE 8: RESULT 5. CONCLUSION AND FUTURE SCOPE By using digital image processing, analysis of Currency image is more accurate as well as this method is efficient in terms of cost and time consuming compared to existing techniques. MATLAB Software is used for this analysis. The proposed work for the Indian fake note detection has been a success as it able to classify the images based on the feature vector generated. These imageshasbeencollectedin the real time environment and processed in the Matlab simulation. The methods such as clustering, pixel labeling, dark channel prior and fuzzy classifier has been used to get the result as effective as possible. The system is worked effectively for extracting features of Indian currencyimages. Extracted features of currency image will be using for currency value recognition as well as for its verification. Future work includes the detection of the multiple types of currency like dollar, ponds, Euros etc by using the standard dataset. 6. REFERENCES [1] Li Liu, Yue Lu - “An image based approach to detection of fake coins” in IEEE Transactions on Information forensics and security.June 2017. [2] A. Roy - “Machine assisted authentication of paper currency. An experiment on Indian Bank notes”. International Journal onDocumentAnalysisandRecognition 18(3): 271-285. [3] un ke – “Detection of Counterfeit Coins and Assessment of Coin Qualities. IEEE Conference 2015. [4] Li Liu –“Variable length signature for near duplicate image matching “.IEEE Conference 2015. [5] Jongpil Kim-“Ancient coin recognition based on spatial coding”. IEEE conference 2015. [6] R.C.Gonzalez and R.E.Woods , Digital Image Processing second edition,Prentice Hall India. M.Young –“ The technical writers hand book” Mill Valley CA: university science 1989. [7] Ms.Rumi Ghosh, Mr.Rakesh Khare-“a study on Diverse recognition techniques for Indian Currency Note”. IJSERT.vol.2, Issue 6, 2013. [8] Amol.A, Shrishant , S.D.Bharkad – “Survey on currency recognitionsystemusingimageprocessing”.IJCERvol 3,Issue 7, July 2013. [9] M.Deborah and Soniya Pratap –“Detection of fake currency usingimageprocessing”,IJISET,vol 1,issue10-2014. [10] Faiz M Huzzman , Xiadong Yang and Yang li Tan, Senior Member , IEEE “Robust and Effetive Component based bank note detection for blind”,.IEEE 2012.