SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Electronics and Communication Engineering & Technology (IJECET),
INTERNATIONAL JOURNAL OF ELECTRONICS AND
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 4, July-August, 2013, pp. 244-251
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2013): 5.8896 (Calculated by GISI)
www.jifactor.com

IJECET
©IAEME

Application of Gaussian Filter with Principal Component Analysis
Algorithm for The Efficient Face Recognition
Shashikant Sharma1, Kota Solomon Raju2
1Faculty/Electronics
2Principal

& Communication, BKBIET, Pilani, Rajasthan, India
Scientist/Digital System Group/CSIR-CEERI, Pilani-333031, India

1shashikant.sharma@bkbiet.ac.in, 2solomon@iitr.ernet.in

ABSTRACT: The selection of appropriate algorithm is an important target for any application.
In this paper Face recognition has been performed using Principal component analysis (PCA)
and Gaussian based PCA. PCA extracts the relevant information from complex data sets and
provides a solution to reduce dimensionality. PCA is based on Euclidean distance calculation
which is minimized by applying Gaussian Filter to enhance the accuracy for Face recognition.
The experiments shows that the proposed method (PCA) can effectively reduced the
computational complexity. Gaussian based PCA shows more accurate result as normal PCA for
face recognition.

KEYWORDS: Covariance Matrix, Eigen values, Euclidean distance, Gaussian Filter, PCA
algorithm

I.

INTRODUCTION

A Face recognition system is a computer application for automatically identifying or verifying
an individual by using a digital image. Some face recognition algorithm identifies facial features
by extracting exclusive characteristics from an image. An algorithm may analyze the relative
position, shape or size of nose, eyes, cheekbones and jaws. These features are then used to
identify other images with corresponding matching features. The most popular face
recognition algorithm includes Principal component analysis using Eigen faces, Linear
Discriminate Analysis using Fisher faces .It is usually employed in high security system which
includes Biometrics such as Fingerprints or eyes iris recognition system. Kirby and Sirovich [1]
showed that any face image can be efficiently represented along the Eigen faces (Eigen vectors)
coordinate space. Turk and Pentland [2] presented the well known Eigen faces method for face
recognition based on PCA. Face recognition system can be classified into two broad categories
[3]:
Firstly, finding a person within a large database of faces [6] e.g. in a database (Face recognition
which is not done in Real time). Secondly, identifying a particular individual in Real time e.g.
Location Tracking system.
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 244
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

II.

PRINCIPAL COMPONENT ANALYSIS

PCA is a useful technique for face recognition and image compression. It is highly useful for
finding patterns in case of high dimensional data .It includes standard deviation, Eigen values
and Eigen vectors as well as covariance. PCA algorithm is highly robust includes parallelism
and is relatively very simple. There are various approaches to face recognition ranging from
the principal component analysis approach or Eigen faces. Prediction can be done through
feature matching. PCA has been called one of the most valuable results from applied linear
algebra. It is a dimensionality reduction technique based on extracting the desired number of
principal component of the multidimensional data. Face recognition system consist of two
phases [4]:



Training phase (feature extraction)
Recognition phase (feature matching)

A. Training Phase
1. The first step in the proposed algorithm is to read the images from database of still images.
2. Gaussian filtering is done to remove the noise from the images in the preprocessing step.
3. Each image in the database is represented as a row in a matrix D. The values in each of
these rows represent the pixels of the database image ranging from 0 to 255 for an 8-bit
grayscale image:
⋯
⋮
⋱
⋮
=
⋯
Where m=Size of original image (The image has total m pixels), n=Number of original Images.
4. Average of the matrix D is calculated to normalize the matrix D. The average of matrix D
is a row vector in which every element is the average of every Database image pixel values
respectively.
avg=(x1,x2,… … … … … , xm)
Where
= ∑
, i=1,2,3,…..,m-------------- (1)
5. Next, the matrix is normalized by subtracting each column of matrix “avg” from each
column of matrix D:
−
⋯
−
⋮
⋱
⋮
=
−
⋯
−
6. We then want to compute the covariance matrix of , which is ×
or × . But here
we use × , because it reduces the size of the covariance matrix and calculated as:
S=

×

--------------------------

(2)

7. Next step is to calculate the Eigen vectors of original matrix thus we need to calculate
the Eigen vectors of the covariance matrix S, let us say Eigen vectors of the covariance matrix
are C, the size of C is same as S.
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 245
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

8. Then we calculate the Eigen vectors of the original matrix after the calculation of C as
follows:
=
×
9. Each face is then projected to face space while calculating the projection of the image as:
= ×
B. Recognition Phase
1. First of all we read the test image from the test database.
2. This image is sent the preprocessing segment (Gaussian Filter) to remove the
noise.
3. Reshape the image into row vector having number of columns equal to the
product of number of rows and columns of the test image.
4. The test image is then normalized by subtracting the average image from the test image;
normalized matrix is stored in “t_avg”.
5. Next, we calculate the projection of test image to project the face on face space as follows:
test_projection= t_avd × V ------------(3)
4. We then calculate the Euclidean distance between the test projection and each of the
projections in the database:
( )=
Where i=1, 2,…., n and
database

∑

(

_

(1, ) −

( , ))

m= total number of pixels in a image n= number of images in the

5. Finally, we decide which database image is recognized by the test image by selecting
minimum Euclidean distance from the Euclidean distance vector “ED”. (Size of the Euclidean
Distance vector is 1 x no. of faces.)

III.

GAUSSIAN FILTER

Gaussian filters are the class of linear smoothening filters which are used for the Image
Smoothening. The weights of the Gaussian filter are chosen according to the shape of the
Gaussian function. The Gaussian smoothing filter is a very good filter for removing noise drawn
from a normal distribution. The zero-mean Gaussian function for 1-D is:
( )=

-----------(4)

For image processing, the two-dimensional zero-mean discrete Gaussian function,
(, )=

(

)

--------- (5)

is used as image smoothening filter. Where the ‘ ’, Standard deviation or Gaussian Spread
Parameter determines the width of Gaussian.
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 246
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

IV.

PROPOSED SYSTEM ARCHITECTURE

The propose system read the database images from the stored location. The preprocessing has
been done on the images after reading. The proposed system creates a database and stores all
the preprocessed images in this database and finally system creates a database matrix and the
system perform all the operations on the database matrix. The Principle Component Analysis
technique has been applied on the images of the database system.
The proposed system uses the test images stored in the database, read test image.
Preprocessing is done after reading the test image. The system implement Principal
Component Analysis algorithm on the test image.
Now system compares the test image from the database images one by one using Euclidean
distance. Finally system provides the result that shows the test image and recognized image
from database. The system flow chart is shown in Fig. 1.
Read the database
images

Preprocessing on the
database images

Create database
matrix

PCA

Read the Test image

Preprocessing on the
Test image

Algorithm

Select Minimum
Euclidean Distance

PCA
Algorithm

Output Display

Fig. 1: System Flow Chart
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 247
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

V.

EXPERIMENTAL RESULTS

The set of input database and test database images used in Algorithm are:
DATABASE IMAGES:

1.bmp

2.bmp

3.bmp

4.bmp

3.bmp

4.bmp

5.bmp

6.bmp

7.bmp

8.bmp

TEST IMAGES:

1.bmp

9.bmp

17.bmp

2.bmp

10.bmp

18.bmp

5.bmp

6.bmp

7.bmp

8.bmp

11.bmp

12.bmp

13.bmp

14.bmp

15.bmp

16.bmp

19.bmp

20.bmp

21.bmp

22.bmp

23.bmp

24.bmp

A. Results
Test image: 8.bmp Recognized Image: 3.bmp
Algorithm: PCA
Euclidean Distance: 4.335313*106

Test image: 8.bmp Recognized Image: 8.bmp
Algorithm: Gaussian PCA
Euclidean Distance: 1.0600*106

Test image: 10.bmp Recognized Image: 7.bmp Test image: 10.bmp Recognized Image: 5.bmp
Algorithm: PCA
Algorithm: Gaussian PCA
6
Euclidean Distance: 2.414793*10
Euclidean Distance: 1.0600*106

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 248
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

Test image: 6.bmp
Algorithm:PCA & GPCA

Recognized Image: 6.bmp
Euclidean Distance: 0.00

Table 1: Results of PCA methods
Test

Recognized Index

Index

ED (PCA)

Recognized Index

(PCA)

ED (GPCA)

(GPCA)

1

4.bmp

3.6885*106 4.bmp

2.1269*106

2

2.bmp

1.7175*106 2.bmp

1.2360*106

3

2.bmp

3.7526*106 1.bmp

2.5351*106

4

2.bmp

3.7963*106 2.bmp

1.0452*106

5

5.bmp

2.2853*106 3.bmp

0.9894*106

6

6.bmp

0.0000

0.0000

7

3.bmp

1.9317*106 3.bmp

0.9147*106

8

3.bmp

4.3353*106 8.bmp

1.0600*106

9

4.bmp

2.6730*106 4.bmp

1.0389*106

10

7.bmp

2.4148*106 5.bmp

1.1538*106

11

3.bmp

2.4923*106 3.bmp

0.9513*106

12

3.bmp

1.9791*106 3.bmp

0.8867*106

13

6.bmp

2.4792*106 6.bmp

0.7096*106

14

1.bmp

1.8833*106 1.bmp

0.4249*106

15

6.bmp

2.4867*106 6.bmp

1.4022*106

6.bmp

International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 249
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

16

1.bmp

2.2740*106 4.bmp

1.0608*106

17

3.bmp

2.9281*106 8.bmp

1.6903*106

18

1.bmp

3.7535*106 1.bmp

1.9031*106

19

3.bmp

2.2228*106 3.bmp

0.9280*106

20

2.bmp

2.8989*106 2.bmp

1.1081*106

21

1.bmp

1.1613*106 1.bmp

0.3220*106

22

3.bmp

2.1236*106 3.bmp

1.4902*106

23

8.bmp

2.5454*106 8.bmp

1.0738*106

24

3.bmp

2.0392*106 3.bmp

0.5632*106

Table 2: Comparative analysis of PCA and GPCA

Fig. 2: Comparative Graph of PCA Method

VI.

CONCLUSION

In this paper Principal component analysis (PCA) is implemented in MATLAB recognize the
test image from the database images. Minimum Euclidean distance has been calculated using
PCA algorithm. Gaussian filter is applied on the images before processing them and PCA
algorithm is applied on the filtered images. The results of PCA and Gaussian based PCA are
compared. As the Gaussian base PCA gives close results with lower minimum Euclidean
Distance.
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 250
International Journal of Electronics and Communication Engineering & Technology (IJECET),
ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME

REFERENCES
[1] M. Kirby and M. Sirovich,”Application of the Karhunen-Loeve procedure for the
characterization of human faces,”IEEE Trans.PAMI,12,1,pp:103-108, 1990
[2] M. Turk and A. Pentland, Eigenfaces for recognition,Journal of cognitive Neuroscience, 3,
pp. 71-86,1991.
[3] S. Lawrence, C. Giles, A. Tsoi, and A. Back, “Face recognition: A Convolutional Neural
Network Approach,” IEEE Trans. On Neural Networks, vol. 8, pp. 98-113, 1997.
[4]Kota,S.R;Raheja,J.L;Gupta,A;Rathi,A;Sharma,S;”Principal Component Analysis For Gesture
Recognition Using SystemC”,IEEE Trans. On ARTCC, pp:732-737,2009.
[5]Qun Chang,Qingcai Chen,Xiaolong Wang,”Scaling Gaussian RBF Kernel Width To improve
sum classification “,IEEE ,PP:19-22,2005
[6] Kishore Golla, Sunand G, Rajesh babu N,”Face Recognition Using Eigen faces By ANN with
Resilient Back propagation Algorithm”,IJETA,vol.2,issue11,pp: 223-228,2012
[7]Jin-Xin Shi,Xiao-Feng Gu,” The comparison of iris recognition using principal component
analysis,independent component analysis and Gabor wavelets”, IEEE,vol.1,pp:61-64,2010
[8]Mutelo,R.M;Woo,W.L;Dlay,S.S;”TwoDimensional Principle Component Analysis of Gabor
features for face representation and recognition”CNSDSP,pp:457-461,2008.

BIOGRAPHY
Shashikant Sharma was born in Jaipur, Rajasthan, India in 1987. He
received the B.Tech degree in Electronics and Communication Engineering
from ICFAI UNIVERSITY, Dehradun, India in 2009. He is pursuing his M.
Tech in Electronics & Communication at National Institute of Technical
Teachers Training & Research (NITTTR), Chandigarh, India. His current
research interests focus on Signal Processing, Image Processing, and
Reconfigurable System Designing.

Dr. Kota Solomon Raju has been working as Principal Scientist in Digital
Systems Group, CSIR -Central Electronics Research Institute (CSIR - CEERI),
Pilani, Rajasthan, India. He received the Bachelor of Engineering degree in
1997 from Andhra University, Master of Engineering in 2003 from Birla
Institute of Technology and Science (BITS), Pilani and Ph.D in 2008 from
department of Electronics and Computer Engineering, IIT Roorkee, India.
Dr. Solomon is an advanced electronic systems design engineer. His
research work focused on reconfigurable computing systems (RCS),
advanced embedded systems design and wireless sensor network (WSN) based embedded
systems design and included hardware/software codesign, parallelizing applications,
customized computing, and high-level synthesis, ad hoc networking, Zigbee based networking,
and other sensor based embedded systems, protocols design and CAD tools for electronic
systems design. Apart from above R&D he also teaches /delivers lectures in System Modeling &
Design languages, Wireless Sensor Network based embedded Systems Design and Real -time
systems design courses for the post graduate students. He has delivered fifteen invited talks in
international / national conferences /seminars/workshops. He is author and co-author of
more than 42 scientific papers, published in peer-reviewed international journals and
conferences, guided around 40 M.Tech dissertations so far and many B.Tech, M.Sc and MCA
theses. He has been guiding two Ph.D. students. He is a life member of the IETE, New Delhi.
International Conference on Communication Systems (ICCS-2013)
B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India

October 18-20, 2013
Page 251

More Related Content

What's hot

A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
prjpublications
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ijcem Journal
 
Image compression using sand algorithm
Image compression using sand algorithmImage compression using sand algorithm
Image compression using sand algorithm
IAEME Publication
 

What's hot (13)

Ijebea14 276
Ijebea14 276Ijebea14 276
Ijebea14 276
 
Az33298300
Az33298300Az33298300
Az33298300
 
L0816166
L0816166L0816166
L0816166
 
Review and comparison of tasks scheduling in cloud computing
Review and comparison of tasks scheduling in cloud computingReview and comparison of tasks scheduling in cloud computing
Review and comparison of tasks scheduling in cloud computing
 
Gesture recognition system
Gesture recognition systemGesture recognition system
Gesture recognition system
 
A novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm forA novel embedded hybrid thinning algorithm for
A novel embedded hybrid thinning algorithm for
 
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...
 
Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11Ug 205-image-retrieval-using-re-ranking-algorithm-11
Ug 205-image-retrieval-using-re-ranking-algorithm-11
 
Estimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary ImagesEstimation of 3d Visualization for Medical Machinary Images
Estimation of 3d Visualization for Medical Machinary Images
 
D018112429
D018112429D018112429
D018112429
 
Image compression using sand algorithm
Image compression using sand algorithmImage compression using sand algorithm
Image compression using sand algorithm
 
COMPUTER VISION PERFORMANCE AND IMAGE QUALITY METRICS: A RECIPROCAL RELATION
COMPUTER VISION PERFORMANCE AND IMAGE QUALITY METRICS: A RECIPROCAL RELATION COMPUTER VISION PERFORMANCE AND IMAGE QUALITY METRICS: A RECIPROCAL RELATION
COMPUTER VISION PERFORMANCE AND IMAGE QUALITY METRICS: A RECIPROCAL RELATION
 
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
 

Viewers also liked

Compact broadband circular microstrip feed slot antenna with
Compact broadband circular microstrip feed slot antenna withCompact broadband circular microstrip feed slot antenna with
Compact broadband circular microstrip feed slot antenna with
IAEME Publication
 
Design and analysis of cntfet based d flip flop
Design and analysis of cntfet based d flip flopDesign and analysis of cntfet based d flip flop
Design and analysis of cntfet based d flip flop
IAEME Publication
 
An empirical large signal model for rf ldmosfet transistors
An empirical large signal model for rf ldmosfet transistorsAn empirical large signal model for rf ldmosfet transistors
An empirical large signal model for rf ldmosfet transistors
IAEME Publication
 
Wideband msa for dual band operation using slot loaded finite
Wideband msa for dual band operation using slot loaded finiteWideband msa for dual band operation using slot loaded finite
Wideband msa for dual band operation using slot loaded finite
IAEME Publication
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameter
IAEME Publication
 
Design of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement theDesign of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement the
IAEME Publication
 
Coplanar rectangular patch antenna for x band applications using inset fed te...
Coplanar rectangular patch antenna for x band applications using inset fed te...Coplanar rectangular patch antenna for x band applications using inset fed te...
Coplanar rectangular patch antenna for x band applications using inset fed te...
IAEME Publication
 
Rcs measurement calibration of an anechoic chamber and rcs
Rcs measurement calibration of an anechoic chamber and rcsRcs measurement calibration of an anechoic chamber and rcs
Rcs measurement calibration of an anechoic chamber and rcs
IAEME Publication
 
Presentación
PresentaciónPresentación
Presentación
deyferhh
 
Esquemasdeproduccin 131202150347-phpapp01
Esquemasdeproduccin 131202150347-phpapp01Esquemasdeproduccin 131202150347-phpapp01
Esquemasdeproduccin 131202150347-phpapp01
Carol Narro Padilla
 

Viewers also liked (20)

Compact broadband circular microstrip feed slot antenna with
Compact broadband circular microstrip feed slot antenna withCompact broadband circular microstrip feed slot antenna with
Compact broadband circular microstrip feed slot antenna with
 
Design and analysis of cntfet based d flip flop
Design and analysis of cntfet based d flip flopDesign and analysis of cntfet based d flip flop
Design and analysis of cntfet based d flip flop
 
10120130406005 2
10120130406005 210120130406005 2
10120130406005 2
 
An empirical large signal model for rf ldmosfet transistors
An empirical large signal model for rf ldmosfet transistorsAn empirical large signal model for rf ldmosfet transistors
An empirical large signal model for rf ldmosfet transistors
 
Wideband msa for dual band operation using slot loaded finite
Wideband msa for dual band operation using slot loaded finiteWideband msa for dual band operation using slot loaded finite
Wideband msa for dual band operation using slot loaded finite
 
Generating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameterGenerating higher accuracy digital data products by model parameter
Generating higher accuracy digital data products by model parameter
 
Design of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement theDesign of a new metamaterial structure to enhancement the
Design of a new metamaterial structure to enhancement the
 
Coplanar rectangular patch antenna for x band applications using inset fed te...
Coplanar rectangular patch antenna for x band applications using inset fed te...Coplanar rectangular patch antenna for x band applications using inset fed te...
Coplanar rectangular patch antenna for x band applications using inset fed te...
 
Rcs measurement calibration of an anechoic chamber and rcs
Rcs measurement calibration of an anechoic chamber and rcsRcs measurement calibration of an anechoic chamber and rcs
Rcs measurement calibration of an anechoic chamber and rcs
 
Fo it sample
Fo it sampleFo it sample
Fo it sample
 
Lpj Pengurus Kelompok Tani Mulyo Mukti 2015
Lpj Pengurus Kelompok Tani Mulyo Mukti 2015Lpj Pengurus Kelompok Tani Mulyo Mukti 2015
Lpj Pengurus Kelompok Tani Mulyo Mukti 2015
 
Pedro
PedroPedro
Pedro
 
Presentación
PresentaciónPresentación
Presentación
 
Esquemasdeproduccin 131202150347-phpapp01
Esquemasdeproduccin 131202150347-phpapp01Esquemasdeproduccin 131202150347-phpapp01
Esquemasdeproduccin 131202150347-phpapp01
 
CV 1 Sandra Cipriano
CV 1 Sandra CiprianoCV 1 Sandra Cipriano
CV 1 Sandra Cipriano
 
MichelleHernandezBD
MichelleHernandezBDMichelleHernandezBD
MichelleHernandezBD
 
שכונת הטייסים - מצגת - תמונת מצב השכונה בעיני תושביה - יוני 2008
שכונת הטייסים - מצגת - תמונת מצב השכונה בעיני תושביה - יוני 2008שכונת הטייסים - מצגת - תמונת מצב השכונה בעיני תושביה - יוני 2008
שכונת הטייסים - מצגת - תמונת מצב השכונה בעיני תושביה - יוני 2008
 
Doc1
Doc1Doc1
Doc1
 
Sneider
SneiderSneider
Sneider
 
Soal praktek
Soal praktekSoal praktek
Soal praktek
 

Similar to Application of gaussian filter with principal component analysis

Face Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control SystemFace Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control System
ijtsrd
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Sachin414679
 
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
iaemedu
 
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
iaemedu
 

Similar to Application of gaussian filter with principal component analysis (20)

Face Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control SystemFace Recognition Based Intelligent Door Control System
Face Recognition Based Intelligent Door Control System
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
IRJET - A Review on Face Recognition using Deep Learning Algorithm
IRJET -  	  A Review on Face Recognition using Deep Learning AlgorithmIRJET -  	  A Review on Face Recognition using Deep Learning Algorithm
IRJET - A Review on Face Recognition using Deep Learning Algorithm
 
Face Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face ApproachFace Recognition using PCA and Eigen Face Approach
Face Recognition using PCA and Eigen Face Approach
 
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGEAPPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
APPLICATION OF IMAGE FUSION FOR ENHANCING THE QUALITY OF AN IMAGE
 
K044065257
K044065257K044065257
K044065257
 
Technique to Hybridize Principle Component and Independent Component Algorith...
Technique to Hybridize Principle Component and Independent Component Algorith...Technique to Hybridize Principle Component and Independent Component Algorith...
Technique to Hybridize Principle Component and Independent Component Algorith...
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine Learning
 
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
 
Face Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPHFace Recognition Technique using ICA and LBPH
Face Recognition Technique using ICA and LBPH
 
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
IRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCAIRJET-  	  Efficient Face Detection from Video Sequences using KNN and PCA
IRJET- Efficient Face Detection from Video Sequences using KNN and PCA
 
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
Efficient Approach for Content Based Image Retrieval Using Multiple SVM in YA...
 
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
EFFICIENT APPROACH FOR CONTENT BASED IMAGE RETRIEVAL USING MULTIPLE SVM IN YA...
 
Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...Segmentation and recognition of handwritten digit numeral string using a mult...
Segmentation and recognition of handwritten digit numeral string using a mult...
 
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
 
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...
 
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdfHandwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
Handwriting_Recognition_using_KNN_classificatiob_algorithm_ijariie6729 (1).pdf
 
IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...IRJET- Face Recognition of Criminals for Security using Principal Component A...
IRJET- Face Recognition of Criminals for Security using Principal Component A...
 
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
 
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
 

More from 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 ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME 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
 
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
 

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

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
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
vu2urc
 

Recently uploaded (20)

🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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...
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 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...
 

Application of gaussian filter with principal component analysis

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), INTERNATIONAL JOURNAL OF ELECTRONICS AND ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 4, July-August, 2013, pp. 244-251 © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2013): 5.8896 (Calculated by GISI) www.jifactor.com IJECET ©IAEME Application of Gaussian Filter with Principal Component Analysis Algorithm for The Efficient Face Recognition Shashikant Sharma1, Kota Solomon Raju2 1Faculty/Electronics 2Principal & Communication, BKBIET, Pilani, Rajasthan, India Scientist/Digital System Group/CSIR-CEERI, Pilani-333031, India 1shashikant.sharma@bkbiet.ac.in, 2solomon@iitr.ernet.in ABSTRACT: The selection of appropriate algorithm is an important target for any application. In this paper Face recognition has been performed using Principal component analysis (PCA) and Gaussian based PCA. PCA extracts the relevant information from complex data sets and provides a solution to reduce dimensionality. PCA is based on Euclidean distance calculation which is minimized by applying Gaussian Filter to enhance the accuracy for Face recognition. The experiments shows that the proposed method (PCA) can effectively reduced the computational complexity. Gaussian based PCA shows more accurate result as normal PCA for face recognition. KEYWORDS: Covariance Matrix, Eigen values, Euclidean distance, Gaussian Filter, PCA algorithm I. INTRODUCTION A Face recognition system is a computer application for automatically identifying or verifying an individual by using a digital image. Some face recognition algorithm identifies facial features by extracting exclusive characteristics from an image. An algorithm may analyze the relative position, shape or size of nose, eyes, cheekbones and jaws. These features are then used to identify other images with corresponding matching features. The most popular face recognition algorithm includes Principal component analysis using Eigen faces, Linear Discriminate Analysis using Fisher faces .It is usually employed in high security system which includes Biometrics such as Fingerprints or eyes iris recognition system. Kirby and Sirovich [1] showed that any face image can be efficiently represented along the Eigen faces (Eigen vectors) coordinate space. Turk and Pentland [2] presented the well known Eigen faces method for face recognition based on PCA. Face recognition system can be classified into two broad categories [3]: Firstly, finding a person within a large database of faces [6] e.g. in a database (Face recognition which is not done in Real time). Secondly, identifying a particular individual in Real time e.g. Location Tracking system. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 244
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME II. PRINCIPAL COMPONENT ANALYSIS PCA is a useful technique for face recognition and image compression. It is highly useful for finding patterns in case of high dimensional data .It includes standard deviation, Eigen values and Eigen vectors as well as covariance. PCA algorithm is highly robust includes parallelism and is relatively very simple. There are various approaches to face recognition ranging from the principal component analysis approach or Eigen faces. Prediction can be done through feature matching. PCA has been called one of the most valuable results from applied linear algebra. It is a dimensionality reduction technique based on extracting the desired number of principal component of the multidimensional data. Face recognition system consist of two phases [4]:   Training phase (feature extraction) Recognition phase (feature matching) A. Training Phase 1. The first step in the proposed algorithm is to read the images from database of still images. 2. Gaussian filtering is done to remove the noise from the images in the preprocessing step. 3. Each image in the database is represented as a row in a matrix D. The values in each of these rows represent the pixels of the database image ranging from 0 to 255 for an 8-bit grayscale image: ⋯ ⋮ ⋱ ⋮ = ⋯ Where m=Size of original image (The image has total m pixels), n=Number of original Images. 4. Average of the matrix D is calculated to normalize the matrix D. The average of matrix D is a row vector in which every element is the average of every Database image pixel values respectively. avg=(x1,x2,… … … … … , xm) Where = ∑ , i=1,2,3,…..,m-------------- (1) 5. Next, the matrix is normalized by subtracting each column of matrix “avg” from each column of matrix D: − ⋯ − ⋮ ⋱ ⋮ = − ⋯ − 6. We then want to compute the covariance matrix of , which is × or × . But here we use × , because it reduces the size of the covariance matrix and calculated as: S= × -------------------------- (2) 7. Next step is to calculate the Eigen vectors of original matrix thus we need to calculate the Eigen vectors of the covariance matrix S, let us say Eigen vectors of the covariance matrix are C, the size of C is same as S. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 245
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME 8. Then we calculate the Eigen vectors of the original matrix after the calculation of C as follows: = × 9. Each face is then projected to face space while calculating the projection of the image as: = × B. Recognition Phase 1. First of all we read the test image from the test database. 2. This image is sent the preprocessing segment (Gaussian Filter) to remove the noise. 3. Reshape the image into row vector having number of columns equal to the product of number of rows and columns of the test image. 4. The test image is then normalized by subtracting the average image from the test image; normalized matrix is stored in “t_avg”. 5. Next, we calculate the projection of test image to project the face on face space as follows: test_projection= t_avd × V ------------(3) 4. We then calculate the Euclidean distance between the test projection and each of the projections in the database: ( )= Where i=1, 2,…., n and database ∑ ( _ (1, ) − ( , )) m= total number of pixels in a image n= number of images in the 5. Finally, we decide which database image is recognized by the test image by selecting minimum Euclidean distance from the Euclidean distance vector “ED”. (Size of the Euclidean Distance vector is 1 x no. of faces.) III. GAUSSIAN FILTER Gaussian filters are the class of linear smoothening filters which are used for the Image Smoothening. The weights of the Gaussian filter are chosen according to the shape of the Gaussian function. The Gaussian smoothing filter is a very good filter for removing noise drawn from a normal distribution. The zero-mean Gaussian function for 1-D is: ( )= -----------(4) For image processing, the two-dimensional zero-mean discrete Gaussian function, (, )= ( ) --------- (5) is used as image smoothening filter. Where the ‘ ’, Standard deviation or Gaussian Spread Parameter determines the width of Gaussian. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 246
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME IV. PROPOSED SYSTEM ARCHITECTURE The propose system read the database images from the stored location. The preprocessing has been done on the images after reading. The proposed system creates a database and stores all the preprocessed images in this database and finally system creates a database matrix and the system perform all the operations on the database matrix. The Principle Component Analysis technique has been applied on the images of the database system. The proposed system uses the test images stored in the database, read test image. Preprocessing is done after reading the test image. The system implement Principal Component Analysis algorithm on the test image. Now system compares the test image from the database images one by one using Euclidean distance. Finally system provides the result that shows the test image and recognized image from database. The system flow chart is shown in Fig. 1. Read the database images Preprocessing on the database images Create database matrix PCA Read the Test image Preprocessing on the Test image Algorithm Select Minimum Euclidean Distance PCA Algorithm Output Display Fig. 1: System Flow Chart International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 247
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME V. EXPERIMENTAL RESULTS The set of input database and test database images used in Algorithm are: DATABASE IMAGES: 1.bmp 2.bmp 3.bmp 4.bmp 3.bmp 4.bmp 5.bmp 6.bmp 7.bmp 8.bmp TEST IMAGES: 1.bmp 9.bmp 17.bmp 2.bmp 10.bmp 18.bmp 5.bmp 6.bmp 7.bmp 8.bmp 11.bmp 12.bmp 13.bmp 14.bmp 15.bmp 16.bmp 19.bmp 20.bmp 21.bmp 22.bmp 23.bmp 24.bmp A. Results Test image: 8.bmp Recognized Image: 3.bmp Algorithm: PCA Euclidean Distance: 4.335313*106 Test image: 8.bmp Recognized Image: 8.bmp Algorithm: Gaussian PCA Euclidean Distance: 1.0600*106 Test image: 10.bmp Recognized Image: 7.bmp Test image: 10.bmp Recognized Image: 5.bmp Algorithm: PCA Algorithm: Gaussian PCA 6 Euclidean Distance: 2.414793*10 Euclidean Distance: 1.0600*106 International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 248
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME Test image: 6.bmp Algorithm:PCA & GPCA Recognized Image: 6.bmp Euclidean Distance: 0.00 Table 1: Results of PCA methods Test Recognized Index Index ED (PCA) Recognized Index (PCA) ED (GPCA) (GPCA) 1 4.bmp 3.6885*106 4.bmp 2.1269*106 2 2.bmp 1.7175*106 2.bmp 1.2360*106 3 2.bmp 3.7526*106 1.bmp 2.5351*106 4 2.bmp 3.7963*106 2.bmp 1.0452*106 5 5.bmp 2.2853*106 3.bmp 0.9894*106 6 6.bmp 0.0000 0.0000 7 3.bmp 1.9317*106 3.bmp 0.9147*106 8 3.bmp 4.3353*106 8.bmp 1.0600*106 9 4.bmp 2.6730*106 4.bmp 1.0389*106 10 7.bmp 2.4148*106 5.bmp 1.1538*106 11 3.bmp 2.4923*106 3.bmp 0.9513*106 12 3.bmp 1.9791*106 3.bmp 0.8867*106 13 6.bmp 2.4792*106 6.bmp 0.7096*106 14 1.bmp 1.8833*106 1.bmp 0.4249*106 15 6.bmp 2.4867*106 6.bmp 1.4022*106 6.bmp International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 249
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME 16 1.bmp 2.2740*106 4.bmp 1.0608*106 17 3.bmp 2.9281*106 8.bmp 1.6903*106 18 1.bmp 3.7535*106 1.bmp 1.9031*106 19 3.bmp 2.2228*106 3.bmp 0.9280*106 20 2.bmp 2.8989*106 2.bmp 1.1081*106 21 1.bmp 1.1613*106 1.bmp 0.3220*106 22 3.bmp 2.1236*106 3.bmp 1.4902*106 23 8.bmp 2.5454*106 8.bmp 1.0738*106 24 3.bmp 2.0392*106 3.bmp 0.5632*106 Table 2: Comparative analysis of PCA and GPCA Fig. 2: Comparative Graph of PCA Method VI. CONCLUSION In this paper Principal component analysis (PCA) is implemented in MATLAB recognize the test image from the database images. Minimum Euclidean distance has been calculated using PCA algorithm. Gaussian filter is applied on the images before processing them and PCA algorithm is applied on the filtered images. The results of PCA and Gaussian based PCA are compared. As the Gaussian base PCA gives close results with lower minimum Euclidean Distance. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 250
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online), Special Issue (November, 2013), © IAEME REFERENCES [1] M. Kirby and M. Sirovich,”Application of the Karhunen-Loeve procedure for the characterization of human faces,”IEEE Trans.PAMI,12,1,pp:103-108, 1990 [2] M. Turk and A. Pentland, Eigenfaces for recognition,Journal of cognitive Neuroscience, 3, pp. 71-86,1991. [3] S. Lawrence, C. Giles, A. Tsoi, and A. Back, “Face recognition: A Convolutional Neural Network Approach,” IEEE Trans. On Neural Networks, vol. 8, pp. 98-113, 1997. [4]Kota,S.R;Raheja,J.L;Gupta,A;Rathi,A;Sharma,S;”Principal Component Analysis For Gesture Recognition Using SystemC”,IEEE Trans. On ARTCC, pp:732-737,2009. [5]Qun Chang,Qingcai Chen,Xiaolong Wang,”Scaling Gaussian RBF Kernel Width To improve sum classification “,IEEE ,PP:19-22,2005 [6] Kishore Golla, Sunand G, Rajesh babu N,”Face Recognition Using Eigen faces By ANN with Resilient Back propagation Algorithm”,IJETA,vol.2,issue11,pp: 223-228,2012 [7]Jin-Xin Shi,Xiao-Feng Gu,” The comparison of iris recognition using principal component analysis,independent component analysis and Gabor wavelets”, IEEE,vol.1,pp:61-64,2010 [8]Mutelo,R.M;Woo,W.L;Dlay,S.S;”TwoDimensional Principle Component Analysis of Gabor features for face representation and recognition”CNSDSP,pp:457-461,2008. BIOGRAPHY Shashikant Sharma was born in Jaipur, Rajasthan, India in 1987. He received the B.Tech degree in Electronics and Communication Engineering from ICFAI UNIVERSITY, Dehradun, India in 2009. He is pursuing his M. Tech in Electronics & Communication at National Institute of Technical Teachers Training & Research (NITTTR), Chandigarh, India. His current research interests focus on Signal Processing, Image Processing, and Reconfigurable System Designing. Dr. Kota Solomon Raju has been working as Principal Scientist in Digital Systems Group, CSIR -Central Electronics Research Institute (CSIR - CEERI), Pilani, Rajasthan, India. He received the Bachelor of Engineering degree in 1997 from Andhra University, Master of Engineering in 2003 from Birla Institute of Technology and Science (BITS), Pilani and Ph.D in 2008 from department of Electronics and Computer Engineering, IIT Roorkee, India. Dr. Solomon is an advanced electronic systems design engineer. His research work focused on reconfigurable computing systems (RCS), advanced embedded systems design and wireless sensor network (WSN) based embedded systems design and included hardware/software codesign, parallelizing applications, customized computing, and high-level synthesis, ad hoc networking, Zigbee based networking, and other sensor based embedded systems, protocols design and CAD tools for electronic systems design. Apart from above R&D he also teaches /delivers lectures in System Modeling & Design languages, Wireless Sensor Network based embedded Systems Design and Real -time systems design courses for the post graduate students. He has delivered fifteen invited talks in international / national conferences /seminars/workshops. He is author and co-author of more than 42 scientific papers, published in peer-reviewed international journals and conferences, guided around 40 M.Tech dissertations so far and many B.Tech, M.Sc and MCA theses. He has been guiding two Ph.D. students. He is a life member of the IETE, New Delhi. International Conference on Communication Systems (ICCS-2013) B K Birla Institute of Engineering & Technology (BKBIET), Pilani, India October 18-20, 2013 Page 251