SlideShare a Scribd company logo
1 of 7
Download to read offline
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
INTERNATIONAL JOURNAL OF ELECTRONICS AND 
17 – 19, July 2014, Mysore, Karnataka, India 
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) 
ISSN 0976 – 6464(Print) 
ISSN 0976 – 6472(Online) 
Volume 5, Issue 8, August (2014), pp. 171-177 
© IAEME: http://www.iaeme.com/IJECET.asp 
Journal Impact Factor (2014): 7.2836 (Calculated by GISI) 
www.jifactor.com 
IJECET 
© I A E M E 
FPGA IMPLEMENTATION OF FUSION TECHNIQUE FOR FINGERPRINT 
APPLICATION 
S. Gayathri1, V Sridhar2 
1Dept of E & C, SJCE , Mysore, Karnataka, India 
2Dept of E&C, PESCE, Mandya, Karnataka, India 
171 
ABSTRACT 
Image Fusion is a process of combining relevant information from a set of images, into a 
single image, wherein the resultant fused image will be more informative and complete than any of 
the input images. This paper discusses Laplacian Pyramid (LP) based image fusion techniques for 
fingerprint application. The technique is implemented in MatLab and evaluation parameters Mean 
Square Error (MSE), Peak Signal to Noise Ratio (PSNR) and Matching score are discussed. As well 
the same implemented on Virtex-5 FPGA development board using Verilog HDL. LP based 
technique provides better results for image fusion than other techniques. 
Keywords: Fusion, Algorithm, Parameters, Implementation, Matching. 
1. INTRODUCTION 
Fingerprints are the oldest and most widely used form of biometric for personal 
identification. Despite the widespread use of fingerprints, there is little statistical theory on the 
uniqueness of fingerprint minutiae. 
A critical step in studying the statistics of fingerprint minutiae is to reliably extract minutiae 
from the fingerprint images. However, fingerprint images are rarely of good quality. They may be 
degraded and corrupted due to variations in skin and impression conditions. Thus, image 
enhancement techniques are employed prior to minutiae extraction to obtain a more reliable 
estimation of minutiae locations [1]. 
Image fusion is a branch of data fusion where data appear in the form of arrays of numbers 
representing brightness, colour, temperature, distance, and other scene properties. Such data can be 
two-dimensional (still images), three-dimensional (volumetric images or video sequences in the form 
of spatio-temporal volumes), or of higher dimensions [2]. 
Image fusion is the process of combining information from two or more images of a scene 
into a single composite image that is more informative and is more suitable for visual perception or
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
172 
computer processing. 
The objective of image fusion is to convey uncertainty and minimize redundancy in the 
output while maximizing relevant information particular to an application. Given the same set of 
input images, different fused images may be created depending on the specific application and 
relevant information. There are several benefits in using image fusion: wider spatial and temporal 
coverage, decreased uncertainty, improved reliability, and increased robustness of system 
performance [3]. 
PCA & DCT image fusion technique can be used for applications, which does not require 
high quality & precision. Whereas DWT based fusion techniques provide us good quality fused 
images than PCA & DCT based techniques [4]. 
Hierarchical multi-scale and multi-resolution image processing techniques, pyramid 
decomposition are the basis for the majority of image fusion algorithms. Principal component 
analysis (PCA) is a well-known scheme for feature extraction and dimension reduction and is used 
for image fusion. Proposed image fusion using hierarchical PCA is better for the fusion of 
multimodal images [5]. 
2. LAPLACIAN PYRAMID FUSION TECHNIQUE 
It is a straight forward, intuitive band-pass decomposition which is simple to implement and 
computationally efficient. To implement Laplacian pyramid decomposition, one must first define 
two elementary scaling operations, usually referred to as shrink and expand. The shrink operation 
applies a low-pass filter to the image and down samples it by a factor of two. 
The expand operation employs a predefined interpolation method and up samples the image 
by a factor of two. An image pyramid consists of a set of low pass or band pass copies of an image, 
each copy representing pattern information of a different scale. 
At every level of fusion using pyramid transform, the pyramid would be half the size of the 
pyramid in the preceding level and the higher levels will concentrate upon the lower spatial 
frequencies. The basic idea is to construct the pyramid transform of the fused image from the 
pyramid transforms of the source images and then the fused image is obtained by taking inverse 
pyramid transform. 
Given these two operations, the Laplacian pyramid is obtained via the following two-step 
process: 
1. Generate the Gaussian pyramid of the image. The Gaussian pyramid is basically a series of copies 
{G1,G2,….,GK} of the original image I at different scales. It is obtained by setting G1 = I, and 
iteratively applying Gi+1 = shrink (Gi). 
2. Generate the Laplacian pyramid of the image. The Laplacian pyramid {L1,L2,……LK} is 
obtained by backward-processing the Gaussian pyramid, setting Lk = Gk and iteratively applying 
Li = Gi-expand (Gi+1). 
The inverse transform, for recovering an image from its Laplacian pyramid, is computed by 
setting Gk = Lk, and iteratively computing Gi-1 = Li-1+expand (Gi). The image is then given by 
I = G1. 
Assuming the low-pass filter in the shrink operation roughly eliminates the higher half of the 
image frequencies, the Gaussian pyramid is simply a series of scaled-down versions of the original 
image, each Gi+1 representing the lower half of the frequencies of its predecessor Gi. 
For the expand operation, we assume a simple interpolation method (such as linear or cubic 
interpolation), such that the upscaling process roughly preserves the frequency composition of the 
image, and introduces minimal artificial high frequencies. 
Consequently, applying Li = Gi-expand (Gi+1) essentially removes the lower half of the 
frequency spectrum from Gi, retaining only the higher frequency band. The resulting pyramid 
{L1,L2,……LK} is therefore a form of band-pass decomposition of the image, where L1 represents
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
the lowest part of the spectrum, and each Li+1 represents a higher frequency band than its 
predecessor. L1 is often referred to as the approximation level in the pyramid, and the remaining Lis 
are the detail levels [1]. 
The Laplacian pyramid transform is specifically designed for capturing image details over 
multiple scales. It is obviously an over-complete transformation, and as opposed to the wavelet 
decomposition, for instance, each band-pass level is sampled at precisely its Nyquist frequency 
making it less sensitive to noise. 
Also, one may easily verify that the Laplacian pyramid transform is invariant under affine 
transformations. All these properties make the Laplacian pyramid transform a well-suited 
representation for the task at hand. 
3. PERFORMANCE EVALUATION PARAMETERS 
The Laplacian pyramid fusion technique is evaluated by considering the parameters like 
mean square error, peak signal to noise ration and matching Score. 
173 
3.1. Mean Square Error 
Begin with a discussion of the MSE as a signal fidelity measure. The goal of a signal fidelity 
measure is to compare two signals by providing a quantitative score that describes the degree of 
similarity/ fidelity or, conversely, the level of error/distortion between them. Usually, it is assumed 
that one of the signals is a pristine original, while the other is distorted or contaminated by errors. 
Suppose that x = {xi|i = 1, 2, · · · , N} and y = {yi|i =1, 2, · · · , N} are two finite-length, 
discrete signals (e.g., visual images), where N is the number of signal samples (pixels, if the signals 
are images) and xi and yi are the values of the ith samples in x and y, respectively. The MSE 
between the signals is 
.. 
…………………….......... (1) 
3.2. Peak Signal to Noise Ratio 
The PSNR block computes the peak signal-to-noise ratio, in decibels, between two images. 
This ratio is often used as a quality measurement between the original and a compressed image. 
The Mean Square Error (MSE) and the Peak Signal to Noise Ratio (PSNR) are the two error 
metrics used to compare image compression quality. 
The MSE represents the cumulative squared error between the compressed and the original 
image, whereas PSNR represents a measure of the peak error. Lower the value of MSE, lower will be 
the error. 
To compute the PSNR, the block first calculates the mean-squared error using the following 
equation: 
………………………….(2) 
In the previous equation, M and N are the number of rows and columns in the input images, 
respectively. Then the block computes the PSNR using the following equation
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
174 
…..………..………..… (3) 
In the previous equation, R is the maximum fluctuation in the input image data type. 
3.3 Matching 
In this process two fingerprint images are fused and the matching is performed between fused 
image and one of the two fingerprint image and the performance evaluation parameters are tabulated. 
The matching score will be indicated in percentage which will be helpful for comparison purpose. 
4. RESULTS AND DISCURSION 
The LP fusion technique is best among the different fusion technique and that algorithm is 
coded using Xilinx ISE Design Suite 13.1 and the corresponding simulator results are depicted in 
Figure 1. 
Figure 2 shows the RTL schematic of Laplacian pyramid fusion algorithm which is obtained 
after executing the corresponding Verilog code in Xilinx ISE design suite 13.1. 
Figure1: Simulation Diagram 
Figure 2: RTL schematic
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
The synthesis report of Laplacian pyramid fusion technique which is implemented on Virtex- 
5 FPGA development board depicts the device utilization summary is shown in the Table 1. 
Table 1: Synthesis 
175 
Report 
The evaluation parameters such as mean square error, peak signal to noise error and the 
matching score for 10 sets of images are tabulated in Table 2. 
The database consists of fingerprint images which are generated using NFD scanner. Each set 
consists of fingerprint images of Thumb and index fingers of a person and the tabulation are made 
for 10 different set of images of different persons for evaluation purpose. Minimum the Mean square 
error and maximum the peak signal to noise ratio better the performance of the proposed fusion 
technique. Mean square error will be minimum and peak signal to noise ratio will be maximum for 
good quality of images acquired through the optical scanner. The Laplacian pyramid fusion 
techniques perform well for medium quality of images. 
Table 2: Evaluation parameters 
Samples MSE PSNR(db) Matching score (%) 
Set 1 174.18 25.92 78.40 
Set 2 134.56 27.96 71.81 
Set 3 164.98 26.15 72.10 
Set 4 165.95 25.14 75.67 
Set 5 157.71 28.03 74.5 
Set 6 117.19 26.17 76.33 
Set 7 146.75 25.94 73.5 
Set 8 174.52 26.40 72.3 
Set 9 166.72 26.12 73.9 
Set 10 173.02 25.61 76.8
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
Comparison of different fusion techniques for the same 10 set of images with respect to 
matching scores are tabulated as in Table 3. It is clear from the values tabulated as in Table 3 that 
Laplacian pyramid fusion technique provides consistency in the Matching (%) score compared with 
the other three fusion techniques. 
Table 3: Comparison of matching score 
Samples DCT Sum LP PCA 
Set 1 52.39 88.06 78.40 62.9 
Set 2 60.77 63.2 71.81 64.8 
Set 3 62.73 66.09 72.10 64.4 
Set 4 61.64 59.22 75.67 55.05 
Set 5 76.87 61.33 74.5 78.13 
Set 6 76.02 62.59 76.33 73.2 
Set 7 61.63 41.95 73.5 54.2 
Set 8 64.57 42.48 72.3 53.4 
Set 9 73.04 58.22 73.9 74.5 
Set 10 66.62 56.42 76.8 79.9 
Laplacian pyramid fusion technique not only provides better matching score but also retrieves 
any loss in the ridges in either of the input images. Figure 3 shows the fingerprint image1 and 
fingerprint image 2 and fused image of LP Fusion technique. In both Fingerprint image 1 and 
Fingerprint image 2 there is some loss in the ridges. After fusion these losses are eliminated, 
providing good fingerprint image. 
Image1 Image2 Fused Image 
Figure 3: Laplacian Pyramid fusion technique 
176 
5. CONCLUSION 
From the above discussion it can be concluded that the Laplacian pyramid fusion technique 
for fingerprint application is carried out using MatLab for determining the evaluation parameters 
such as mean square error, peak signal to noise ration and the matching score. The obtained
Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 
17 – 19, July 2014, Mysore, Karnataka, India 
evaluation parameters are satisfactory. The matching scores obtained from Laplacian pyramid fusion 
technique is better than that of DCT, Sum rule and PCA fusion techniques. 
The proposed fusion technique is coded using Verilog HDL and implemented on Vertex-5 
FPGA development board. Further the Mean square error and peak signal to noise ratio can be used 
to compare the different fusion techniques such as sum rule, PCA and DCT. 
177 
REFERENCES 
Journal papers 
[I] V.P.S. Naidu and J.R. Rao, Pixel-level Image Fusion using wavelets and Principal 
Component Analysis , Defense Science Journal, VoI. 58, No. 3, May 2008, pp 338-352. 
[2] VPS Naidu, Discrete Cosine Transform based Image Fusion techniques, Journal of 
Communication, Navigation and Signal Processing, January 2012, VoI. I, No. I, pp 35-45. 
[3] Nirosha Joshitha J, R. Medona Selin, lmage Fusion using PCA in Multifeature Based 
Palmprint Recognition, lnternational Journal of Soft Computing and Engineering (IJSCE) 
May 20 I 2, ISSN: 2231-2307, Volume-2, Issue-2. 
Proceedings papers 
[4] Mr. Rajenda Pandit Desale and Prof Sarita V Verma, Study and Analysis of PCA, DCT and 
DWT based Image Fusion Techniques, proceedings of International Conference on Signal 
Processing, Image Processing and Pattern Recognition (ICSIPRl), 2013, pp 1-4. 
[5] Ujwala Patil and Uma Mudengudi, Image fusion using hierarchical PCA , proceedings of the 
2011 International Conference on Image Information Processing (ICIIP 2011), 2011 IEEE, 
pp 1-6.

More Related Content

What's hot

A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption cscpconf
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewIJMER
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusionUmed Paliwal
 
An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...ijitjournal
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET Journal
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesIOSR Journals
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformjournalBEEI
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2IAEME Publication
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformIOSR Journals
 
Image Resolution Enhancement by using Wavelet Transform
Image Resolution Enhancement  by using Wavelet TransformImage Resolution Enhancement  by using Wavelet Transform
Image Resolution Enhancement by using Wavelet TransformIRJET Journal
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET Journal
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Editor IJARCET
 
Image Enhancement Using Filter To Adjust Dynamic Range of Pixels
Image Enhancement Using Filter To Adjust Dynamic Range of PixelsImage Enhancement Using Filter To Adjust Dynamic Range of Pixels
Image Enhancement Using Filter To Adjust Dynamic Range of PixelsIJERA Editor
 
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRAnalysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRIRJET Journal
 

What's hot (15)

A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption A Novel Algorithm for Watermarking and Image Encryption
A Novel Algorithm for Watermarking and Image Encryption
 
Different Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical ReviewDifferent Image Fusion Techniques –A Critical Review
Different Image Fusion Techniques –A Critical Review
 
Wavelet based image fusion
Wavelet based image fusionWavelet based image fusion
Wavelet based image fusion
 
An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...An efficient fusion based up sampling technique for restoration of spatially ...
An efficient fusion based up sampling technique for restoration of spatially ...
 
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVDIRJET-  	  Contrast Enhancement of Grey Level and Color Image using DWT and SVD
IRJET- Contrast Enhancement of Grey Level and Color Image using DWT and SVD
 
Survey on Single image Super Resolution Techniques
Survey on Single image Super Resolution TechniquesSurvey on Single image Super Resolution Techniques
Survey on Single image Super Resolution Techniques
 
Ijetr011837
Ijetr011837Ijetr011837
Ijetr011837
 
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet TransformSatellite Image Enhancement Using Dual Tree Complex Wavelet Transform
Satellite Image Enhancement Using Dual Tree Complex Wavelet Transform
 
Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2Image resolution enhancement by using wavelet transform 2
Image resolution enhancement by using wavelet transform 2
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
 
Image Resolution Enhancement by using Wavelet Transform
Image Resolution Enhancement  by using Wavelet TransformImage Resolution Enhancement  by using Wavelet Transform
Image Resolution Enhancement by using Wavelet Transform
 
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...IRJET-  	  Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
IRJET- Satellite Image Resolution Enhancement using Dual-tree Complex Wav...
 
Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322Ijarcet vol-2-issue-7-2319-2322
Ijarcet vol-2-issue-7-2319-2322
 
Image Enhancement Using Filter To Adjust Dynamic Range of Pixels
Image Enhancement Using Filter To Adjust Dynamic Range of PixelsImage Enhancement Using Filter To Adjust Dynamic Range of Pixels
Image Enhancement Using Filter To Adjust Dynamic Range of Pixels
 
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNRAnalysis of Various Single Frame Super Resolution Techniques for better PSNR
Analysis of Various Single Frame Super Resolution Techniques for better PSNR
 

Viewers also liked

biometric payment system authentication
biometric payment system authenticationbiometric payment system authentication
biometric payment system authenticationSaurabh Pandey
 
Speech Reognition Using FPGA Technology
Speech Reognition Using FPGA TechnologySpeech Reognition Using FPGA Technology
Speech Reognition Using FPGA TechnologyCarlos
 
Fingerprint, seminar at IASRI, New Delhi
Fingerprint, seminar at IASRI, New DelhiFingerprint, seminar at IASRI, New Delhi
Fingerprint, seminar at IASRI, New DelhiNishikant Taksande
 
Fast detection of transformed data leaks[mithun_p_c]
Fast detection of transformed data leaks[mithun_p_c]Fast detection of transformed data leaks[mithun_p_c]
Fast detection of transformed data leaks[mithun_p_c]MithunPChandra
 
Fingerprint presentation
Fingerprint presentationFingerprint presentation
Fingerprint presentationrajarose89
 
Fundamentals of FPGA
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGAvelamakuri
 

Viewers also liked (7)

biometric payment system authentication
biometric payment system authenticationbiometric payment system authentication
biometric payment system authentication
 
Speech Reognition Using FPGA Technology
Speech Reognition Using FPGA TechnologySpeech Reognition Using FPGA Technology
Speech Reognition Using FPGA Technology
 
Fingerprint, seminar at IASRI, New Delhi
Fingerprint, seminar at IASRI, New DelhiFingerprint, seminar at IASRI, New Delhi
Fingerprint, seminar at IASRI, New Delhi
 
Fast detection of transformed data leaks[mithun_p_c]
Fast detection of transformed data leaks[mithun_p_c]Fast detection of transformed data leaks[mithun_p_c]
Fast detection of transformed data leaks[mithun_p_c]
 
Fingerprint
FingerprintFingerprint
Fingerprint
 
Fingerprint presentation
Fingerprint presentationFingerprint presentation
Fingerprint presentation
 
Fundamentals of FPGA
Fundamentals of FPGAFundamentals of FPGA
Fundamentals of FPGA
 

Similar to Fpga implementation of fusion technique for fingerprint application

Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingEswar Publications
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus imagesIAEME Publication
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...cscpconf
 
IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVpaperpublications3
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubiciaemedu
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationiaemedu
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devicescsandit
 
Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...sipij
 
Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionIOSR Journals
 
Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionIOSR Journals
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...IRJET Journal
 
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...cscpconf
 
Multiple region of interest tracking of non rigid objects using demon's algor...
Multiple region of interest tracking of non rigid objects using demon's algor...Multiple region of interest tracking of non rigid objects using demon's algor...
Multiple region of interest tracking of non rigid objects using demon's algor...csandit
 
Improving the iterative back projection estimation through Lorentzian sharp i...
Improving the iterative back projection estimation through Lorentzian sharp i...Improving the iterative back projection estimation through Lorentzian sharp i...
Improving the iterative back projection estimation through Lorentzian sharp i...IJECEIAES
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...IRJET Journal
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingIAEME Publication
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingIAEME Publication
 

Similar to Fpga implementation of fusion technique for fingerprint application (20)

Sparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image ProcessingSparse Sampling in Digital Image Processing
Sparse Sampling in Digital Image Processing
 
Property based fusion for multifocus images
Property based fusion for multifocus imagesProperty based fusion for multifocus images
Property based fusion for multifocus images
 
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
A REGULARIZED ROBUST SUPER-RESOLUTION APPROACH FORALIASED IMAGES AND LOW RESO...
 
IMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATVIMAGE QUALITY OPTIMIZATION USING RSATV
IMAGE QUALITY OPTIMIZATION USING RSATV
 
Spectral approach to image projection with cubic
Spectral approach to image projection with cubicSpectral approach to image projection with cubic
Spectral approach to image projection with cubic
 
Spectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolationSpectral approach to image projection with cubic b spline interpolation
Spectral approach to image projection with cubic b spline interpolation
 
Wavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile DevicesWavelet-Based Warping Technique for Mobile Devices
Wavelet-Based Warping Technique for Mobile Devices
 
Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...Performance analysis of high resolution images using interpolation techniques...
Performance analysis of high resolution images using interpolation techniques...
 
Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super Resolution
 
Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super Resolution
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
Ay33292297
Ay33292297Ay33292297
Ay33292297
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
 
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...
MULTIPLE REGION OF INTEREST TRACKING OF NON-RIGID OBJECTS USING DEMON'S ALGOR...
 
Multiple region of interest tracking of non rigid objects using demon's algor...
Multiple region of interest tracking of non rigid objects using demon's algor...Multiple region of interest tracking of non rigid objects using demon's algor...
Multiple region of interest tracking of non rigid objects using demon's algor...
 
Improving the iterative back projection estimation through Lorentzian sharp i...
Improving the iterative back projection estimation through Lorentzian sharp i...Improving the iterative back projection estimation through Lorentzian sharp i...
Improving the iterative back projection estimation through Lorentzian sharp i...
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
H010315356
H010315356H010315356
H010315356
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 
Improved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matchingImproved nonlocal means based on pre classification and invariant block matching
Improved nonlocal means based on pre classification and invariant block matching
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 

Recently uploaded (20)

Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Fpga implementation of fusion technique for fingerprint application

  • 1. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 INTERNATIONAL JOURNAL OF ELECTRONICS AND 17 – 19, July 2014, Mysore, Karnataka, India COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 5, Issue 8, August (2014), pp. 171-177 © IAEME: http://www.iaeme.com/IJECET.asp Journal Impact Factor (2014): 7.2836 (Calculated by GISI) www.jifactor.com IJECET © I A E M E FPGA IMPLEMENTATION OF FUSION TECHNIQUE FOR FINGERPRINT APPLICATION S. Gayathri1, V Sridhar2 1Dept of E & C, SJCE , Mysore, Karnataka, India 2Dept of E&C, PESCE, Mandya, Karnataka, India 171 ABSTRACT Image Fusion is a process of combining relevant information from a set of images, into a single image, wherein the resultant fused image will be more informative and complete than any of the input images. This paper discusses Laplacian Pyramid (LP) based image fusion techniques for fingerprint application. The technique is implemented in MatLab and evaluation parameters Mean Square Error (MSE), Peak Signal to Noise Ratio (PSNR) and Matching score are discussed. As well the same implemented on Virtex-5 FPGA development board using Verilog HDL. LP based technique provides better results for image fusion than other techniques. Keywords: Fusion, Algorithm, Parameters, Implementation, Matching. 1. INTRODUCTION Fingerprints are the oldest and most widely used form of biometric for personal identification. Despite the widespread use of fingerprints, there is little statistical theory on the uniqueness of fingerprint minutiae. A critical step in studying the statistics of fingerprint minutiae is to reliably extract minutiae from the fingerprint images. However, fingerprint images are rarely of good quality. They may be degraded and corrupted due to variations in skin and impression conditions. Thus, image enhancement techniques are employed prior to minutiae extraction to obtain a more reliable estimation of minutiae locations [1]. Image fusion is a branch of data fusion where data appear in the form of arrays of numbers representing brightness, colour, temperature, distance, and other scene properties. Such data can be two-dimensional (still images), three-dimensional (volumetric images or video sequences in the form of spatio-temporal volumes), or of higher dimensions [2]. Image fusion is the process of combining information from two or more images of a scene into a single composite image that is more informative and is more suitable for visual perception or
  • 2. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India 172 computer processing. The objective of image fusion is to convey uncertainty and minimize redundancy in the output while maximizing relevant information particular to an application. Given the same set of input images, different fused images may be created depending on the specific application and relevant information. There are several benefits in using image fusion: wider spatial and temporal coverage, decreased uncertainty, improved reliability, and increased robustness of system performance [3]. PCA & DCT image fusion technique can be used for applications, which does not require high quality & precision. Whereas DWT based fusion techniques provide us good quality fused images than PCA & DCT based techniques [4]. Hierarchical multi-scale and multi-resolution image processing techniques, pyramid decomposition are the basis for the majority of image fusion algorithms. Principal component analysis (PCA) is a well-known scheme for feature extraction and dimension reduction and is used for image fusion. Proposed image fusion using hierarchical PCA is better for the fusion of multimodal images [5]. 2. LAPLACIAN PYRAMID FUSION TECHNIQUE It is a straight forward, intuitive band-pass decomposition which is simple to implement and computationally efficient. To implement Laplacian pyramid decomposition, one must first define two elementary scaling operations, usually referred to as shrink and expand. The shrink operation applies a low-pass filter to the image and down samples it by a factor of two. The expand operation employs a predefined interpolation method and up samples the image by a factor of two. An image pyramid consists of a set of low pass or band pass copies of an image, each copy representing pattern information of a different scale. At every level of fusion using pyramid transform, the pyramid would be half the size of the pyramid in the preceding level and the higher levels will concentrate upon the lower spatial frequencies. The basic idea is to construct the pyramid transform of the fused image from the pyramid transforms of the source images and then the fused image is obtained by taking inverse pyramid transform. Given these two operations, the Laplacian pyramid is obtained via the following two-step process: 1. Generate the Gaussian pyramid of the image. The Gaussian pyramid is basically a series of copies {G1,G2,….,GK} of the original image I at different scales. It is obtained by setting G1 = I, and iteratively applying Gi+1 = shrink (Gi). 2. Generate the Laplacian pyramid of the image. The Laplacian pyramid {L1,L2,……LK} is obtained by backward-processing the Gaussian pyramid, setting Lk = Gk and iteratively applying Li = Gi-expand (Gi+1). The inverse transform, for recovering an image from its Laplacian pyramid, is computed by setting Gk = Lk, and iteratively computing Gi-1 = Li-1+expand (Gi). The image is then given by I = G1. Assuming the low-pass filter in the shrink operation roughly eliminates the higher half of the image frequencies, the Gaussian pyramid is simply a series of scaled-down versions of the original image, each Gi+1 representing the lower half of the frequencies of its predecessor Gi. For the expand operation, we assume a simple interpolation method (such as linear or cubic interpolation), such that the upscaling process roughly preserves the frequency composition of the image, and introduces minimal artificial high frequencies. Consequently, applying Li = Gi-expand (Gi+1) essentially removes the lower half of the frequency spectrum from Gi, retaining only the higher frequency band. The resulting pyramid {L1,L2,……LK} is therefore a form of band-pass decomposition of the image, where L1 represents
  • 3. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India the lowest part of the spectrum, and each Li+1 represents a higher frequency band than its predecessor. L1 is often referred to as the approximation level in the pyramid, and the remaining Lis are the detail levels [1]. The Laplacian pyramid transform is specifically designed for capturing image details over multiple scales. It is obviously an over-complete transformation, and as opposed to the wavelet decomposition, for instance, each band-pass level is sampled at precisely its Nyquist frequency making it less sensitive to noise. Also, one may easily verify that the Laplacian pyramid transform is invariant under affine transformations. All these properties make the Laplacian pyramid transform a well-suited representation for the task at hand. 3. PERFORMANCE EVALUATION PARAMETERS The Laplacian pyramid fusion technique is evaluated by considering the parameters like mean square error, peak signal to noise ration and matching Score. 173 3.1. Mean Square Error Begin with a discussion of the MSE as a signal fidelity measure. The goal of a signal fidelity measure is to compare two signals by providing a quantitative score that describes the degree of similarity/ fidelity or, conversely, the level of error/distortion between them. Usually, it is assumed that one of the signals is a pristine original, while the other is distorted or contaminated by errors. Suppose that x = {xi|i = 1, 2, · · · , N} and y = {yi|i =1, 2, · · · , N} are two finite-length, discrete signals (e.g., visual images), where N is the number of signal samples (pixels, if the signals are images) and xi and yi are the values of the ith samples in x and y, respectively. The MSE between the signals is .. …………………….......... (1) 3.2. Peak Signal to Noise Ratio The PSNR block computes the peak signal-to-noise ratio, in decibels, between two images. This ratio is often used as a quality measurement between the original and a compressed image. The Mean Square Error (MSE) and the Peak Signal to Noise Ratio (PSNR) are the two error metrics used to compare image compression quality. The MSE represents the cumulative squared error between the compressed and the original image, whereas PSNR represents a measure of the peak error. Lower the value of MSE, lower will be the error. To compute the PSNR, the block first calculates the mean-squared error using the following equation: ………………………….(2) In the previous equation, M and N are the number of rows and columns in the input images, respectively. Then the block computes the PSNR using the following equation
  • 4. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India 174 …..………..………..… (3) In the previous equation, R is the maximum fluctuation in the input image data type. 3.3 Matching In this process two fingerprint images are fused and the matching is performed between fused image and one of the two fingerprint image and the performance evaluation parameters are tabulated. The matching score will be indicated in percentage which will be helpful for comparison purpose. 4. RESULTS AND DISCURSION The LP fusion technique is best among the different fusion technique and that algorithm is coded using Xilinx ISE Design Suite 13.1 and the corresponding simulator results are depicted in Figure 1. Figure 2 shows the RTL schematic of Laplacian pyramid fusion algorithm which is obtained after executing the corresponding Verilog code in Xilinx ISE design suite 13.1. Figure1: Simulation Diagram Figure 2: RTL schematic
  • 5. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India The synthesis report of Laplacian pyramid fusion technique which is implemented on Virtex- 5 FPGA development board depicts the device utilization summary is shown in the Table 1. Table 1: Synthesis 175 Report The evaluation parameters such as mean square error, peak signal to noise error and the matching score for 10 sets of images are tabulated in Table 2. The database consists of fingerprint images which are generated using NFD scanner. Each set consists of fingerprint images of Thumb and index fingers of a person and the tabulation are made for 10 different set of images of different persons for evaluation purpose. Minimum the Mean square error and maximum the peak signal to noise ratio better the performance of the proposed fusion technique. Mean square error will be minimum and peak signal to noise ratio will be maximum for good quality of images acquired through the optical scanner. The Laplacian pyramid fusion techniques perform well for medium quality of images. Table 2: Evaluation parameters Samples MSE PSNR(db) Matching score (%) Set 1 174.18 25.92 78.40 Set 2 134.56 27.96 71.81 Set 3 164.98 26.15 72.10 Set 4 165.95 25.14 75.67 Set 5 157.71 28.03 74.5 Set 6 117.19 26.17 76.33 Set 7 146.75 25.94 73.5 Set 8 174.52 26.40 72.3 Set 9 166.72 26.12 73.9 Set 10 173.02 25.61 76.8
  • 6. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India Comparison of different fusion techniques for the same 10 set of images with respect to matching scores are tabulated as in Table 3. It is clear from the values tabulated as in Table 3 that Laplacian pyramid fusion technique provides consistency in the Matching (%) score compared with the other three fusion techniques. Table 3: Comparison of matching score Samples DCT Sum LP PCA Set 1 52.39 88.06 78.40 62.9 Set 2 60.77 63.2 71.81 64.8 Set 3 62.73 66.09 72.10 64.4 Set 4 61.64 59.22 75.67 55.05 Set 5 76.87 61.33 74.5 78.13 Set 6 76.02 62.59 76.33 73.2 Set 7 61.63 41.95 73.5 54.2 Set 8 64.57 42.48 72.3 53.4 Set 9 73.04 58.22 73.9 74.5 Set 10 66.62 56.42 76.8 79.9 Laplacian pyramid fusion technique not only provides better matching score but also retrieves any loss in the ridges in either of the input images. Figure 3 shows the fingerprint image1 and fingerprint image 2 and fused image of LP Fusion technique. In both Fingerprint image 1 and Fingerprint image 2 there is some loss in the ridges. After fusion these losses are eliminated, providing good fingerprint image. Image1 Image2 Fused Image Figure 3: Laplacian Pyramid fusion technique 176 5. CONCLUSION From the above discussion it can be concluded that the Laplacian pyramid fusion technique for fingerprint application is carried out using MatLab for determining the evaluation parameters such as mean square error, peak signal to noise ration and the matching score. The obtained
  • 7. Proceedings of the 2nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 17 – 19, July 2014, Mysore, Karnataka, India evaluation parameters are satisfactory. The matching scores obtained from Laplacian pyramid fusion technique is better than that of DCT, Sum rule and PCA fusion techniques. The proposed fusion technique is coded using Verilog HDL and implemented on Vertex-5 FPGA development board. Further the Mean square error and peak signal to noise ratio can be used to compare the different fusion techniques such as sum rule, PCA and DCT. 177 REFERENCES Journal papers [I] V.P.S. Naidu and J.R. Rao, Pixel-level Image Fusion using wavelets and Principal Component Analysis , Defense Science Journal, VoI. 58, No. 3, May 2008, pp 338-352. [2] VPS Naidu, Discrete Cosine Transform based Image Fusion techniques, Journal of Communication, Navigation and Signal Processing, January 2012, VoI. I, No. I, pp 35-45. [3] Nirosha Joshitha J, R. Medona Selin, lmage Fusion using PCA in Multifeature Based Palmprint Recognition, lnternational Journal of Soft Computing and Engineering (IJSCE) May 20 I 2, ISSN: 2231-2307, Volume-2, Issue-2. Proceedings papers [4] Mr. Rajenda Pandit Desale and Prof Sarita V Verma, Study and Analysis of PCA, DCT and DWT based Image Fusion Techniques, proceedings of International Conference on Signal Processing, Image Processing and Pattern Recognition (ICSIPRl), 2013, pp 1-4. [5] Ujwala Patil and Uma Mudengudi, Image fusion using hierarchical PCA , proceedings of the 2011 International Conference on Image Information Processing (ICIIP 2011), 2011 IEEE, pp 1-6.