SlideShare a Scribd company logo
1 of 3
Download to read offline
International
OPEN ACCESS Journal
Of Modern Engineering Research (IJMER)
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 50 |
Image Redundancy and Its Elimination
Mr. Domala Narsaiah1
, Dr. Raghavendra Kulkarni2
1
ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India
2
ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India
narsiurs@gmail.com, raghavendrakulkarni444@gmail.com
I. INTRODUCTION
The human machine recognition of human face is a challenging problem due the changes in the face
identity and variation between images. Systems that recognize human faces have been applied in many
applications such as security system, mug shot matching etc. The work takes a leaf out of the previous
algorithms in which it is proven that fever face features can be used for face classification and thereby curse of
dimensionality is nullified. Having got the features, problem of effective algorithmic use is solved by singular
value decomposition (SVD) [7,8,9] wherein singular value „S‟ which signifies the direction of variation is
countered with a controlling factor alpha for facial variation elimination. This idea was given in the paper
Fractional Order Singular Value Decomposition (FSVDR) [1]. But, by doing so for a given value of alpha and
for a given query image it is found that more than one face is classified at the classifier which gives out the
redundancy
The face recognition and classification is a great challenging problem since face images are highly
variable due to individual appearance, three-dimensional facial expression, facial hair, makeup, and so on and
these factors change from time to time. Furthermore, device inherent parameters and surroundings will also add
to the problem. It is also illustrated by previous work that within class variations will affect the classification
rate.
II. BRIEF REVIEW OF LITERATURE
Eigen face approach is one of the earliest appearance-based face recognition method, which was
developed by M. Turk and A. Pentland [3] in 1991. This method utilizes the idea of the principal component
analysis and decomposes face images into a small set of characteristic feature images called Eigen faces.
Biggest challenge in face recognition still lies in the normalization and pre-processing of the face images so that
they are suitable as input into the recognition module. The basic concept behind the Eigen face approach is that
the information lies in a small portion of image face space.
The Eigen face images calculated from the eigenvectors of L span a basis set with face images are
described. As mentioned before, the usefulness of eigenvectors varies according their associated Eigen values.
This suggests picking up of only the most meaningful eigenvectors and ignore the rest, in other words, the
number of basic functions is further reduced from M to M‟ (M‟<M) and the computation is reduced as a
consequence.
The Eigen faces approach for face recognition could be summarized as follows:
 Collect a set of characteristic face images of the known individuals. This set should include a number of
images for each person, with some variation in expression and in the lighting (say four images of ten people,
so M=40).
ABSTRACT: a rigorous work on static and dynamic appearance based classification systems for
face is on but, it is proving to be a challenging task for researchers to design a proper system since
human face is complex one. Decades of work was and is focussed on how to classify a face and on how
to increase the rate of classification but, little attention was paid to overcome redundancy in image
classification.
This paper presents a novel idea which focuses on redundancy check and its elimination. The paper
after drawing inferences from previous work gives out a novel idea for exact face classification and
elimination of redundancy.
Keywords: Face recognition, Feature based methods, singular value decomposition Euclidean
distance Original gray value matrix.
Image Redundancy and Its Elimination
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 51 |
 Calculate the (40 x 40) matrix L, find its eigenvectors and Eigen values, and choose the M‟ eigenvectors
with the highest associated Eigen values (let M‟=10 in this example).
 Combine the normalized training set of images according to Eq. (6) to produce the (M‟=10) Eigen
faces ',......,1, Mkk  .
But, this fails the recognition rate under varied faces and hence attention shifted to singular value
decomposition (SVD) [7, 8] algorithm.
The singular value decomposition is an outcome of linear algebra. This produces the original image
with each succeeding nonzero singular value. Furthermore, to reduce storage size even further, images may
approximate using fewer singular values.
The singular value decomposition of a matrix A of m x n matrix is given in the form,
here U is an m x m orthogonal matrix; V an n x n orthogonal matrix, and  is an m x n matrix containing the
singular values of A.
along its main diagonal.
These singular values are used for facial feature decomposition to represent an image but, these
features are found to be effected by facial variations as well as environmental variations. To take care of these
variations a controlling factor is introduced and a novel method known as Fractional Order Singular Value
Decomposition is proposed by un Liu, Song can Chen, Xiao yang Tan [1].
For each face image matrix A which has the SVD, its FSVD „B‟ can be defined as,
Where U, Σ and V are the SV matrices, and in order to achieve the above underlying ideas, δ is a fractional
parameter that satisfies .The fractional parameter and its optimal selection is an important criterion in
making the face recognition process more accurate so that redundancy can be checked.
III. MODULAR DESIGN AND ALGORITMIC STEPS
A modular design approach is adopted whereby the system was separated into smaller individual stages.
Each stage in the designed architecture performs an intermediate task before integrating the modules into a
complete system. The face recognition system developed performs three major tasks – pre-processing of given
face image, extracting the face feature for recognition, and performing classification for the given query sample.
The system operates on two phase of operation namely training and testing phase.
The developed face recognition system is shown in figure 1.
Figure 1: Face Recognition System.
The input image is randomly picked up from the self built data base & Yale data base. They are used
for training and evaluated for the recognition accuracy. The face image is then transformed to operational
compatible format, where the face image is resized to uniform dimension (128x128), the data type of the image
sample is transformed to double precision and passed for feature extraction. Singular values are then computated
for face recognition. The unit calculates the U, V, S matrix using SVD operation for given face image. On
computation SVD features, for the calculation of FSVD features this unit takes the fractional factor α for the
computation of a matrix B=U Sα
VT.
The obtained facial expressions are the SV which are used as facial feature
for face recognition. These features are passed to the classifier unit for the classification of given face query
with the knowledge created for the available database. Database samples are trained for the knowledge creation
Image Redundancy and Its Elimination
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 52 |
for classification. During training phase when a new facial image is added to the system the features are
calculated and aligned for the dataset formation. This data set consists of the image index and its corresponding
features extracted. This feature table is created for the entire database image and passed for recognition.
Let the face image in the data Base be represented as F (i) K, where i represent the total number of
samples for Kth
class face image. Then the SVD feature for the given face image is calculated as:
1) Apply SVD on each of the face image for each class in the database, such that Ψi = UiSiVi t
. where, U = [u1,
u2, um], V = [v1, v2, vn], and
S = [0 Xi 0], Xi=diag (si), si are the computed Singular vector for each face image.
(2) The obtained Singular Vector is applied with the fractional value α and a modified SVD values are obtained
as, Bi=Ui Siα
Vit
(3) Each training face image Fi
(k)
is then projected using these obtained face feature image.
(4) For the obtained representing image apply a DR method PCA, where the Eigen features are computed and
for the maximum Eigen values Eigen vectors are located and normalized for this projected image.
(5) A test face image Tr ~ є Rm×n
is transformed into a face feature matrix Yr є Rr×c
by Yr = UrSrVr t
.
(6) For the developed query feature a image representation is developed and passed to the PCA.
(7) For the computed face feature the distance between a test face image T and a training face images Xi
(j)
is
calculated and the minimum distance is the recognized image.
(8) The recognised image is such that it is only one for the test face image T which illustrated that redundancy
is nullified.
IV.CONCLUSION
Although many face recognition approaches by human beings and machines were developed in past, it
is still difficult to design an automatic system for the task because in real world parameters do vary. It is a
known fact that every image matrix can always have the well-known singular value decomposition (SVD) and
can be regarded as a composition of a set of base images generated by SVD and further it is pointed out that
base images are sensitive to the composition of the face image.
SVD has the advantage of providing a better representation and achieves lower error rates in face
recognition but it has the disadvantage that it drags the performance evaluation. So, in order to overcome that, a
controlling parameter „α‟, which ranges from 0 to 1, is introduced for better results and by setting a threshold at
sorting it is also seen that it reduces classification redundancy.
REFERENCES
[1]. Jun Liu, Song can Chen, Xiao yang Tan “Fractional order singular value decomposition representation for face
recognition” ELESVER Journal 26 March (2007).
[2]. M. Kirby, L. Sirovich, “Application of the Karhunen–Loeve procedure for the Characterization of human faces”
IEEE Trans. Pattern Anal. Mach. Intell. 12 (1990) 103–108.
[3]. M.Turk, A.Pentland, “Eigen faces for recognition”, J. Cognitive Neurosci. 3 (1) (1991) 71–96.
[4]. J. Yang, D. Zhang, et al., “Two-dimensional pca: a new approach to appearance based face representation and
recognition”, IEEE Trans. Pattern Anal. Mach. Intell. 26 (1) (2004) 131–137.
[5]. J. Ye, “Generalized low rank approximation of matrices, in: International Conference on Machine Learning, pp.
2004, pp. 887–894.
[6]. J. Liu, S. Chen, “Non-iterative generalized low rank approximation of matrices”,Pattern Recognition Lett. 27 (9)
(2006) 1002–1008.
[7]. P. Belhumeur, J. Hespanha, D.J. Kriegman, “Eigenfaces vs. Fisherfaces: recognition using class specific linear
projection, IEEE Trans. Pattern Anal. Mach. Intell. 19 (7) (1997) 711–720.
[8]. Z. Hong,” Algebraic feature extraction of image for recognition”, Pattern Recognition 211-219 (1991)
[9]. Y. Cheng, K. Liu, J. Yang, Y. Zhuang, N. Gu, “Human face recognition method based on the statistical model of
small sample size”, Intelligent Robots and Computer Vision X: Algorithms and Techniques, 85–95 (1991).
[10]. H. Othman, T. Aboulnasr, “A separable low complexity 2D HMM with application to face recognition” IEEE
Trans. Pattern. Anal. Machie Intell., 25(10): 1229-1238 (2003).
[11]. K. Lee, Y. Chung, H. Byun, “SVM based face verification with feature set of small size”, Electronic letters,
38(15): 787-789 (2002).
[12]. H. Cevikalp,M.Neamtu,M.Wilkes, A. Barkana, “ Discriminative common vectors for face recognition” , IEEE
Trans. Pattern Anal. Machie. Intel. 27(1): 4-13 (2005).

More Related Content

What's hot

3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
3D Face Recognition Method Using 2DPCAEuclidean Distance Classification3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
3D Face Recognition Method Using 2DPCAEuclidean Distance ClassificationIDES Editor
 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenfacesadique_ghitm
 
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONijcseit
 
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
WCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITIONWCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITION
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITIONcsandit
 
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONSYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONijcsit
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaIAEME Publication
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark InformationIRJET Journal
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET Journal
 
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...ijcsit
 
Gil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slidesGil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slideswolf
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageeSAT Publishing House
 
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis &  Viola-Jones AlgorithmGesture Recognition using Principle Component Analysis &  Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis & Viola-Jones AlgorithmIJMER
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...CSCJournals
 
Active shape appearance model-presentation 1st
Active shape appearance model-presentation 1stActive shape appearance model-presentation 1st
Active shape appearance model-presentation 1stChandrashekhar Padole
 

What's hot (15)

3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
3D Face Recognition Method Using 2DPCAEuclidean Distance Classification3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
3D Face Recognition Method Using 2DPCAEuclidean Distance Classification
 
A Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on EigenfaceA Study on Face Recognition Technique based on Eigenface
A Study on Face Recognition Technique based on Eigenface
 
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTIONFPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
FPGA ARCHITECTURE FOR FACIAL-FEATURES AND COMPONENTS EXTRACTION
 
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
WCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITIONWCTFR : W RAPPING  C URVELET T RANSFORM  B ASED  F ACE  R ECOGNITION
WCTFR : W RAPPING C URVELET T RANSFORM B ASED F ACE R ECOGNITION
 
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITIONSYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
SYMMETRICAL WEIGHTED SUBSPACE HOLISTIC APPROACH FOR EXPRESSION RECOGNITION
 
H0334749
H0334749H0334749
H0334749
 
Appearance based face recognition by pca and lda
Appearance based face recognition by pca and ldaAppearance based face recognition by pca and lda
Appearance based face recognition by pca and lda
 
IRJET- Prediction of Facial Attribute without Landmark Information
IRJET-  	  Prediction of Facial Attribute without Landmark InformationIRJET-  	  Prediction of Facial Attribute without Landmark Information
IRJET- Prediction of Facial Attribute without Landmark Information
 
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition AlgorithmIRJET- Design of an Automated Attendance System using Face Recognition Algorithm
IRJET- Design of an Automated Attendance System using Face Recognition Algorithm
 
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
AN ILLUMINATION INVARIANT FACE RECOGNITION USING 2D DISCRETE COSINE TRANSFORM...
 
Gil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slidesGil Shapira's Active Appearance Model slides
Gil Shapira's Active Appearance Model slides
 
Reconstruction of partially damaged facial image
Reconstruction of partially damaged facial imageReconstruction of partially damaged facial image
Reconstruction of partially damaged facial image
 
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis &  Viola-Jones AlgorithmGesture Recognition using Principle Component Analysis &  Viola-Jones Algorithm
Gesture Recognition using Principle Component Analysis & Viola-Jones Algorithm
 
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
A Novel Mathematical Based Method for Generating Virtual Samples from a Front...
 
Active shape appearance model-presentation 1st
Active shape appearance model-presentation 1stActive shape appearance model-presentation 1st
Active shape appearance model-presentation 1st
 

Similar to Image Redundancy and Its Elimination

Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Editor IJARCET
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAIOSR Journals
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesIJERA Editor
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen facesIAEME Publication
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodIRJET Journal
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitioniaemedu
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognitionIAEME Publication
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection SystemIntrader Amit
 
Eigenfaces , Fisherfaces and Dimensionality_Reduction
Eigenfaces , Fisherfaces and Dimensionality_ReductionEigenfaces , Fisherfaces and Dimensionality_Reduction
Eigenfaces , Fisherfaces and Dimensionality_Reductionmostafayounes012
 
Image–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabImage–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabIjcem Journal
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsEditor IJMTER
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition Rupinder Saini
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateIRJET Journal
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsLakshmi Sarvani Videla
 
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersFace Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersIJMER
 
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 ApproachIRJET Journal
 

Similar to Image Redundancy and Its Elimination (20)

Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113Volume 2-issue-6-2108-2113
Volume 2-issue-6-2108-2113
 
Face Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCAFace Recognition Using Gabor features And PCA
Face Recognition Using Gabor features And PCA
 
Aa4102207210
Aa4102207210Aa4102207210
Aa4102207210
 
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen FacesImplementation of Face Recognition in Cloud Vision Using Eigen Faces
Implementation of Face Recognition in Cloud Vision Using Eigen Faces
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Real time face recognition system using eigen faces
Real time face recognition system using eigen facesReal time face recognition system using eigen faces
Real time face recognition system using eigen faces
 
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction MethodA Hybrid Approach to Recognize Facial Image using Feature Extraction Method
A Hybrid Approach to Recognize Facial Image using Feature Extraction Method
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Fourier mellin transform based face recognition
Fourier mellin transform based face recognitionFourier mellin transform based face recognition
Fourier mellin transform based face recognition
 
Criminal Detection System
Criminal Detection SystemCriminal Detection System
Criminal Detection System
 
Eigenfaces , Fisherfaces and Dimensionality_Reduction
Eigenfaces , Fisherfaces and Dimensionality_ReductionEigenfaces , Fisherfaces and Dimensionality_Reduction
Eigenfaces , Fisherfaces and Dimensionality_Reduction
 
Image–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlabImage–based face-detection-and-recognition-using-matlab
Image–based face-detection-and-recognition-using-matlab
 
Happiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age ConditionsHappiness Expression Recognition at Different Age Conditions
Happiness Expression Recognition at Different Age Conditions
 
A017530114
A017530114A017530114
A017530114
 
Facial Expression Recognition
Facial Expression Recognition Facial Expression Recognition
Facial Expression Recognition
 
An Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition RateAn Assimilated Face Recognition System with effective Gender Recognition Rate
An Assimilated Face Recognition System with effective Gender Recognition Rate
 
Model Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point CloudsModel Based Emotion Detection using Point Clouds
Model Based Emotion Detection using Point Clouds
 
Face Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar ClassifiersFace Detection System on Ada boost Algorithm Using Haar Classifiers
Face Detection System on Ada boost Algorithm Using Haar Classifiers
 
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
 

More from IJMERJOURNAL

Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...IJMERJOURNAL
 
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...IJMERJOURNAL
 
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETA New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETIJMERJOURNAL
 
Design a WSN Control System for Filter Backwashing Process
Design a WSN Control System for Filter Backwashing ProcessDesign a WSN Control System for Filter Backwashing Process
Design a WSN Control System for Filter Backwashing ProcessIJMERJOURNAL
 
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...IJMERJOURNAL
 
Comparisons of Shallow Foundations in Different Soil Condition
Comparisons of Shallow Foundations in Different Soil ConditionComparisons of Shallow Foundations in Different Soil Condition
Comparisons of Shallow Foundations in Different Soil ConditionIJMERJOURNAL
 
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...IJMERJOURNAL
 
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...IJMERJOURNAL
 
Investigating The Performance of A Steam Power Plant
Investigating The Performance of A Steam Power PlantInvestigating The Performance of A Steam Power Plant
Investigating The Performance of A Steam Power PlantIJMERJOURNAL
 
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw PumpStudy of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw PumpIJMERJOURNAL
 
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using IupqcMitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using IupqcIJMERJOURNAL
 
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...IJMERJOURNAL
 
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...IJMERJOURNAL
 
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...IJMERJOURNAL
 
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...IJMERJOURNAL
 
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...IJMERJOURNAL
 
Nigerian Economy and the Impact of Alternative Energy.
Nigerian Economy and the Impact of Alternative Energy.Nigerian Economy and the Impact of Alternative Energy.
Nigerian Economy and the Impact of Alternative Energy.IJMERJOURNAL
 
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...IJMERJOURNAL
 
li-fi: the future of wireless communication
li-fi: the future of wireless communicationli-fi: the future of wireless communication
li-fi: the future of wireless communicationIJMERJOURNAL
 

More from IJMERJOURNAL (20)

Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
Modeling And Simulation Swash Plate Pump Response Characteristics in Load Sen...
 
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
Generation of Electricity Through A Non-Municipal Solid Waste Heat From An In...
 
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFETA New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
A New Two-Dimensional Analytical Model of Small Geometry GaAs MESFET
 
Design a WSN Control System for Filter Backwashing Process
Design a WSN Control System for Filter Backwashing ProcessDesign a WSN Control System for Filter Backwashing Process
Design a WSN Control System for Filter Backwashing Process
 
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
Application of Customer Relationship Management (Crm) Dimensions: A Critical ...
 
Comparisons of Shallow Foundations in Different Soil Condition
Comparisons of Shallow Foundations in Different Soil ConditionComparisons of Shallow Foundations in Different Soil Condition
Comparisons of Shallow Foundations in Different Soil Condition
 
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
Place of Power Sector in Public-Private Partnership: A Veritable Tool to Prom...
 
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
Study of Part Feeding System for Optimization in Fms & Force Analysis Using M...
 
Investigating The Performance of A Steam Power Plant
Investigating The Performance of A Steam Power PlantInvestigating The Performance of A Steam Power Plant
Investigating The Performance of A Steam Power Plant
 
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw PumpStudy of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
Study of Time Reduction in Manufacturing of Screws Used in Twin Screw Pump
 
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using IupqcMitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
Mitigation of Voltage Imbalance in A Two Feeder Distribution System Using Iupqc
 
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
Adsorption of Methylene Blue From Aqueous Solution with Vermicompost Produced...
 
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
Analytical Solutions of simultaneous Linear Differential Equations in Chemica...
 
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
Experimental Investigation of the Effect of Injection of OxyHydrogen Gas on t...
 
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
Hybrid Methods of Some Evolutionary Computations AndKalman Filter on Option P...
 
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
An Efficient Methodology To Develop A Secured E-Learning System Using Cloud C...
 
Nigerian Economy and the Impact of Alternative Energy.
Nigerian Economy and the Impact of Alternative Energy.Nigerian Economy and the Impact of Alternative Energy.
Nigerian Economy and the Impact of Alternative Energy.
 
CASE STUDY
CASE STUDYCASE STUDY
CASE STUDY
 
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
Validation of Maintenance Policy of Steel Plant Machine Shop By Analytic Hier...
 
li-fi: the future of wireless communication
li-fi: the future of wireless communicationli-fi: the future of wireless communication
li-fi: the future of wireless communication
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 

Image Redundancy and Its Elimination

  • 1. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 50 | Image Redundancy and Its Elimination Mr. Domala Narsaiah1 , Dr. Raghavendra Kulkarni2 1 ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India 2 ECE Department, Khader Memorial College of Engineering & Technology, Devarkonda, India narsiurs@gmail.com, raghavendrakulkarni444@gmail.com I. INTRODUCTION The human machine recognition of human face is a challenging problem due the changes in the face identity and variation between images. Systems that recognize human faces have been applied in many applications such as security system, mug shot matching etc. The work takes a leaf out of the previous algorithms in which it is proven that fever face features can be used for face classification and thereby curse of dimensionality is nullified. Having got the features, problem of effective algorithmic use is solved by singular value decomposition (SVD) [7,8,9] wherein singular value „S‟ which signifies the direction of variation is countered with a controlling factor alpha for facial variation elimination. This idea was given in the paper Fractional Order Singular Value Decomposition (FSVDR) [1]. But, by doing so for a given value of alpha and for a given query image it is found that more than one face is classified at the classifier which gives out the redundancy The face recognition and classification is a great challenging problem since face images are highly variable due to individual appearance, three-dimensional facial expression, facial hair, makeup, and so on and these factors change from time to time. Furthermore, device inherent parameters and surroundings will also add to the problem. It is also illustrated by previous work that within class variations will affect the classification rate. II. BRIEF REVIEW OF LITERATURE Eigen face approach is one of the earliest appearance-based face recognition method, which was developed by M. Turk and A. Pentland [3] in 1991. This method utilizes the idea of the principal component analysis and decomposes face images into a small set of characteristic feature images called Eigen faces. Biggest challenge in face recognition still lies in the normalization and pre-processing of the face images so that they are suitable as input into the recognition module. The basic concept behind the Eigen face approach is that the information lies in a small portion of image face space. The Eigen face images calculated from the eigenvectors of L span a basis set with face images are described. As mentioned before, the usefulness of eigenvectors varies according their associated Eigen values. This suggests picking up of only the most meaningful eigenvectors and ignore the rest, in other words, the number of basic functions is further reduced from M to M‟ (M‟<M) and the computation is reduced as a consequence. The Eigen faces approach for face recognition could be summarized as follows:  Collect a set of characteristic face images of the known individuals. This set should include a number of images for each person, with some variation in expression and in the lighting (say four images of ten people, so M=40). ABSTRACT: a rigorous work on static and dynamic appearance based classification systems for face is on but, it is proving to be a challenging task for researchers to design a proper system since human face is complex one. Decades of work was and is focussed on how to classify a face and on how to increase the rate of classification but, little attention was paid to overcome redundancy in image classification. This paper presents a novel idea which focuses on redundancy check and its elimination. The paper after drawing inferences from previous work gives out a novel idea for exact face classification and elimination of redundancy. Keywords: Face recognition, Feature based methods, singular value decomposition Euclidean distance Original gray value matrix.
  • 2. Image Redundancy and Its Elimination | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 51 |  Calculate the (40 x 40) matrix L, find its eigenvectors and Eigen values, and choose the M‟ eigenvectors with the highest associated Eigen values (let M‟=10 in this example).  Combine the normalized training set of images according to Eq. (6) to produce the (M‟=10) Eigen faces ',......,1, Mkk  . But, this fails the recognition rate under varied faces and hence attention shifted to singular value decomposition (SVD) [7, 8] algorithm. The singular value decomposition is an outcome of linear algebra. This produces the original image with each succeeding nonzero singular value. Furthermore, to reduce storage size even further, images may approximate using fewer singular values. The singular value decomposition of a matrix A of m x n matrix is given in the form, here U is an m x m orthogonal matrix; V an n x n orthogonal matrix, and  is an m x n matrix containing the singular values of A. along its main diagonal. These singular values are used for facial feature decomposition to represent an image but, these features are found to be effected by facial variations as well as environmental variations. To take care of these variations a controlling factor is introduced and a novel method known as Fractional Order Singular Value Decomposition is proposed by un Liu, Song can Chen, Xiao yang Tan [1]. For each face image matrix A which has the SVD, its FSVD „B‟ can be defined as, Where U, Σ and V are the SV matrices, and in order to achieve the above underlying ideas, δ is a fractional parameter that satisfies .The fractional parameter and its optimal selection is an important criterion in making the face recognition process more accurate so that redundancy can be checked. III. MODULAR DESIGN AND ALGORITMIC STEPS A modular design approach is adopted whereby the system was separated into smaller individual stages. Each stage in the designed architecture performs an intermediate task before integrating the modules into a complete system. The face recognition system developed performs three major tasks – pre-processing of given face image, extracting the face feature for recognition, and performing classification for the given query sample. The system operates on two phase of operation namely training and testing phase. The developed face recognition system is shown in figure 1. Figure 1: Face Recognition System. The input image is randomly picked up from the self built data base & Yale data base. They are used for training and evaluated for the recognition accuracy. The face image is then transformed to operational compatible format, where the face image is resized to uniform dimension (128x128), the data type of the image sample is transformed to double precision and passed for feature extraction. Singular values are then computated for face recognition. The unit calculates the U, V, S matrix using SVD operation for given face image. On computation SVD features, for the calculation of FSVD features this unit takes the fractional factor α for the computation of a matrix B=U Sα VT. The obtained facial expressions are the SV which are used as facial feature for face recognition. These features are passed to the classifier unit for the classification of given face query with the knowledge created for the available database. Database samples are trained for the knowledge creation
  • 3. Image Redundancy and Its Elimination | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 7 | Iss. 1 | Jan. 2017 | 52 | for classification. During training phase when a new facial image is added to the system the features are calculated and aligned for the dataset formation. This data set consists of the image index and its corresponding features extracted. This feature table is created for the entire database image and passed for recognition. Let the face image in the data Base be represented as F (i) K, where i represent the total number of samples for Kth class face image. Then the SVD feature for the given face image is calculated as: 1) Apply SVD on each of the face image for each class in the database, such that Ψi = UiSiVi t . where, U = [u1, u2, um], V = [v1, v2, vn], and S = [0 Xi 0], Xi=diag (si), si are the computed Singular vector for each face image. (2) The obtained Singular Vector is applied with the fractional value α and a modified SVD values are obtained as, Bi=Ui Siα Vit (3) Each training face image Fi (k) is then projected using these obtained face feature image. (4) For the obtained representing image apply a DR method PCA, where the Eigen features are computed and for the maximum Eigen values Eigen vectors are located and normalized for this projected image. (5) A test face image Tr ~ є Rm×n is transformed into a face feature matrix Yr є Rr×c by Yr = UrSrVr t . (6) For the developed query feature a image representation is developed and passed to the PCA. (7) For the computed face feature the distance between a test face image T and a training face images Xi (j) is calculated and the minimum distance is the recognized image. (8) The recognised image is such that it is only one for the test face image T which illustrated that redundancy is nullified. IV.CONCLUSION Although many face recognition approaches by human beings and machines were developed in past, it is still difficult to design an automatic system for the task because in real world parameters do vary. It is a known fact that every image matrix can always have the well-known singular value decomposition (SVD) and can be regarded as a composition of a set of base images generated by SVD and further it is pointed out that base images are sensitive to the composition of the face image. SVD has the advantage of providing a better representation and achieves lower error rates in face recognition but it has the disadvantage that it drags the performance evaluation. So, in order to overcome that, a controlling parameter „α‟, which ranges from 0 to 1, is introduced for better results and by setting a threshold at sorting it is also seen that it reduces classification redundancy. REFERENCES [1]. Jun Liu, Song can Chen, Xiao yang Tan “Fractional order singular value decomposition representation for face recognition” ELESVER Journal 26 March (2007). [2]. M. Kirby, L. Sirovich, “Application of the Karhunen–Loeve procedure for the Characterization of human faces” IEEE Trans. Pattern Anal. Mach. Intell. 12 (1990) 103–108. [3]. M.Turk, A.Pentland, “Eigen faces for recognition”, J. Cognitive Neurosci. 3 (1) (1991) 71–96. [4]. J. Yang, D. Zhang, et al., “Two-dimensional pca: a new approach to appearance based face representation and recognition”, IEEE Trans. Pattern Anal. Mach. Intell. 26 (1) (2004) 131–137. [5]. J. Ye, “Generalized low rank approximation of matrices, in: International Conference on Machine Learning, pp. 2004, pp. 887–894. [6]. J. Liu, S. Chen, “Non-iterative generalized low rank approximation of matrices”,Pattern Recognition Lett. 27 (9) (2006) 1002–1008. [7]. P. Belhumeur, J. Hespanha, D.J. Kriegman, “Eigenfaces vs. Fisherfaces: recognition using class specific linear projection, IEEE Trans. Pattern Anal. Mach. Intell. 19 (7) (1997) 711–720. [8]. Z. Hong,” Algebraic feature extraction of image for recognition”, Pattern Recognition 211-219 (1991) [9]. Y. Cheng, K. Liu, J. Yang, Y. Zhuang, N. Gu, “Human face recognition method based on the statistical model of small sample size”, Intelligent Robots and Computer Vision X: Algorithms and Techniques, 85–95 (1991). [10]. H. Othman, T. Aboulnasr, “A separable low complexity 2D HMM with application to face recognition” IEEE Trans. Pattern. Anal. Machie Intell., 25(10): 1229-1238 (2003). [11]. K. Lee, Y. Chung, H. Byun, “SVM based face verification with feature set of small size”, Electronic letters, 38(15): 787-789 (2002). [12]. H. Cevikalp,M.Neamtu,M.Wilkes, A. Barkana, “ Discriminative common vectors for face recognition” , IEEE Trans. Pattern Anal. Machie. Intel. 27(1): 4-13 (2005).