Extraction of Human Gait Features from Enhanced Human Silhouette Images

Size: px
Start display at page:

Download "Extraction of Human Gait Features from Enhanced Human Silhouette Images"

Transcription

1 2009 IEEE International Conference on Signal and Image Processing Applications Extraction of Human Gait Features from Enhanced Human Silhouette Images Hu Ng #1, Wooi-Haw Tan *2, Hau-Lee Tong #3, Junaidi Abdullah #4, Ryoichi Komiya #5 # Faculty of Information Technology, Multimedia University Jalan Multimedia, Cyberjaya, Selangor, Malaysia 1 nghu@mmu.edu.my 3 hltong@mmu.edu.my 4 junaidi@mmu.edu.my 5 komiya@mmu.edu.my * Faculty of Engineering, Multimedia University Jalan Multimedia, Cyberjaya, Selangor, Malaysia 2 twhaw@mmu.edu.my Abstract In this paper, a new approach is proposed for extracting human gait features from a walking human based on the silhouette image. The approach consists of five stages: clearing the background noise of image by morphological opening; measuring the width and height of the human silhouette; dividing the enhanced human silhouette into six body segments based on anatomical knowledge; applying morphological skeleton to obtain the body skeleton; and applying Hough transform to obtain the joint angles from the body segment skeletons. The joint angles together with the height and width of the human silhouette are collected and used for gait analysis. From the experiment conducted, it can be observed that the proposed system is feasible as satisfactory results have been achieved. Keywords Biometric, gait features, morphological skeleton, Hough transform and K-nearest neighbours. I. INTRODUCTION Personal identification or verification schemes are widely used in systems that require determination of the identity of an individual before granting the permission to access or use the services. Human identification based on biometrics refers to the automatic recognition of the individuals based on their physical and/or behavioural characteristics such as face, fingerprint, gait and spoken voice. Biometrics are getting important and widely acceptable nowadays because they are really personal / unique that one will not lose or forget it over time. Since every individual has his/her own walking pattern, gait is unique feature. Human walking is a complex locomotion which involves synchronized movements of body parts, joints and the interaction among them [1]. Gait is a new motion based biometric technology, which offers the ability to identify people at a distance when other biometrics are obscured. Furthermore, there is no point of contact with any feature capturing device and is henceforth unobtrusive. Basically, gait analysis can be divided into two major categories, namely model-based method and model-free method [2]. Model-based method generally models the human body structure or motion and extracts features to match them to the model components. It incorporates knowledge of the human shape and dynamics of human gait into an extraction process. This implies that the gait dynamics are extracted directly by determining joint positions from model components, rather than inferring dynamics from other measures, thus, reducing the effect of background noise (such as movement of other objects). For instance, Johnson used activity-specific static body parameters for gait recognition without directly analyzing gait dynamics [3]. Cunado used thigh joint trajectories as the gait features [4]. The advantages of this method are the ability to derive gait signatures directly from model parameters and free from the effect of different clothing or viewpoint. However, it is time consuming and the computational cost is high due to the complex matching and searching process. Conversely, model-free method generally differentiates the whole motion pattern of the human body by a concise representation without considering the underlying structure. The advantages of this method are low computational cost and less time consuming. For instance, BenAbdelkader proposed an eigengait method using image self-similarity plots [5]. Collins established a method based on template matching of body silhouettes in key frames during a human s walking cycle [6]. Philips characterized the spatial-temporal distribution generated by gait motion in its continuum [7]. This paper presents the unique concept of extracting the human gait features of walking human from the consecutive silhouette images. First, enhanced human silhouette is divided into six body segments to construct the 2D skeleton of the body model. Then, Hough transform technique is applied to obtain the joint angle for each body segment. This concept of joint angle calculation is found faster in process and less complicated than the model-based method like linear /09/$

2 regression approach by J. H. Yoo [8] and temporal accumulation approach by D. K. Wagg [9]. II. OVERVIEW OF THE SYSTEM First, the morphological opening is applied to reduce background noise on the raw human silhouette images. Each of the human silhouettes is then measured for its width and height. Next, each of the enhanced human silhouettes is divided into six body segments based on the anatomical knowledge [10]. Morphological skeleton is later applied to obtain the skeleton of body segments. The joint angles are obtained after applying Hough transform on the skeleton. The dimension of the human silhouette width, height and six joint angles from body segments head and neck, torso, right hip and thigh, right lower leg, left hip and thigh, and left lower leg are then used as the gait features for classification. Fig. 1 summarises the process flow of the proposed system. A B = (AB) B) (1) where A is the image, B is the structuring element, represents morphological erosion and represents morphological dilation. The opening first performs erosion, followed by dilation. Fig. 2 shows the enhancement made to the original human silhouette image. (a) Original video image (b) Original silhouette image (c) Enhanced silhouette image Fig. 2. Original and enhanced images after morphological opening B. Measurement of width and height The width and height of the enhanced human silhouette are being measured as shown in Fig. 3. These two features will be used for gait analysis in the later stage. Height Fig. 1. Flow chart of the proposed system III. EXTRACTING THE HUMAN GAIT FEATURES A. Original image enhancement The acquired original raw human silhouette images are obtained from the small subject gait database, University of Southampton [11]. They used static cameras to capture eleven subjects walking along the indoor track in four different angles. Video data was first preprocessed using Gaussian averaging filter for noise suppression, followed by Sobel edge detection and background subtraction technique to create the human silhouette images. Due to poor lighting condition during the video shooting, shadow was found especially near to the feet. It appeared as part of the subject body in the binary human silhouette image as shown in Fig. 2. The present of the artifact affects the gait feature extraction and the measurement of joint angles. The problem can be reduced by applying Morphological opening with a 7x7 diamond shape structuring element, as denoted by Width Fig. 3. The width and height of a human silhouette C. Dividing human silhouette At this stage, the enhanced human silhouette is divided into six body segments based on the anatomical knowledge [10]. First, the centroid of the subject is determined by calculating the centre of mass of the region pixels. The area above the centroid is considered as the upper body head, neck and torso. The area below the centroid is considered as the lower body hips, legs and foots. Then, one third of the upper body is divided into head and neck. The remaining two thirds of the upper body are classified as the torso. The lower body is divided into two portions (i) hips and thighs (ii) lower legs and foots by the ratio one to two. Again, the centroid coordinate is used to divide the two portions into the final four segments (i) right hip and thigh (ii) right lower leg and foot (iii) left hip and thigh and (iv) left lower leg and foot. Fig. 4 shows the six segments of the body, where a represent head and neck, b represents torso, c represents right hip and thigh, d represents right lower leg and foot, e 426

3 represents left hip and thigh and f represent left lower leg and foot. r Detected line Fig. 4. Six body segments D. Skeletonization of body segments To enhance the segments structure, morphological skeleton is used to construct the skeleton for all the body segments. Skeletonization involves consecutive erosions and opening operations on the image until the set differences between the two operations is zero. Erosion Opening Set differences AkB (AkB)B (AkB) ((AkB)) B (2) where A is an image, B is the structuring element and k is from zero to infinity. Fig. 5. shows the skeleton of the body segments. Fig. 6. Joint angle formation The parameter r represents the perpendicular distance between the detected line and the origin, while is the angle between the closest point on the detected line and the origin, and is the joint angle calculated using 0 (3) 90 Fig. 7 shows all the gait features extracted from a human silhouette, where Angle 7 is the thigh angle, calculated as Angle 7 = Angle 6 Angle 4 (4) Width Angle 2 Height Angle 1 Fig. 5. Skeleton of the body segments E. Joint angles extraction To extract the joint angle for each body segment, Hough transform is applied on the skeleton. Hough transform maps pixels in the image space to the straight line through a parameter space. The skeleton in each body segment, which is the longest line, is indicated by the highest intensity point in the parameter space. Fig. 6 shows the joint angle formation from the most probable straight line detected via Hough transform. Angle 7 Angle 4 Angle 6 Angle 3 Angle 5 Fig 7. All the extracted gait features IV. CLASSIFICATION TECHNIQUE In this project, both k-nearest neighbours (KNN) and fuzzy KNN algorithm are employed for the classification of different subjects. KNN is a classifier to distinguish the different subjects based on the nearest training data in the 427

4 feature space. In other words, subjects are classified according to the majority of nearest neighbours as shown in Fig. 8. Step 2: Sort the subjects based on the similarity and identify the k-nearest neighbours. k-nearest neighbours, KNN ={x 1, x 2,, x k } (7) Step 3: Compute the membership value for every class based on equation (5). Step 4: Classify unlabeled subject to the class with the maximum membership value as shown in Fig. 9. Fig. 8. An example for four nearest neighbours for KNN. From Fig. 8, the values on the lines denote the similarities between unlabeled and labelled subjects. The unlabeled subject will be classified as Class 1 as the most frequently representing label is Class 1. In extension to KNN, J.M. Keller [12] has integrated the fuzzy relation with the KNN. According to the Keller s concept, the unlabeled subject s membership function of class i is given by: u ( x) i xknn 1 ui ( x) x x 1 2 m1 x x xknn 2 m1 Where x, x and U i (x) represent the unlabeled subjects, labelled subjects and x s membership of class i respectively. Equation (5) will compute the membership value of unlabeled subject by the membership value of labelled subject and distance between the unlabeled subject and KNN labelled subjects. (5) Fig. 9. An example for four nearest neighbours for Fuzzy KNN. From Fig. 9, the sum of membership values for Class 1, m1=0.7 and for Class 2, m2=0.3. Since m1 is more than m2, so the unlabeled subject is classified into Class 1. V. EXPERIMENTAL RESULTS AND DISCUSSION In our experiment, data of nine subjects at normal walking speed is considered. For each subject, there are approximately twenty sets of walking data. The experiments are carried out to study whether the collected data provides any degree of significance for the recognition of different subject via the supervised classification techniques. Fig. 10 shows the thigh angle, width and height data that has been collected from a walking subject. It shows that there is a very strong relationship between the width of the human silhouette and thigh angle of walking subject. The height of the human silhouette is rather consistent, as there is not much vertical movement of the head at normal walking speed. Through the fuzziness, the KNN will annotate the appropriate class to the unlabeled subject by sum of similarities between labelled subjects. The algorithm involved in identification of the human beings is implemented as bellows: Step 1: Compute the distance between the unlabeled subject, and all labelled or training subjects. The distance between an unlabeled subject, x i and labelled subject, x j is defined as: D (x i, x j ) = x i, x j 2 (6) Fig. 10. The relationship among height, width and thigh angle 428

5 The maximum thigh angle, max for each set of walking data is extracted. For each max, the information of width, w and height, h is identified. As a result, three features are channelled into the classification process and the distance is defined as: max max D( x, x ) =( i - j ) 2 +(w i - w j ) 2 +(h i - h j ) 2 (8) i j Since the supervised classification algorithm adopted, the classification process is divided into training and testing parts. For the training part, eight walking data for each subject are utilized. The rest of the data will be used in the testing part. As such, in total there are 72 training and 111 testing data respectively. The experiments have been conducted for the different values of k neighbors, where k = 3, 4, 5, 6, 7 and 8. The maximum of k is eight as the training data of each class is eight. The comparisons have been done between KNN and fuzzy KNN as well. The obtained results are depicted in Fig. 11 and Table 1. whereas fuzzy KNN considers the summation of the highest membership value, which is more accurate. As shown in Fig. 11, fuzzy KNN show similar results for k of 5 and above. This implies that after five; the incremental of k does not make any significance in terms of accuracy any longer. Overall, these three features not generated very promising results. However, to a certain extent it does provide some degree of significance. The results may be more satisfactory if other features are included, which will be explored in future work In terms of evaluation for the accuracy of each class for fuzzy KNN, we consider the values of k with the highest accuracy only, which are 5, 6, 7 and 8. The objective is to determine which classes are affecting the accuracy more. The results are shown in Table 2. From Table 2, classes 1 and 3 have contributed more to provide better results. Classes 1 and 3 are highly recognizable via the three adopted features. On the other hand, the accuracy of the results is mostly decreased by class 6 and 7. This is because class 6 and 7 have large variation within the same class. TABLE 2. THE ACCURACY OF RECOGNITION FOR RESPECTIVE CLASS k class Fig. 11. Graph for the percentage of classification s accuracy versus the value of k % 91.67% 91.67% 91.67% 2 75% 75% 75% 75% % 91.67% 91.67% 91.67% 4 75% 66.66% 66.66% 66.66% 5 75% 75% 66.66% 66.66% % 42.86% 50% 42.86% % 42.86% 42.86% 42.86% % 66.66% 66.66% 75% 9 75% 75% 75% 83.33% TABLE 1. THE PERCENTAGE OF CLASSIFICATION S ACCURACY FOR KNN AND FUZZY KNN k KNN Fuzzy KNN % 70.27% % 70.27% % 72.07% % 72.07% % 72.07% % 72.07% From Table 1, the classification results obtained from fuzzy KNN are outperforming the results from KNN. The highest accuracy of KNN is lower than the lowest accuracy of fuzzy KNN. Therefore, KNN with fuzzy has made some significant improvements. This is because to the KNN classify the unlabeled person to a particular class according to the highest number of the nearest neighbours belong of that class, VI. CONCLUSION We have described a new approach for extracting the gait features from enhanced human silhouette image. The gait features is extracted from human silhouette by determining the skeleton from body segment. The joint angles are obtained after applying Hough transform on the skeleton. The future plan is to apply more gait features in order to achieve higher accuracy of classification. ACKNOWLEDGMENT The authors would like to thank Prof Mark Nixon, School of Electronics and Computer Science, University of Southampton, United Kingdoms for providing the database for use in this work. 429

6 REFERENCES [1] C. BenAbdelkader, R. Culter, H. Nanda and L. Davis, EigenGait: motion-based recognition of people using image self-similarity, in Proceeding of International Conference Audio and Video-Based Person Authentication, 2001, pp [2] M. S. Nixon, T. Tan and R. Chellappa, Human Identification Based On Gait, 2nd ed., Berlin, Germany: Springer, [3] A. Bobick and A. Johnson, Gait recognition using static, activityspecific prameters, in Proceeding of IEEE Computer Vision and Pattern Recognition, I, 2001, pp [4] D. Cunado, M. S. Nixon and J. Carter, Automatic extraction and description of human gait models for recognition purposes, Computer and Vision Image Understanding, vol. 90, no 1, pp. 1 41, [5] C. BenAbdelkader, R. Cutler and L. Davis, Motion-based recognition of people in EigenGait space, in Proceeding of Fifth IEEE International Conference, May 2002, pp [6] R. Collin, R. Gross and J. Shi, Silhouette-based human identification from body shape and gait, in Proceedings of Fifth IEEE International Conference, May 2002, pp [7] P..J. Phillips, S. Sarkar, I. Robledo, P. Grother and K. Bowyer. The gait identification challenge problem: Dataset and baseline algorithm, in Proceedings of 16 th international Conference Pattern Recognition, vol.1, 2002, pp [8] Jang-Hee Yoo, M. S. Nixon and Chris. J. Harris, Extracting human gait signatures by body segment properties, in Fifth IEEE Southwest Symposium on Image Analysis and Interpretation, 2002, pp [9] D. K. Wagg and M. S. Nixon On Automated Model-Based Extraction and Analysis of Gait, in Proceedings of 6th IEEE International Conference on Automatic face and Gesture Recognition, 2004, pp [10] W. T. Dempster and G. R. L. Gaughran, Properties of body segments based on size and weight, American Journal of Anatomy, vol. 120, pp , [11] J. D. Shutler, M. G. Grant, M. S. Nixon, and J. N. Carter, On a large sequence-based human gait database, in Proceedings of 4 th International Conference on Recent Advances in Soft Computing, Nottingham (UK), 2002, pp [12] J. Keller, M. Gray and J. Givens, A fuzzy K-nearest neighbour algorithm, IEEE Trans. Systems, Man, Cybern. vol. 15, pp ,

Automatic Gait Recognition. - Karthik Sridharan

Automatic Gait Recognition. - Karthik Sridharan Automatic Gait Recognition - Karthik Sridharan Gait as a Biometric Gait A person s manner of walking Webster Definition It is a non-contact, unobtrusive, perceivable at a distance and hard to disguise

More information

Person identification from human walking sequences using affine moment invariants

Person identification from human walking sequences using affine moment invariants 2009 IEEE International Conference on Robotics and Automation Kobe International Conference Center Kobe, Japan, May 2-7, 2009 Person identification from human walking sequences using affine moment invariants

More information

Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance

Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance Matching Gait Image Sequences in the Frequency Domain for Tracking People at a Distance Ryusuke Sagawa, Yasushi Makihara, Tomio Echigo, and Yasushi Yagi Institute of Scientific and Industrial Research,

More information

Individual Recognition Using Gait Energy Image

Individual Recognition Using Gait Energy Image Individual Recognition Using Gait Energy Image Ju Han and Bir Bhanu Center for Research in Intelligent Systems University of California, Riverside, California 92521, USA jhan,bhanu @cris.ucr.edu Abstract

More information

Neural Network Based Authentication using Compound Gait Biometric Features

Neural Network Based Authentication using Compound Gait Biometric Features Neural Network Based Authentication using Compound Gait Biometric Features C. Nandini 1, Mohammed Tajuddin 2 1 Dept. of CSE, DSATM, Bangalore 2 Dept. of CSE, DSCE, Bangalore Abstract : Authentication of

More information

Person identification from spatio-temporal 3D gait

Person identification from spatio-temporal 3D gait 200 International Conference on Emerging Security Technologies Person identification from spatio-temporal 3D gait Yumi Iwashita Ryosuke Baba Koichi Ogawara Ryo Kurazume Information Science and Electrical

More information

Covariate Analysis for View-Point Independent Gait Recognition

Covariate Analysis for View-Point Independent Gait Recognition Covariate Analysis for View-Point Independent Gait Recognition I. Bouchrika, M. Goffredo, J.N. Carter, and M.S. Nixon ISIS, Department of Electronics and Computer Science University of Southampton, SO17

More information

AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE

AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE AUTOMATED THRESHOLD DETECTION FOR OBJECT SEGMENTATION IN COLOUR IMAGE Md. Akhtaruzzaman, Amir A. Shafie and Md. Raisuddin Khan Department of Mechatronics Engineering, Kulliyyah of Engineering, International

More information

Person Identification using Shadow Analysis

Person Identification using Shadow Analysis IWASHITA, STOICA, KURAZUME: PERSON IDENTIFICATION USING SHADOW ANALYSIS1 Person Identification using Shadow Analysis Yumi Iwashita 1 yumi@ait.kyushu-u.ac.jp Adrian Stoica 2 adrian.stoica@jpl.nasa.gov Ryo

More information

Towards Understanding the Limits of Gait Recognition

Towards Understanding the Limits of Gait Recognition Towards Understanding the Limits of Gait Recognition Zongyi Liu, Laura Malave, Adebola Osuntugun, Preksha Sudhakar, and Sudeep Sarkar Computer Vision and Image Informatics Laboratory Computer Science and

More information

IDENTIFYING people automatically and accurately is an

IDENTIFYING people automatically and accurately is an IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 14, NO. 2, FEBRUARY 2004 149 Fusion of Static and Dynamic Body Biometrics for Gait Recognition Liang Wang, Huazhong Ning, Tieniu Tan,

More information

A Layered Deformable Model for Gait Analysis

A Layered Deformable Model for Gait Analysis A Layered Deformable Model for Gait Analysis Haiping Lu, K.N. Plataniotis and A.N. Venetsanopoulos Bell Canada Multimedia Laboratory The Edward S. Rogers Sr. Department of Electrical and Computer Engineering

More information

Short Survey on Static Hand Gesture Recognition

Short Survey on Static Hand Gesture Recognition Short Survey on Static Hand Gesture Recognition Huu-Hung Huynh University of Science and Technology The University of Danang, Vietnam Duc-Hoang Vo University of Science and Technology The University of

More information

A Multi-view Method for Gait Recognition Using Static Body Parameters

A Multi-view Method for Gait Recognition Using Static Body Parameters A Multi-view Method for Gait Recognition Using Static Body Parameters Amos Y. Johnson 1 and Aaron F. Bobick 2 1 Electrical and Computer Engineering Georgia Tech, Atlanta, GA 30332 amos@cc.gatech.edu 2

More information

Expanding gait identification methods from straight to curved trajectories

Expanding gait identification methods from straight to curved trajectories Expanding gait identification methods from straight to curved trajectories Yumi Iwashita, Ryo Kurazume Kyushu University 744 Motooka Nishi-ku Fukuoka, Japan yumi@ieee.org Abstract Conventional methods

More information

Gait Analysis for Criminal Identification. Based on Motion Capture. Nor Shahidayah Razali Azizah Abdul Manaf

Gait Analysis for Criminal Identification. Based on Motion Capture. Nor Shahidayah Razali Azizah Abdul Manaf Gait Analysis for Criminal Identification Based on Motion Capture Nor Shahidayah Razali Azizah Abdul Manaf Gait Analysis for Criminal Identification Based on Motion Capture Nor Shahidayah Razali, Azizah

More information

Uniprojective Features for Gait Recognition

Uniprojective Features for Gait Recognition Uniprojective Features for Gait Recognition Daoliang Tan, Kaiqi uang, Shiqi Yu, and Tieniu Tan Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of Automation,

More information

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method

Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs and Adaptive Motion Frame Method Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Non-rigid body Object Tracking using Fuzzy Neural System based on Multiple ROIs

More information

Fully Automatic Methodology for Human Action Recognition Incorporating Dynamic Information

Fully Automatic Methodology for Human Action Recognition Incorporating Dynamic Information Fully Automatic Methodology for Human Action Recognition Incorporating Dynamic Information Ana González, Marcos Ortega Hortas, and Manuel G. Penedo University of A Coruña, VARPA group, A Coruña 15071,

More information

Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme

Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme Unsupervised Human Members Tracking Based on an Silhouette Detection and Analysis Scheme Costas Panagiotakis and Anastasios Doulamis Abstract In this paper, an unsupervised, automatic video human members(human

More information

Gait Shape Estimation for Identification

Gait Shape Estimation for Identification Gait Shape Estimation for Identification David Tolliver and Robert T. Collins Robotics Institute, Carnegie Mellon University, Pittsburgh PA 15213, USA tolliver@ri.cmu.edu Abstract. A method is presented

More information

Human Motion Detection and Tracking for Video Surveillance

Human Motion Detection and Tracking for Video Surveillance Human Motion Detection and Tracking for Video Surveillance Prithviraj Banerjee and Somnath Sengupta Department of Electronics and Electrical Communication Engineering Indian Institute of Technology, Kharagpur,

More information

Signature Recognition by Pixel Variance Analysis Using Multiple Morphological Dilations

Signature Recognition by Pixel Variance Analysis Using Multiple Morphological Dilations Signature Recognition by Pixel Variance Analysis Using Multiple Morphological Dilations H B Kekre 1, Department of Computer Engineering, V A Bharadi 2, Department of Electronics and Telecommunication**

More information

Learning Human Identity using View-Invariant Multi-View Movement Representation

Learning Human Identity using View-Invariant Multi-View Movement Representation Learning Human Identity using View-Invariant Multi-View Movement Representation Alexandros Iosifidis, Anastasios Tefas, Nikolaos Nikolaidis and Ioannis Pitas Aristotle University of Thessaloniki Department

More information

Study on the Signboard Region Detection in Natural Image

Study on the Signboard Region Detection in Natural Image , pp.179-184 http://dx.doi.org/10.14257/astl.2016.140.34 Study on the Signboard Region Detection in Natural Image Daeyeong Lim 1, Youngbaik Kim 2, Incheol Park 1, Jihoon seung 1, Kilto Chong 1,* 1 1567

More information

P RW GEI: Poisson Random Walk based Gait Recognition

P RW GEI: Poisson Random Walk based Gait Recognition P RW GEI: Poisson Random Walk based Gait Recognition Pratheepan Yogarajah, Joan V. Condell and Girijesh Prasad Intelligent System Research Centre (ISRC) School of Computing and Intelligent Systems University

More information

Using Bilinear Models for View-invariant Identity Recognition from Gait. Abstract

Using Bilinear Models for View-invariant Identity Recognition from Gait. Abstract Using Bilinear Models for View-invariant Identity Recognition from Gait Fabio Cuzzolin and Stefano Soatto Abstract Human identification from gait is a challenging task in realistic surveillance scenarios

More information

AN ANALYSIS ON GAIT RECOGNITION OF TWINS

AN ANALYSIS ON GAIT RECOGNITION OF TWINS AN ANALYSIS ON GAIT RECOGNITION OF TWINS Wan-Noorshahida Mohd-Isa, Junaidi Abdullah, Chikkanan Eswaran, Amalina Ibrahim Faculty of Computing and Informatics, Multimedia University (MMU), Cyberjaya, Selangor,

More information

Human Gait Recognition using All Pair Shortest Path

Human Gait Recognition using All Pair Shortest Path 2011 International Conference on Software and Computer Applications IPCSIT vol.9 (2011) (2011) IACSIT Press, Singapore Human Gait Recognition using All Pair Shortest Path Jyoti Bharti 1+, M.K Gupta 2 1

More information

Gait Authentication Based on Fusion of Wavelet and Hough Transform

Gait Authentication Based on Fusion of Wavelet and Hough Transform International Journal of Engineering and Technology Volume 2 No. 3, March, 2012 Gait Authentication Based on Fusion of Wavelet and Hough Transform C. Nandini 1, Sindhu K 2 1 Dept of CSE, Dayananda Sagar

More information

Model-Based Feature Extraction for Gait Analysis and Recognition

Model-Based Feature Extraction for Gait Analysis and Recognition Model-Based Feature Extraction for Gait Analysis and Recognition Imed Bouchrika and Mark S Nixon ISIS, Department of Electronics and Computer Science University of Southampton, SO17 1BJ, UK {ib04r,msn}@ecs.soton.ac.uk

More information

Automatic Gait Recognition Based on Statistical Shape Analysis

Automatic Gait Recognition Based on Statistical Shape Analysis 1120 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 12, NO. 9, SEPTEMBER 2003 Automatic Gait Recognition Based on Statistical Shape Analysis Liang Wang, Tieniu Tan, Senior Member, IEEE, Weiming Hu, and Huazhong

More information

Motion Detection Algorithm

Motion Detection Algorithm Volume 1, No. 12, February 2013 ISSN 2278-1080 The International Journal of Computer Science & Applications (TIJCSA) RESEARCH PAPER Available Online at http://www.journalofcomputerscience.com/ Motion Detection

More information

Multi-view Gait Based Biometric System

Multi-view Gait Based Biometric System Multi-view Gait Based Biometric System Hu Ng 1*, Wooi-Haw Tan, Junaidi Abdullah 3 1,3 Faculty of Computing and Informatics,Multimedia University,Cyberjaya, Malaysia Faculty of Enginnering,Multimedia University,Cyberjaya,

More information

HID DARPA Niyogi Adelson [5] Cunado [6] 1D. Little Boyd [7] Murase Sakai [8] Huang [9] Shutler [10] TP391 1M02J , [1] [3]

HID DARPA Niyogi Adelson [5] Cunado [6] 1D. Little Boyd [7] Murase Sakai [8] Huang [9] Shutler [10] TP391 1M02J , [1] [3] * 8 D D TP39 [] [3] DARPA HID [] 6 [4] [5-7] iyogi Adelson [5] Cunado [6] D Little Boyd [7] Murase Sakai [8] Huang [9] Shutler [] * 69855, 65 MJ4. Hayfron-Acquah [] Johnson Bobick [] Yam [7] D PCA LPR.

More information

A Study on Similarity Computations in Template Matching Technique for Identity Verification

A Study on Similarity Computations in Template Matching Technique for Identity Verification A Study on Similarity Computations in Template Matching Technique for Identity Verification Lam, S. K., Yeong, C. Y., Yew, C. T., Chai, W. S., Suandi, S. A. Intelligent Biometric Group, School of Electrical

More information

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION

RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION RULE BASED SIGNATURE VERIFICATION AND FORGERY DETECTION M. Hanmandlu Multimedia University Jalan Multimedia 63100, Cyberjaya Selangor, Malaysia E-mail:madasu.hanmandlu@mmu.edu.my M. Vamsi Krishna Dept.

More information

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data

Cover Page. Abstract ID Paper Title. Automated extraction of linear features from vehicle-borne laser data Cover Page Abstract ID 8181 Paper Title Automated extraction of linear features from vehicle-borne laser data Contact Author Email Dinesh Manandhar (author1) dinesh@skl.iis.u-tokyo.ac.jp Phone +81-3-5452-6417

More information

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries

Improving Latent Fingerprint Matching Performance by Orientation Field Estimation using Localized Dictionaries Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 11, November 2014,

More information

Gait Identification using Neural Network

Gait Identification using Neural Network Identification using Neural Network Muhammad Ramzan Talib, Ayesha Shafique, Muhammad Kashif Hanif, Muhammad Umer Sarwar Department of Computer Science Government College University Faisalabad, Pakistan

More information

Gait analysis for person recognition using principal component analysis and support vector machines

Gait analysis for person recognition using principal component analysis and support vector machines Gait analysis for person recognition using principal component analysis and support vector machines O V Strukova 1, LV Shiripova 1 and E V Myasnikov 1 1 Samara National Research University, Moskovskoe

More information

Fabric Defect Detection Based on Computer Vision

Fabric Defect Detection Based on Computer Vision Fabric Defect Detection Based on Computer Vision Jing Sun and Zhiyu Zhou College of Information and Electronics, Zhejiang Sci-Tech University, Hangzhou, China {jings531,zhouzhiyu1993}@163.com Abstract.

More information

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION

MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION MULTI ORIENTATION PERFORMANCE OF FEATURE EXTRACTION FOR HUMAN HEAD RECOGNITION Panca Mudjirahardjo, Rahmadwati, Nanang Sulistiyanto and R. Arief Setyawan Department of Electrical Engineering, Faculty of

More information

Fingertips Tracking based on Gradient Vector

Fingertips Tracking based on Gradient Vector Int. J. Advance Soft Compu. Appl, Vol. 7, No. 3, November 2015 ISSN 2074-8523 Fingertips Tracking based on Gradient Vector Ahmad Yahya Dawod 1, Md Jan Nordin 1, and Junaidi Abdullah 2 1 Pattern Recognition

More information

Human Action Recognition Using Independent Component Analysis

Human Action Recognition Using Independent Component Analysis Human Action Recognition Using Independent Component Analysis Masaki Yamazaki, Yen-Wei Chen and Gang Xu Department of Media echnology Ritsumeikan University 1-1-1 Nojihigashi, Kusatsu, Shiga, 525-8577,

More information

CSE/EE-576, Final Project

CSE/EE-576, Final Project 1 CSE/EE-576, Final Project Torso tracking Ke-Yu Chen Introduction Human 3D modeling and reconstruction from 2D sequences has been researcher s interests for years. Torso is the main part of the human

More information

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination

ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall Midterm Examination ECE 172A: Introduction to Intelligent Systems: Machine Vision, Fall 2008 October 29, 2008 Notes: Midterm Examination This is a closed book and closed notes examination. Please be precise and to the point.

More information

GENDER PREDICTION BY GAIT ANALYSIS BASED ON TIME SERIES VARIATION OF JOINT POSITIONS

GENDER PREDICTION BY GAIT ANALYSIS BASED ON TIME SERIES VARIATION OF JOINT POSITIONS GENDER PREDICTION BY GAIT ANALYSIS BASED ON TIME SERIES VARIATION OF JOINT POSITIONS Ryusuke Miyamoto Dept. of Computer Science School of Science and Technology Meiji University 1-1-1 Higashimita Tama-ku

More information

Reference Point Detection for Arch Type Fingerprints

Reference Point Detection for Arch Type Fingerprints Reference Point Detection for Arch Type Fingerprints H.K. Lam 1, Z. Hou 1, W.Y. Yau 1, T.P. Chen 1, J. Li 2, and K.Y. Sim 2 1 Computer Vision and Image Understanding Department Institute for Infocomm Research,

More information

Modeling Body Motion Posture Recognition Using 2D-Skeleton Angle Feature

Modeling Body Motion Posture Recognition Using 2D-Skeleton Angle Feature 2012 International Conference on Image, Vision and Computing (ICIVC 2012) IPCSIT vol. 50 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V50.1 Modeling Body Motion Posture Recognition Using

More information

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER

MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER MULTIVARIATE TEXTURE DISCRIMINATION USING A PRINCIPAL GEODESIC CLASSIFIER A.Shabbir 1, 2 and G.Verdoolaege 1, 3 1 Department of Applied Physics, Ghent University, B-9000 Ghent, Belgium 2 Max Planck Institute

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 12, NO. 9, SEPTEMBER Automatic Gait Recognition Based on Statistical Shape Analysis

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 12, NO. 9, SEPTEMBER Automatic Gait Recognition Based on Statistical Shape Analysis TRANSACTIONS ON IMAGE PROCESSING, VOL. 12, NO. 9, SEPTEMBER 2003 1 Automatic Gait Recognition Based on Statistical Shape Analysis Liang Wang, Tieniu Tan, Senior Member,, Weiming Hu, and Huazhong Ning Abstract

More information

This is a preprint of an article published in Computer Animation and Virtual Worlds, 15(3-4): , 2004.

This is a preprint of an article published in Computer Animation and Virtual Worlds, 15(3-4): , 2004. This is a preprint of an article published in Computer Animation and Virtual Worlds, 15(3-4):399-406, 2004. This journal may be found at: http://www.interscience.wiley.com Automated Markerless Extraction

More information

Marionette Mass-Spring Model for 3D Gait Biometrics

Marionette Mass-Spring Model for 3D Gait Biometrics Marionette Mass-Spring Model for 3D Gait Biometrics Gunawan Ariyanto, Mark S. Nixon School of Electronics and Computer Science University of Southampton Southampton UK, SO17 1BJ ga08r, msn@ecs.soton.ac.uk

More information

Finger Print Enhancement Using Minutiae Based Algorithm

Finger Print Enhancement Using Minutiae Based Algorithm Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 3, Issue. 8, August 2014,

More information

A Combined Method for On-Line Signature Verification

A Combined Method for On-Line Signature Verification BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 14, No 2 Sofia 2014 Print ISSN: 1311-9702; Online ISSN: 1314-4081 DOI: 10.2478/cait-2014-0022 A Combined Method for On-Line

More information

Gait Style and Gait Content: Bilinear Models for Gait Recognition Using Gait Re-sampling

Gait Style and Gait Content: Bilinear Models for Gait Recognition Using Gait Re-sampling Gait Style and Gait Content: Bilinear Models for Gait Recognition Using Gait Re-sampling Chan-Su Lee Department of Computer Science Rutgers University New Brunswick, NJ, USA chansu@caip.rutgers.edu Ahmed

More information

Object Shape Recognition in Image for Machine Vision Application

Object Shape Recognition in Image for Machine Vision Application Object Shape Recognition in Image for Machine Vision Application Mohd Firdaus Zakaria, Hoo Seng Choon, and Shahrel Azmin Suandi Abstract Vision is the most advanced of our senses, so it is not surprising

More information

International Journal of Advance Engineering and Research Development. Iris Recognition and Automated Eye Tracking

International Journal of Advance Engineering and Research Development. Iris Recognition and Automated Eye Tracking International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.72 Special Issue SIEICON-2017,April -2017 e-issn : 2348-4470 p-issn : 2348-6406 Iris

More information

Video Inter-frame Forgery Identification Based on Optical Flow Consistency

Video Inter-frame Forgery Identification Based on Optical Flow Consistency Sensors & Transducers 24 by IFSA Publishing, S. L. http://www.sensorsportal.com Video Inter-frame Forgery Identification Based on Optical Flow Consistency Qi Wang, Zhaohong Li, Zhenzhen Zhang, Qinglong

More information

3D Tracking for Gait Characterization and Recognition

3D Tracking for Gait Characterization and Recognition 3D Tracking for Gait Characterization and Recognition Raquel Urtasun and Pascal Fua Computer Vision Laboratory EPFL Lausanne, Switzerland raquel.urtasun, pascal.fua@epfl.ch Abstract We propose an approach

More information

Mobile Human Detection Systems based on Sliding Windows Approach-A Review

Mobile Human Detection Systems based on Sliding Windows Approach-A Review Mobile Human Detection Systems based on Sliding Windows Approach-A Review Seminar: Mobile Human detection systems Njieutcheu Tassi cedrique Rovile Department of Computer Engineering University of Heidelberg

More information

Gait Recognition Using Gait Entropy Image

Gait Recognition Using Gait Entropy Image Gait Recognition Using Gait Entropy Image Khalid Bashir, Tao Xiang, Shaogang Gong School of Electronic Engineering and Computer Science, Queen Mary University of London, United Kingdom {khalid,txiang,sgg}@dcs.qmul.ac.uk

More information

The Analysis of Animate Object Motion using Neural Networks and Snakes

The Analysis of Animate Object Motion using Neural Networks and Snakes The Analysis of Animate Object Motion using Neural Networks and Snakes Ken Tabb, Neil Davey, Rod Adams & Stella George e-mail {K.J.Tabb, N.Davey, R.G.Adams, S.J.George}@herts.ac.uk http://www.health.herts.ac.uk/ken/vision/

More information

Iris Recognition for Eyelash Detection Using Gabor Filter

Iris Recognition for Eyelash Detection Using Gabor Filter Iris Recognition for Eyelash Detection Using Gabor Filter Rupesh Mude 1, Meenakshi R Patel 2 Computer Science and Engineering Rungta College of Engineering and Technology, Bhilai Abstract :- Iris recognition

More information

Using Bilinear Models for View-invariant Action and Identity Recognition

Using Bilinear Models for View-invariant Action and Identity Recognition Using Bilinear Models for View-invariant Action and Identity Recognition Fabio Cuzzolin UCLA Vision Lab, University of California at Los Angeles Boelter Hall, 925 Los Angeles, CA cuzzolin@cs.ucla.edu Abstract

More information

Peg-Free Hand Geometry Verification System

Peg-Free Hand Geometry Verification System Peg-Free Hand Geometry Verification System Pavan K Rudravaram Venu Govindaraju Center for Unified Biometrics and Sensors (CUBS), University at Buffalo,New York,USA. {pkr, govind} @cedar.buffalo.edu http://www.cubs.buffalo.edu

More information

Connected Component Analysis and Change Detection for Images

Connected Component Analysis and Change Detection for Images Connected Component Analysis and Change Detection for Images Prasad S.Halgaonkar Department of Computer Engg, MITCOE Pune University, India Abstract Detection of the region of change in images of a particular

More information

Preceding vehicle detection and distance estimation. lane change, warning system.

Preceding vehicle detection and distance estimation. lane change, warning system. Preceding vehicle detection and distance estimation for lane change warning system U. Iqbal, M.S. Sarfraz Computer Vision Research Group (COMVis) Department of Electrical Engineering, COMSATS Institute

More information

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN

Face Recognition Using Vector Quantization Histogram and Support Vector Machine Classifier Rong-sheng LI, Fei-fei LEE *, Yan YAN and Qiu CHEN 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Face Recognition Using Vector Quantization Histogram and Support Vector Machine

More information

Face Quality Assessment System in Video Sequences

Face Quality Assessment System in Video Sequences Face Quality Assessment System in Video Sequences Kamal Nasrollahi, Thomas B. Moeslund Laboratory of Computer Vision and Media Technology, Aalborg University Niels Jernes Vej 14, 9220 Aalborg Øst, Denmark

More information

Gait Curves for Human Recognition, Backpack Detection and Silhouette Correction in a Nighttime Environment

Gait Curves for Human Recognition, Backpack Detection and Silhouette Correction in a Nighttime Environment Gait Curves for Human Recognition, Backpack Detection and Silhouette Correction in a Nighttime Environment Brian DeCann and Arun Ross West Virginia University, Morgantown, West Virginia, USA ABSTRACT The

More information

A Background Subtraction Based Video Object Detecting and Tracking Method

A Background Subtraction Based Video Object Detecting and Tracking Method A Background Subtraction Based Video Object Detecting and Tracking Method horng@kmit.edu.tw Abstract A new method for detecting and tracking mo tion objects in video image sequences based on the background

More information

Fingerprint Recognition using Texture Features

Fingerprint Recognition using Texture Features Fingerprint Recognition using Texture Features Manidipa Saha, Jyotismita Chaki, Ranjan Parekh,, School of Education Technology, Jadavpur University, Kolkata, India Abstract: This paper proposes an efficient

More information

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS

FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS FPGA IMPLEMENTATION FOR REAL TIME SOBEL EDGE DETECTOR BLOCK USING 3-LINE BUFFERS 1 RONNIE O. SERFA JUAN, 2 CHAN SU PARK, 3 HI SEOK KIM, 4 HYEONG WOO CHA 1,2,3,4 CheongJu University E-maul: 1 engr_serfs@yahoo.com,

More information

An Automatic 3D Face Model Segmentation for Acquiring Weight Motion Area

An Automatic 3D Face Model Segmentation for Acquiring Weight Motion Area An Automatic 3D Face Model Segmentation for Acquiring Weight Motion Area Rio Caesar Suyoto Samuel Gandang Gunanto Magister Informatics Engineering Atma Jaya Yogyakarta University Sleman, Indonesia Magister

More information

Use of Gait Energy Image in Implementation of Real Time Video Surveillance System

Use of Gait Energy Image in Implementation of Real Time Video Surveillance System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 1, Ver. 5 (Jan. 2014), PP 88-93 Use of Gait Energy Image in Implementation of Real Time Video Surveillance

More information

Touchless Fingerprint recognition using MATLAB

Touchless Fingerprint recognition using MATLAB International Journal of Innovation and Scientific Research ISSN 2351-814 Vol. 1 No. 2 Oct. 214, pp. 458-465 214 Innovative Space of Scientific Research Journals http://www.ijisr.issr-journals.org/ Touchless

More information

Human Action Recognition Using Silhouette Histogram

Human Action Recognition Using Silhouette Histogram Human Action Recognition Using Silhouette Histogram Chaur-Heh Hsieh, *Ping S. Huang, and Ming-Da Tang Department of Computer and Communication Engineering Ming Chuan University Taoyuan 333, Taiwan, ROC

More information

International Journal of Innovative Research in Computer and Communication Engineering

International Journal of Innovative Research in Computer and Communication Engineering Moving Object Detection By Background Subtraction V.AISWARYA LAKSHMI, E.ANITHA, S.SELVAKUMARI. Final year M.E, Department of Computer Science and Engineering Abstract : Intelligent video surveillance systems

More information

Accurate 3D Face and Body Modeling from a Single Fixed Kinect

Accurate 3D Face and Body Modeling from a Single Fixed Kinect Accurate 3D Face and Body Modeling from a Single Fixed Kinect Ruizhe Wang*, Matthias Hernandez*, Jongmoo Choi, Gérard Medioni Computer Vision Lab, IRIS University of Southern California Abstract In this

More information

An Algorithm to Determine the Chromaticity Under Non-uniform Illuminant

An Algorithm to Determine the Chromaticity Under Non-uniform Illuminant An Algorithm to Determine the Chromaticity Under Non-uniform Illuminant Sivalogeswaran Ratnasingam and Steve Collins Department of Engineering Science, University of Oxford, OX1 3PJ, Oxford, United Kingdom

More information

Face Recognition based Only on Eyes Information and Local Binary Pattern

Face Recognition based Only on Eyes Information and Local Binary Pattern Face Recognition based Only on Eyes Information and Local Binary Pattern Francisco Rosario-Verde, Joel Perez-Siles, Luis Aviles-Brito, Jesus Olivares-Mercado, Karina Toscano-Medina, and Hector Perez-Meana

More information

The Analysis of Animate Object Motion using Neural Networks and Snakes

The Analysis of Animate Object Motion using Neural Networks and Snakes The Analysis of Animate Object Motion using Neural Networks and Snakes Ken Tabb, Neil Davey, Rod Adams & Stella George e-mail {K.J.Tabb, N.Davey, R.G.Adams, S.J.George}@herts.ac.uk http://www.health.herts.ac.uk/ken/vision/

More information

Gesture Recognition using Temporal Templates with disparity information

Gesture Recognition using Temporal Templates with disparity information 8- MVA7 IAPR Conference on Machine Vision Applications, May 6-8, 7, Tokyo, JAPAN Gesture Recognition using Temporal Templates with disparity information Kazunori Onoguchi and Masaaki Sato Hirosaki University

More information

Lane Detection using Fuzzy C-Means Clustering

Lane Detection using Fuzzy C-Means Clustering Lane Detection using Fuzzy C-Means Clustering Kwang-Baek Kim, Doo Heon Song 2, Jae-Hyun Cho 3 Dept. of Computer Engineering, Silla University, Busan, Korea 2 Dept. of Computer Games, Yong-in SongDam University,

More information

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge

Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Partial Face Matching between Near Infrared and Visual Images in MBGC Portal Challenge Dong Yi, Shengcai Liao, Zhen Lei, Jitao Sang, and Stan Z. Li Center for Biometrics and Security Research, Institute

More information

Human Gait Recognition Using Bezier Curves

Human Gait Recognition Using Bezier Curves Human Gait Recognition Using Bezier Curves Pratibha Mishra Samrat Ashok Technology Institute Vidisha, (M.P.) India Shweta Ezra Dhar Polytechnic College Dhar, (M.P.) India Abstract-- Gait recognition refers

More information

Encryption of Text Using Fingerprints

Encryption of Text Using Fingerprints Encryption of Text Using Fingerprints Abhishek Sharma 1, Narendra Kumar 2 1 Master of Technology, Information Security Management, Dehradun Institute of Technology, Dehradun, India 2 Assistant Professor,

More information

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier

Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Defect Detection of Regular Patterned Fabric by Spectral Estimation Technique and Rough Set Classifier Mr..Sudarshan Deshmukh. Department of E&TC Siddhant College of Engg, Sudumbare, Pune Prof. S. S. Raut.

More information

3-D MRI Brain Scan Classification Using A Point Series Based Representation

3-D MRI Brain Scan Classification Using A Point Series Based Representation 3-D MRI Brain Scan Classification Using A Point Series Based Representation Akadej Udomchaiporn 1, Frans Coenen 1, Marta García-Fiñana 2, and Vanessa Sluming 3 1 Department of Computer Science, University

More information

Suspicious Activity Detection of Moving Object in Video Surveillance System

Suspicious Activity Detection of Moving Object in Video Surveillance System International Journal of Latest Engineering and Management Research (IJLEMR) ISSN: 2455-4847 ǁ Volume 1 - Issue 5 ǁ June 2016 ǁ PP.29-33 Suspicious Activity Detection of Moving Object in Video Surveillance

More information

Gait Representation Using Flow Fields

Gait Representation Using Flow Fields BASHIR et al.: GAIT REPRESENTATION USING FLOW FIELDS 1 Gait Representation Using Flow Fields Khalid Bashir khalid@dcs.qmul.ac.uk Tao Xiang txiang@dcs.qmul.ac.uk Shaogang Gong sgg@dcs.qmul.ac.uk School

More information

Object Detection in Video Streams

Object Detection in Video Streams Object Detection in Video Streams Sandhya S Deore* *Assistant Professor Dept. of Computer Engg., SRES COE Kopargaon *sandhya.deore@gmail.com ABSTRACT Object Detection is the most challenging area in video

More information

Data Hiding in Binary Text Documents 1. Q. Mei, E. K. Wong, and N. Memon

Data Hiding in Binary Text Documents 1. Q. Mei, E. K. Wong, and N. Memon Data Hiding in Binary Text Documents 1 Q. Mei, E. K. Wong, and N. Memon Department of Computer and Information Science Polytechnic University 5 Metrotech Center, Brooklyn, NY 11201 ABSTRACT With the proliferation

More information

Human Gait Recognition

Human Gait Recognition Human Gait Recognition 1 Rong Zhang 2 Christian Vogler 1 Dimitris Metaxas 1 Department of Computer Science 2 Gallaudet Research Institute Rutgers University Gallaudet University 110 Frelinghuysen Road

More information

Motion analysis for broadcast tennis video considering mutual interaction of players

Motion analysis for broadcast tennis video considering mutual interaction of players 14-10 MVA2011 IAPR Conference on Machine Vision Applications, June 13-15, 2011, Nara, JAPAN analysis for broadcast tennis video considering mutual interaction of players Naoto Maruyama, Kazuhiro Fukui

More information

Shape Model-Based 3D Ear Detection from Side Face Range Images

Shape Model-Based 3D Ear Detection from Side Face Range Images Shape Model-Based 3D Ear Detection from Side Face Range Images Hui Chen and Bir Bhanu Center for Research in Intelligent Systems University of California, Riverside, California 92521, USA fhchen, bhanug@vislab.ucr.edu

More information

Video Processing for Judicial Applications

Video Processing for Judicial Applications Video Processing for Judicial Applications Konstantinos Avgerinakis, Alexia Briassouli, Ioannis Kompatsiaris Informatics and Telematics Institute, Centre for Research and Technology, Hellas Thessaloniki,

More information

Fusion of Hand Geometry and Palmprint Biometrics

Fusion of Hand Geometry and Palmprint Biometrics (Working Paper, Dec. 2003) Fusion of Hand Geometry and Palmprint Biometrics D.C.M. Wong, C. Poon and H.C. Shen * Department of Computer Science, Hong Kong University of Science and Technology, Clear Water

More information