SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 3 (Mar. - Apr. 2013), PP 43-47
www.iosrjournals.org
www.iosrjournals.org 43 | Page
An approach for human gait identification based on area
Jasvinder Pal Singh1
, Sanjay Agrawal2
1
Department of Computer Science and Engineering, RKDFIST, Bhopal, India
2
Department of Computer Engineering and Applications, NITTTR, Bhopal, India
Abstract: In recent investigations related to security issues, biometrics plays an important role in recognition
of individuals based on their physiological or behavioral characteristics. Gait as a biometric behavioral trait
plays an important role in recent research. Gait is an unobtrusive biometric, is the process of identifying an
individual by the manner in which they walk. In this paper we propose a concept of geometric for human gait
recognition. We have considered dynamic features and side view of human body for gait recognition. This paper
considers three dynamic parameters i.e right hand, left feet and right feet. Then a triangle is formulated between
these parameters and computed area for different subjects and store it in database for recognition.
Keywords: Biometrics, Gait recognition, triangle.
I. Introduction
Biometrics recognition systems are originated from real life criminal and forensic applications. Some
methods such as finger prints and face recognition already proved to be very efficient in human recognition
[1].Biometrics is a combination of “Bio” means life and “metrics” means measure [10]. Biometrics is defined as
the science and technology of measuring and analyzing biological aspects of human being. Biometrics
Technologies are classified into two categories shown in Fig.1:
Figure 1. Classification of biometrics Technologies
Physiological Biometrics: these are biometrics which is derived from a direct measurement of a part of human
body. The most prominent and successful of these types of measures to date are finger prints, face recognition,
iris scans and hand scans. Behavioral Biometrics: extract characteristics based on an action performed by an
individual. Established measure includes key-stroke scan and speech patterns. In this paper, we present a
behavioral biometrics recognition system based on Gait [5]. Vision based human identification at a distance in
surveillance applications have recently gained more importance. Gait recognition [6] as a new behavioral
biometrics aims at recognizing individuals by the way they walk. In comparison with other biometrics such as
finger prints and iris, gait has the advantage of being non-invasive and noncontact and it is also the only
perceivable biometrics for personal identification [2][4][10]. Biometric gait recognition method mainly divided
into two categories: model based and motion based models. In model based approach , the human body structure
or motion is modeled first and then the image features are extracted by measuring the structural components of
models or by measuring the motion trajectories[6][11]. Motion based approach is further classified into state-
space methods and spatiotemporal methods [12][13]. The state- space methods consider gait motion to be
composed of a sequence of static body poses and recognize it by considering temporal variation observations.
The spatiotemporal method characterizes the spatiotemporal distribution by collapsing the entire 3D
spatiotemporal data over an entire sequence into 1D or 2D signals [13].
II. Proposed Work
Biometric gait is a behavioral biometric. Human body is divided into static and dynamic body
parameters [5]. We have considered dynamic body parameters. Our proposed work is divided into two blocks i.e
preprocessing and post processing as shown in Fig.2.
An approach for human gait identification based on area
www.iosrjournals.org 44 | Page
Figure 2. Block Architecture of Proposed work.
In biometric system data to be collected is in video format. So, in preprocessing initially video of a particular
person is captured, and then this captured video is into converted frames of that particular person. In our work
we have considered side view of particular subjects. Here we have considered three parameters of the human
body for feature extraction. i.e Left hand , right feet and left feet. Total three control points are formed and a dot
point is inserted on these control points of an individual subject as shown in Fig.3.
Figure 3.side view of particular person with dot point on three parameters (Left hand, Right
feet and left feet).
Then a single triangle is formed on these control points using the proposed gait system that is designed in
Matlab R2011a for gait recognition. The triangle is drawn between left hand, right feet and left feet as
described in Fig.4.
Figure 4. Triangle formed on three control points.
Preprocessing
Video Captured Feature Extraction
Post Processing
Triangle Formed
Area ComputationRecognition
Database Result
An approach for human gait identification based on area
www.iosrjournals.org 45 | Page
Our main motive of triangle formulation is to compute area of triangle. Area of triangle is computed by using
Heron’s Formula [8][9]. In geometry Heron’s formula or Hero’s formula states that the area T of a triangle
whose sides have length a, b, c refer Fig.5 with vertex(x1, y1), (x2, y2) and (x3, y3) is computed as
𝑇 = 𝑠 𝑠 − 𝑎 𝑠 − 𝑏 (𝑠 − 𝑐) (1)
Here s is a semiperimeter, which is calculated as
𝑠 =
𝑎 +𝑏+𝑐
2
(2)
In our proposed work, length of sides of triangle i.e a, b, c as shown in Fig.5.is computed using distance method
[9].
𝑎 = (𝑥2 − 𝑥1)2 + (𝑦2 − 𝑦1)2 (3)
𝑏 = (𝑥3 − 𝑥2)2 + (𝑦3 − 𝑦2)2 (4)
𝑐 = (𝑥3 − 𝑥1)2 + (𝑦3 − 𝑦1)2 (5)
Figure 5. Shows triangle formed on three control points with sides a, b, c.
Table I shows an example of a particular person triangle sides length with multiple frames.
Frames Distance a Distance b Distance c
1 52.2015 44.1022 79.3095
2 51.6624 44.4072 79.9062
3 49.8197 44.9110 78.5684
4 48.3735 44.1475 75.9276
5 41.4367 39.3954 70.8025
6 42.2019 26.9258 64.1405
7 44.6430 16.5529 50.0899
8 50.2892 28.0713 51.6624
9 49.9800 42.2966 57.6975
10 51.5461 51.2445 64.3506
11 55.7315 54.0093 71.8401
12 75.743 57.1402 60.2993
13 79.9312 53.1507 62.0322
14 77.0779 46.8722 63.6396
15 68.6222 40.2616 60.5310
16 58.8218 28.1603 56.4358
17 50.1597 17.0294 55.1543
18 65.4370 32.0156 52.7731
19 76.4199 46.0109 53.9351
20 81.5659 54.0370 55.5788
The table I shows an example of values of triangle sides a,b,c of a particular subject frames by using equation
3,4&5.Then Area of triangle for a particular person frames are computed from equation 1 , an example shown in
Fig 6.
An approach for human gait identification based on area
www.iosrjournals.org 46 | Page
Figure 6. Area of multiple frames of a particular subject.
Then a mean is calculated of multiple frame areas of an individual subject. That mean value is stored in database
for recognition purpose. These steps are repeated for next subject frames.
III. Proposed Algorithm
1. Input subject gait cycle frames.
2. Select parameters for feature extraction :
a) left hand
b) Left feet
c) Right feet
3. Construct triangle between these features.
4. Compute area of triangle on subject gait frames.
5. Compute mean of calculated areas of multiple frames of an individual subject and store in database.
6. Repeat step 1 to 5 for next subject gait cycle frames.
7. Classify result in the database.
IV. Experiments And Result Analysis
The CASIA gait dataset A [7] have been used to analyze the effectiveness of the proposed work. In
CASIA gait dataset A, frames of individual subject are a format of *.png and with resolution of 352*240. The
database consists of 17 subjects.
Table II. Area mean value of individual subjects.
Subjects Area Mean Value
A 1046
B 1316
C 1325
D 1695
E 2662
F 1403
G 1138
H 1334
I 1204
J 1519
K 1046
L 2482
M 1527
An approach for human gait identification based on area
www.iosrjournals.org 47 | Page
N 1563
O 1248
P 1886
Q 1662
Table II shows the mean value of area of triangle of each individual subjects. Form the result we have analyze
that subject A and subject K have same area and the average classification rate we achieve is 88%.
Figure 7 Shows result of proposed algorithm.
The Fig.7 shows the difference in area mean value of each subject. X axis represent number of subjects and y
axis represent area mean value.
V. Conclusion
This paper present gait recognition approach using geometry concept of triangle. Triangle is formed on
three control point’s left hand, right feet and left feet and calculate area of triangle as a feature for recognition.
The average recognition rate we achieved is 88% as compared to other algorithms [5].
References
[1] Michal Choras,Emerging Methods of biometrics human identification, 2nd International Conference on Innovative Computing,
Information and Control, ICICIC '2007, pp365 – 365.
[2] Liang Wang,Weiming Hu, Tieniu Tan,A new attempt to Gait-based Human Identification, the 16th IEEE international conference
on pattern recognition ICPR2002, 10 Dec 2002,pp 115 – 118.
[3] Mark S.Nixon,John N.Carter,Advances in automatic gait recognition, Sixth IEEE International Conference on Automatic Face and
Gesture Recognition, 2004, pp139 – 144.
[4] Xuelong li, Stephen J.Maybank, Shuicheng Yan,Dacheng Tao and Dong Xu ,Gait components and their applications to Gender
recognition, IEEE Transactions on Systems, Man, and Cybernetics, Part C: Applications and Reviews 2008, pp 145 – 155.
[5] Jasvinder pal singh and Sanjeev jain, Person Identification Based on Gait using Dynamic Body Parameters, IEEE International
Conference on Trendz in Information Sciences & Computing (TISC) 2010,pp: 248 – 252 .
[6] Nikolaos V.Boulgouris,Dimitrious Hatzinakos and Konstantinos N.Plataniotis,Gait Recognition: A challenging signal processing
technology for biometric identification ,IEEE signal Processing Magazine, November 2005, vol.22,No.6,pp78-90.
[7]. www.cbsr.ia.ac.cn
[8] http://en.wikipedia.org/wiki/Heron's_formula
[9] Dr.B.S.Grewal, higher engineering mathematics, khanna Publishers ed.40th
ISBN 9788174091956.
[10] Anil K. Jain, Arun Ross, and Sharath Pankanti,Biometrics: A Tool for Information Security, IEEE Transactions on Information
Forensics and Security, June 2006, pp 21-38.
[11] C.Y.Yam, M.S.Nikon and J.N.Carter, Gait recognition by walking and running: A model based approach, Proceeding of 5th
Asian
Conference on computer Vision, 2002, pp.1-6.
[12] C.BenAbdelkader,R.Culter,H.Nanda and L.Davis,EigenGait: Motion Based Recognition of People using Image Self-Similarity,
Proceeding international conference Audio and Video based Biometric Person authentication,2001,pp.284-294.
[13] L.R Sudha, Dr.R.Bhavani, Biometric Authorization system Using Gait Biometry, International Journal of Computer
Science,Engineering and Applications(IJCSEA),August 2011,Vol.1,No.4.

Weitere ähnliche Inhalte

Was ist angesagt?

The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
3D Body Scanning for Human Anthropometry
3D Body Scanning for Human Anthropometry3D Body Scanning for Human Anthropometry
3D Body Scanning for Human Anthropometryijtsrd
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ijcseit
 
Manifold image processing for see through effect in
Manifold image processing for see through effect inManifold image processing for see through effect in
Manifold image processing for see through effect ineSAT Publishing House
 
Turkish Sign Language Recognition Using Hidden Markov Model
Turkish Sign Language Recognition Using Hidden Markov Model Turkish Sign Language Recognition Using Hidden Markov Model
Turkish Sign Language Recognition Using Hidden Markov Model csandit
 
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...acijjournal
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingeSAT Publishing House
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingeSAT Journals
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometriceSAT Publishing House
 
Improvement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition ProcessImprovement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition Processijbbjournal
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...ieijjournal
 

Was ist angesagt? (14)

Ijcet 06 08_005
Ijcet 06 08_005Ijcet 06 08_005
Ijcet 06 08_005
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
3D Body Scanning for Human Anthropometry
3D Body Scanning for Human Anthropometry3D Body Scanning for Human Anthropometry
3D Body Scanning for Human Anthropometry
 
Breast boundary detection in mammogram using entropy
Breast boundary detection in mammogram using entropyBreast boundary detection in mammogram using entropy
Breast boundary detection in mammogram using entropy
 
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
ZERNIKE MOMENT-BASED FEATURE EXTRACTION FOR FACIAL RECOGNITION OF IDENTICAL T...
 
Manifold image processing for see through effect in
Manifold image processing for see through effect inManifold image processing for see through effect in
Manifold image processing for see through effect in
 
Turkish Sign Language Recognition Using Hidden Markov Model
Turkish Sign Language Recognition Using Hidden Markov Model Turkish Sign Language Recognition Using Hidden Markov Model
Turkish Sign Language Recognition Using Hidden Markov Model
 
Ijebea14 276
Ijebea14 276Ijebea14 276
Ijebea14 276
 
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON  ACTIVE CONTOUR AND...
A NOVEL IMAGE SEGMENTATION ENHANCEMENT TECHNIQUE BASED ON ACTIVE CONTOUR AND...
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imaging
 
A novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imagingA novel approach to face recognition based on thermal imaging
A novel approach to face recognition based on thermal imaging
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometric
 
Improvement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition ProcessImprovement of the Fingerprint Recognition Process
Improvement of the Fingerprint Recognition Process
 
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
AN EFFICIENT FEATURE EXTRACTION METHOD WITH LOCAL REGION ZERNIKE MOMENT FOR F...
 

Andere mochten auch (16)

2013225014
20132250142013225014
2013225014
 
Identification of humans using gait (synopsis)
Identification of humans using gait (synopsis)Identification of humans using gait (synopsis)
Identification of humans using gait (synopsis)
 
PERSON DE-IDENTIFICATION IN VIDEOS ppt
PERSON DE-IDENTIFICATION IN VIDEOS  pptPERSON DE-IDENTIFICATION IN VIDEOS  ppt
PERSON DE-IDENTIFICATION IN VIDEOS ppt
 
Biometric seminar proma
Biometric seminar promaBiometric seminar proma
Biometric seminar proma
 
BATCH 11
BATCH 11BATCH 11
BATCH 11
 
Human Recognition in Video
Human Recognition in VideoHuman Recognition in Video
Human Recognition in Video
 
Gait biomechanics
Gait biomechanicsGait biomechanics
Gait biomechanics
 
gait analysis
gait analysisgait analysis
gait analysis
 
Human Gait
Human GaitHuman Gait
Human Gait
 
Gait analysis and.ppt by ramachandra
Gait analysis and.ppt by ramachandraGait analysis and.ppt by ramachandra
Gait analysis and.ppt by ramachandra
 
Presentation on bezier curve
Presentation on bezier curvePresentation on bezier curve
Presentation on bezier curve
 
Gait ppt
Gait pptGait ppt
Gait ppt
 
Gait
GaitGait
Gait
 
Gait
GaitGait
Gait
 
Gait analysis
Gait analysisGait analysis
Gait analysis
 
Circuit Analysis – DC Circuits
Circuit Analysis – DC CircuitsCircuit Analysis – DC Circuits
Circuit Analysis – DC Circuits
 

Ähnlich wie An approach for human gait identification based on area

Using skeleton model to recognize human gait gender
Using skeleton model to recognize human gait genderUsing skeleton model to recognize human gait gender
Using skeleton model to recognize human gait genderIAESIJAI
 
Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...IJECEIAES
 
Volume 2-issue-6-2064-2067
Volume 2-issue-6-2064-2067Volume 2-issue-6-2064-2067
Volume 2-issue-6-2064-2067Editor IJARCET
 
Gait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A ReviewGait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A ReviewIJCSIS Research Publications
 
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDING
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDINGFOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDING
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDINGsipij
 
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme ijcisjournal
 
Human gait recognition using preprocessing and classification techniques
Human gait recognition using preprocessing and classification techniques Human gait recognition using preprocessing and classification techniques
Human gait recognition using preprocessing and classification techniques IJECEIAES
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...sipij
 
Gait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVMGait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVMIJEEE
 
Paper id 25201433
Paper id 25201433Paper id 25201433
Paper id 25201433IJRAT
 
Principal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemPrincipal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemjournalBEEI
 
3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D ImageWaqas Tariq
 
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...CSCJournals
 
To identify the person using gait knn based approach
To identify the person using gait   knn based approachTo identify the person using gait   knn based approach
To identify the person using gait knn based approacheSAT Journals
 
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...ijcsa
 
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...IRJET Journal
 
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKedits
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKeditsModeling Motion in Matlab 7.19.11_v4_Taylor_KKedits
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKeditsAnthony Taylor
 

Ähnlich wie An approach for human gait identification based on area (20)

Using skeleton model to recognize human gait gender
Using skeleton model to recognize human gait genderUsing skeleton model to recognize human gait gender
Using skeleton model to recognize human gait gender
 
Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...Comparison Analysis of Gait Classification for Human Motion Identification Us...
Comparison Analysis of Gait Classification for Human Motion Identification Us...
 
Volume 2-issue-6-2064-2067
Volume 2-issue-6-2064-2067Volume 2-issue-6-2064-2067
Volume 2-issue-6-2064-2067
 
Gait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A ReviewGait Recognition for Security and Surveillance System- A Review
Gait Recognition for Security and Surveillance System- A Review
 
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDING
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDINGFOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDING
FOOT ANTHROPOMETRY DEVICE AND SINGLE OBJECT IMAGE THRESHOLDING
 
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme Gait Based Person Recognition Using Partial Least Squares Selection Scheme
Gait Based Person Recognition Using Partial Least Squares Selection Scheme
 
Human gait recognition using preprocessing and classification techniques
Human gait recognition using preprocessing and classification techniques Human gait recognition using preprocessing and classification techniques
Human gait recognition using preprocessing and classification techniques
 
Symbolic representation and recognition of gait an approach based on lbp of ...
Symbolic representation and recognition of gait  an approach based on lbp of ...Symbolic representation and recognition of gait  an approach based on lbp of ...
Symbolic representation and recognition of gait an approach based on lbp of ...
 
Gait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVMGait Recognition using MDA, LDA, BPNN and SVM
Gait Recognition using MDA, LDA, BPNN and SVM
 
Paper id 25201433
Paper id 25201433Paper id 25201433
Paper id 25201433
 
Principal component analysis for human gait recognition system
Principal component analysis for human gait recognition systemPrincipal component analysis for human gait recognition system
Principal component analysis for human gait recognition system
 
3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image
 
1879 1885
1879 18851879 1885
1879 1885
 
1879 1885
1879 18851879 1885
1879 1885
 
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
Reliability of Three-dimensional Photonic Scanner Anthropometry Performed by ...
 
To identify the person using gait knn based approach
To identify the person using gait   knn based approachTo identify the person using gait   knn based approach
To identify the person using gait knn based approach
 
G0333946
G0333946G0333946
G0333946
 
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...
A NOVEL BINNING AND INDEXING APPROACH USING HAND GEOMETRY AND PALM PRINT TO E...
 
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...IRJET-  	  Recurrent Neural Network for Human Action Recognition using Star S...
IRJET- Recurrent Neural Network for Human Action Recognition using Star S...
 
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKedits
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKeditsModeling Motion in Matlab 7.19.11_v4_Taylor_KKedits
Modeling Motion in Matlab 7.19.11_v4_Taylor_KKedits
 

Mehr von IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Kürzlich hochgeladen

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniquesugginaramesh
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction managementMariconPadriquez1
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 

Kürzlich hochgeladen (20)

Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Comparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization TechniquesComparative Analysis of Text Summarization Techniques
Comparative Analysis of Text Summarization Techniques
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
computer application and construction management
computer application and construction managementcomputer application and construction management
computer application and construction management
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 

An approach for human gait identification based on area

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 10, Issue 3 (Mar. - Apr. 2013), PP 43-47 www.iosrjournals.org www.iosrjournals.org 43 | Page An approach for human gait identification based on area Jasvinder Pal Singh1 , Sanjay Agrawal2 1 Department of Computer Science and Engineering, RKDFIST, Bhopal, India 2 Department of Computer Engineering and Applications, NITTTR, Bhopal, India Abstract: In recent investigations related to security issues, biometrics plays an important role in recognition of individuals based on their physiological or behavioral characteristics. Gait as a biometric behavioral trait plays an important role in recent research. Gait is an unobtrusive biometric, is the process of identifying an individual by the manner in which they walk. In this paper we propose a concept of geometric for human gait recognition. We have considered dynamic features and side view of human body for gait recognition. This paper considers three dynamic parameters i.e right hand, left feet and right feet. Then a triangle is formulated between these parameters and computed area for different subjects and store it in database for recognition. Keywords: Biometrics, Gait recognition, triangle. I. Introduction Biometrics recognition systems are originated from real life criminal and forensic applications. Some methods such as finger prints and face recognition already proved to be very efficient in human recognition [1].Biometrics is a combination of “Bio” means life and “metrics” means measure [10]. Biometrics is defined as the science and technology of measuring and analyzing biological aspects of human being. Biometrics Technologies are classified into two categories shown in Fig.1: Figure 1. Classification of biometrics Technologies Physiological Biometrics: these are biometrics which is derived from a direct measurement of a part of human body. The most prominent and successful of these types of measures to date are finger prints, face recognition, iris scans and hand scans. Behavioral Biometrics: extract characteristics based on an action performed by an individual. Established measure includes key-stroke scan and speech patterns. In this paper, we present a behavioral biometrics recognition system based on Gait [5]. Vision based human identification at a distance in surveillance applications have recently gained more importance. Gait recognition [6] as a new behavioral biometrics aims at recognizing individuals by the way they walk. In comparison with other biometrics such as finger prints and iris, gait has the advantage of being non-invasive and noncontact and it is also the only perceivable biometrics for personal identification [2][4][10]. Biometric gait recognition method mainly divided into two categories: model based and motion based models. In model based approach , the human body structure or motion is modeled first and then the image features are extracted by measuring the structural components of models or by measuring the motion trajectories[6][11]. Motion based approach is further classified into state- space methods and spatiotemporal methods [12][13]. The state- space methods consider gait motion to be composed of a sequence of static body poses and recognize it by considering temporal variation observations. The spatiotemporal method characterizes the spatiotemporal distribution by collapsing the entire 3D spatiotemporal data over an entire sequence into 1D or 2D signals [13]. II. Proposed Work Biometric gait is a behavioral biometric. Human body is divided into static and dynamic body parameters [5]. We have considered dynamic body parameters. Our proposed work is divided into two blocks i.e preprocessing and post processing as shown in Fig.2.
  • 2. An approach for human gait identification based on area www.iosrjournals.org 44 | Page Figure 2. Block Architecture of Proposed work. In biometric system data to be collected is in video format. So, in preprocessing initially video of a particular person is captured, and then this captured video is into converted frames of that particular person. In our work we have considered side view of particular subjects. Here we have considered three parameters of the human body for feature extraction. i.e Left hand , right feet and left feet. Total three control points are formed and a dot point is inserted on these control points of an individual subject as shown in Fig.3. Figure 3.side view of particular person with dot point on three parameters (Left hand, Right feet and left feet). Then a single triangle is formed on these control points using the proposed gait system that is designed in Matlab R2011a for gait recognition. The triangle is drawn between left hand, right feet and left feet as described in Fig.4. Figure 4. Triangle formed on three control points. Preprocessing Video Captured Feature Extraction Post Processing Triangle Formed Area ComputationRecognition Database Result
  • 3. An approach for human gait identification based on area www.iosrjournals.org 45 | Page Our main motive of triangle formulation is to compute area of triangle. Area of triangle is computed by using Heron’s Formula [8][9]. In geometry Heron’s formula or Hero’s formula states that the area T of a triangle whose sides have length a, b, c refer Fig.5 with vertex(x1, y1), (x2, y2) and (x3, y3) is computed as 𝑇 = 𝑠 𝑠 − 𝑎 𝑠 − 𝑏 (𝑠 − 𝑐) (1) Here s is a semiperimeter, which is calculated as 𝑠 = 𝑎 +𝑏+𝑐 2 (2) In our proposed work, length of sides of triangle i.e a, b, c as shown in Fig.5.is computed using distance method [9]. 𝑎 = (𝑥2 − 𝑥1)2 + (𝑦2 − 𝑦1)2 (3) 𝑏 = (𝑥3 − 𝑥2)2 + (𝑦3 − 𝑦2)2 (4) 𝑐 = (𝑥3 − 𝑥1)2 + (𝑦3 − 𝑦1)2 (5) Figure 5. Shows triangle formed on three control points with sides a, b, c. Table I shows an example of a particular person triangle sides length with multiple frames. Frames Distance a Distance b Distance c 1 52.2015 44.1022 79.3095 2 51.6624 44.4072 79.9062 3 49.8197 44.9110 78.5684 4 48.3735 44.1475 75.9276 5 41.4367 39.3954 70.8025 6 42.2019 26.9258 64.1405 7 44.6430 16.5529 50.0899 8 50.2892 28.0713 51.6624 9 49.9800 42.2966 57.6975 10 51.5461 51.2445 64.3506 11 55.7315 54.0093 71.8401 12 75.743 57.1402 60.2993 13 79.9312 53.1507 62.0322 14 77.0779 46.8722 63.6396 15 68.6222 40.2616 60.5310 16 58.8218 28.1603 56.4358 17 50.1597 17.0294 55.1543 18 65.4370 32.0156 52.7731 19 76.4199 46.0109 53.9351 20 81.5659 54.0370 55.5788 The table I shows an example of values of triangle sides a,b,c of a particular subject frames by using equation 3,4&5.Then Area of triangle for a particular person frames are computed from equation 1 , an example shown in Fig 6.
  • 4. An approach for human gait identification based on area www.iosrjournals.org 46 | Page Figure 6. Area of multiple frames of a particular subject. Then a mean is calculated of multiple frame areas of an individual subject. That mean value is stored in database for recognition purpose. These steps are repeated for next subject frames. III. Proposed Algorithm 1. Input subject gait cycle frames. 2. Select parameters for feature extraction : a) left hand b) Left feet c) Right feet 3. Construct triangle between these features. 4. Compute area of triangle on subject gait frames. 5. Compute mean of calculated areas of multiple frames of an individual subject and store in database. 6. Repeat step 1 to 5 for next subject gait cycle frames. 7. Classify result in the database. IV. Experiments And Result Analysis The CASIA gait dataset A [7] have been used to analyze the effectiveness of the proposed work. In CASIA gait dataset A, frames of individual subject are a format of *.png and with resolution of 352*240. The database consists of 17 subjects. Table II. Area mean value of individual subjects. Subjects Area Mean Value A 1046 B 1316 C 1325 D 1695 E 2662 F 1403 G 1138 H 1334 I 1204 J 1519 K 1046 L 2482 M 1527
  • 5. An approach for human gait identification based on area www.iosrjournals.org 47 | Page N 1563 O 1248 P 1886 Q 1662 Table II shows the mean value of area of triangle of each individual subjects. Form the result we have analyze that subject A and subject K have same area and the average classification rate we achieve is 88%. Figure 7 Shows result of proposed algorithm. The Fig.7 shows the difference in area mean value of each subject. X axis represent number of subjects and y axis represent area mean value. V. Conclusion This paper present gait recognition approach using geometry concept of triangle. Triangle is formed on three control point’s left hand, right feet and left feet and calculate area of triangle as a feature for recognition. The average recognition rate we achieved is 88% as compared to other algorithms [5]. References [1] Michal Choras,Emerging Methods of biometrics human identification, 2nd International Conference on Innovative Computing, Information and Control, ICICIC '2007, pp365 – 365. [2] Liang Wang,Weiming Hu, Tieniu Tan,A new attempt to Gait-based Human Identification, the 16th IEEE international conference on pattern recognition ICPR2002, 10 Dec 2002,pp 115 – 118. [3] Mark S.Nixon,John N.Carter,Advances in automatic gait recognition, Sixth IEEE International Conference on Automatic Face and Gesture Recognition, 2004, pp139 – 144. [4] Xuelong li, Stephen J.Maybank, Shuicheng Yan,Dacheng Tao and Dong Xu ,Gait components and their applications to Gender recognition, IEEE Transactions on Systems, Man, and Cybernetics, Part C: Applications and Reviews 2008, pp 145 – 155. [5] Jasvinder pal singh and Sanjeev jain, Person Identification Based on Gait using Dynamic Body Parameters, IEEE International Conference on Trendz in Information Sciences & Computing (TISC) 2010,pp: 248 – 252 . [6] Nikolaos V.Boulgouris,Dimitrious Hatzinakos and Konstantinos N.Plataniotis,Gait Recognition: A challenging signal processing technology for biometric identification ,IEEE signal Processing Magazine, November 2005, vol.22,No.6,pp78-90. [7]. www.cbsr.ia.ac.cn [8] http://en.wikipedia.org/wiki/Heron's_formula [9] Dr.B.S.Grewal, higher engineering mathematics, khanna Publishers ed.40th ISBN 9788174091956. [10] Anil K. Jain, Arun Ross, and Sharath Pankanti,Biometrics: A Tool for Information Security, IEEE Transactions on Information Forensics and Security, June 2006, pp 21-38. [11] C.Y.Yam, M.S.Nikon and J.N.Carter, Gait recognition by walking and running: A model based approach, Proceeding of 5th Asian Conference on computer Vision, 2002, pp.1-6. [12] C.BenAbdelkader,R.Culter,H.Nanda and L.Davis,EigenGait: Motion Based Recognition of People using Image Self-Similarity, Proceeding international conference Audio and Video based Biometric Person authentication,2001,pp.284-294. [13] L.R Sudha, Dr.R.Bhavani, Biometric Authorization system Using Gait Biometry, International Journal of Computer Science,Engineering and Applications(IJCSEA),August 2011,Vol.1,No.4.