Writer Authentication Based on the Analysis of Strokes

Size: px
Start display at page:

Download "Writer Authentication Based on the Analysis of Strokes"

Transcription

1 Writer Authentication Based on the Analysis of Strokes Kun Yu, Yunhong Wang, Tieniu Tan * NLPR, Institute of Automation, Chinese Academy of Sciences, Beijing, P.R.China ABSTRACT This paper presents an on-line handwriting authentication system for text-independent Chinese handwriting. The proposed strategy is implemented on the stroke level, and the writing strokes and interstrokes are separated stepwise. The writing features are extracted from the dynamics of substrokes and interstrokes, including the writing velocity, the pressure, and the angle between the pen and the writing surface. To alleviate the effect of writing character number on the performance of the algorithm, we adopt the feature vectors of selected dimensions. In live experiments the authentication result is promising. KEYWORDS: On-line, stroke, substroke, interstroke, feature selection INTRODUCTION Every person has his own style of writing, and thus handwriting has long been considered bearing traits embodying the personal identity, and in many cases, we can decide the writer of certain handwriting just after a brief look. Handwriting analysis has long been used to assist in cases under police and judicature situations, especially in those concerning handwriting authentication. Unfortunately, because the problems are so complex that the correlative authentication work is usually finished by manual matching, which is time-costing and relies on the specific experience of the expert. Recently people have resorted to the computers for help to explore the essence of writing, and the pertinent research has been drastically boosted. This work is focused on on-line handwriting authentication. Writer authentication deals with problems concerning selecting the writer of a specific handwriting after comparison with all the candidates for reference. People have focused on this area of research for decades with different tools, but because of the complex mechanism and various situations of writing, still too many problems are left unsolved. Nowadays there is a consensus of opinions among researchers that handwriting is an art [][9], and they have switched their focus onto many specific problems with certain constraints, such as off-line or on-line situations, or just confined in signatures of some scripts. The strategy introduced in this paper is especially designed for the on-line text-independent case. Many people have made great work concerning text-dependent handwriting [2][9], and many methods have been applied to signatures with good performance. The prevalent methods include HMM [3] and DTW [4] etc. With the written text for reference, the problem is simplified to some extent, but in most cases we do not know the written text, and the methods * {kyu, wangyh, tnt}@nlpr.ia.ac.cn, phone ; fax ; nlpr-web.ia.ac.cns

2 applied to the text-dependent cases are no longer feasible. So we must find new methods to tackle this problem. Global methods for handwriting authentication have made promising achievements [5], but methods based on local analysis [6] still needs further exploration. As an expansion of our previous work in NLPR [7], our method starts from the writing strokes and substrokes of the handwriting, and tries to capture each aspect of the writing style of the writer. Different from our previous algorithm, we have further considered the interstrokes for feature extraction, and the matching strategy is modified accordingly. The flow chart in Fig. describes the procedure of the proposed algorithm. Substrokes Dynamic Features Training Samples Preprocessing Feature Extraction Feature Selection Feature Set Writer Feature Code Substrokes Dynamic Features Test Samples Preprocessing Feature Extraction Pattern Matching Conclusion Figure. The flow chart of the handwriting authentication system The data set we adopt is the NLPR handwriting data set, which includes the on-line writing samples of 55 subjects collected with the interval from two weeks to one month. The handwriting is sampled with a frequency of 200 dots per second, with the resolution of 2450 lines per inch. The remainder of this paper is organized as follows: the preprocessing steps are introduced in section 2, and the next part in section 3 describes the features extracted. Section 4 will introduce the classifier we employed, and in section 5, we described the experiments in detail. In section 6 we draw the conclusion. 2 PREPROCESSING On-line handwriting is different from off-line handwriting in that the whole writing course is captured as a sequence of dots, with the time, writing pressure and pen inclination information recorded. The information mentioned above is considered representative of the writing style of the writers. In the following steps we segment the writing sample into strokes [9] and substrokes by time, in order to get an explicit description of the writing attributes of the writers. 2. Segmentation of strokes The handwriting retrieved from the original sample dots is shown in Fig. 2. In order to organize the different handwriting into a uniform framework, we adopt the strokes in common use [6]. A stroke is the complete trajectory of the penpoint. From Fig. 2 we can see that some handwriting samples comprise cursive strokes while others compose

3 strokes of mainly straight lines. Fig. 2 Writing samples in NLPR data set Fig. 3 shows an original sample and the segmentation result. In the Fig. 3 (b), the grey level of the writing dots represents the writing pressure, and the dark rectangle dots are indicators of the starts and ends of the strokes respectively. The interstrokes are the trajectories of the penpoint from the end of one stroke to the start of the successive stroke. Both the strokes and the interstrokes constitute the complete trajectory of the penpoint. (a) (b) Fig. 3 Segmenting the original writing sample into strokes 2.2 Segmentation of substrokes and interstrokes The substrokes are segmented according to the following rule combining the effect of local positional maximum and pressure maximum: V w + = x x x x Pos D D D D sgn[( ( ) ( )) ( ( ) ( ))] t t t t w 2 sgn[( D ( y) ( )) ( ( ) ( ))] t D y y y t D t D t+ + ()

4 V w w = sgn[ D ( p ) D ( p )] + sgn[ D ( p ) D ( p )] (2) Pre p t t p2 t t+ V = Tol V + Pre V (3) Pos where D ( x), ( ) t D y and ( ) t D p is the attribute of the sample dot at time t. x, y, p are the coordinates and t the pressure of the dot D respectively. The weight coefficients, namely t w, w, 2 w and p w are p 2 selected experientially. In the system w and w play the key role, and 2 w and p p 2 w are auxiliary coefficients. V is the positional score of the point in consideration, and is the segmentation score concerning Pos Pre the writing pressure, here the formula is based on the assumption that pressure maximums usually occur at corners of the strokes, and in our experiments, we have found this assumption feasible. The judgment whether the dot in consideration is a segmentation point is decided by the total score V V V, which is the sum of Tol V and Pos Pre. The threshold for V Tol is fixed on. In Fig. 4 the black rectangle dots represent the start and end points of the substrokes. Fig. 4 Segment the original writing sample into substrokes. Similarly, the interstroke trajectories are segmented according to formula (), because the dots within an interstroke trajectory bear no information of pressure. The weight coefficients are magnified accordingly to ensure that the threshold for V Pos remains. Here a time threshold is necessary for the decision of an interstroke, because the time interval of moving the penpoint from one line to another is much longer than the time interval between successive strokes. 2.3 Substroke type classification After the strokes are segmented into substrokes, the substrokes are classified into 3 primary types using similar

5 strategy of [7]. The substrokes are shown in Tab. and the arrow beside each substroke indicates its writing direction. The structural proportion in Tab. means the statistical proportion of the respective substroke in Chinese characters [8]. The sample proportion is obtained based on the NLPR handwriting data set. When we consider the substroke type, the writing pressure and position of key points within the substroke is considered. The key points usually include the start point and the end point. But when the curves listed from 8 to 2 in the following table are considered, another point is necessary to discriminate the different curve types. All the substrokes, which are not reliably classified into the first 2 types, are collected in type 0, and discarded in the following steps. The substroke is matched in the same order as the serial number listed below, which helps to reduce the overall matching time. Tab. Primary substroke types We adopt similar but different strategy in processing the interstrokes, for interstrokes are not so complex compared with the substrokes. The interstroke types are listed below in Tab. 2. Tab. 2 Primary interstroke types The above arrows from No. to No. 6 represent the writing direction of the interstrokes. Interstroke No. 7 means the penpoint is suspending above the surface of the tablet, with little or no movement in position. Gesture information is extracted from this interstroke, which reflects the habit of the writer when grasping the pen for a short period. 3 FEATURE EXTRACTION The writing features are extracted from the substrokes and interstrokes utilizing statistical method. We adopt the Gaussian Models to describe the attributes of handwriting according to the histograms of the pressure, writing velocity, and azimuth, altitude of the pen (Fig. 5). Gaussian Mixture Models have also been in our consideration, but because of the drastic time cost in modeling, they are finally phased out.

6 Fig. 5 Histogram of pressure, velocity, azimuth and altitude of substroke type. For each type of substroke, four Gaussian Models are utilized for the pressure, the writing velocity, the azimuth and the altitude respectively. Concerning the first 6 types interstrokes, three Gaussian Models for the writing velocity, the azimuth and the altitude are adopted. The interstroke of type 7 bears no information, so we just utilize two models to describe the azimuth and altitude. The dimensions of the writing features are listed in Tab. 3. TYPE SUBSTROKE 4*2 4*2 4*2 4*2 4*2 4*2 4*2 4*2 4*2 4*2 4*2 4*2 INTERSTROKE 3*2 3*2 3*2 3*2 3*2 3*2 2*2 Tab. 3 Components of the feature vector 4 CLASSIFIER DESIGN The feature vector includes 36 components corresponding to the means and deviations of the 68 Gaussian Models. Although the dimensionality of the feature vector is not very high, it already leads to inconvenience in feature matching. Meanwhile, it could be argued that the number of some types of substrokes or interstrokes is not so sufficient as to reliably extract the parameters of the Gaussian Models. This problem is associated with the number of characters, which has been an important factor for almost all prevalent algorithms for handwriting analysis. To improve the efficiency of the algorithm and at the same time ensure the accuracy, we adopted the feature vectors of reduced dimensions to alleviate the effect of character shortage. Namely, the number of substrokes and interstrokes of each type decides the reliability of respective Gaussian Models. The matching score is evaluated using the following rule [0]: M( x) = ( ) σ 68 2 w i 2 µ x µ i i= i (4)

7 2 where µ, i σ are the parameters of the Gaussian models respectively, and i w is the weight coefficient i correlative with the reliability of the Gaussian Model. If there are too few segments allocated into some types of substroke or interstroke, their weight coefficients are assigned to 0, and other weight coefficients are magnified accordingly. 5 EXPERIMENTS The robustness and the accuracy of the system were tested on the NLPR handwriting data set. This data set includes the handwriting of 55 contributors, among which 6 writers are females. The writing document for template extraction includes nearly 600 Chinese characters written in 2 pages, which is enough for extraction of the feature templates. All of the test experiments are carried out in the same set-up with the written characters increased stepwise. The horizontal coordinates in the following graphs represent the writing lines and each writing line consists of nearly 20 Chinese characters, and the vertical coordinates represent the identification accuracy. The first group of experiments is carried out to evaluate the effect of the selected feature vectors. In Fig. 6, the dashed line represents the accuracy of the algorithm using feature vector from all the 68 Gaussian Models, and the real line using the Gaussian Models selected by the reliability coefficients. It is proved that the feature vectors with reduced dimensions get better performance than the fixed feature vectors, especially when the number of characters is small fixed adaptive Fig. 6 Performance of the method with feature selection The other group of experiments is focused on the performance of different writing features. The identification result is concerned with the substroke information, the interstroke information, and all the information synthesized. For the convenience of comparison, the results utilizing writing angle and writing velocity are shown in the same graph. As proved in our previous work [7], the method using writing angles alone, namely the information associated with the inclination of the pen outperforms all other features when the number of characters is small. As the number of character increases, the combination of features performs much better than any single aspect of writing information. Compared with our previous work [7], if we adopt the features extracted from the interstrokes alone, the performance of the

8 algorithm is far from satisfactory. Based on the algorithm using substroke information, there is tangible improvement in the identification performance when we phase in the interstroke features, especially when the number of characters is ensured, but the time cost of the algorithm almost doubles. Therefore, the proposed method should be adapted to work according to specific requirements angle velocity substroke interstroke all Fig. 7 Performance of different features Classification errors occur in the writing samples of Fig. 8. From the analysis of the feature vectors, we find that some factors do have negative effect on the proposed method. Firstly, the number of characters must be enough to ensure that the dimensionality of the feature vectors is ensured. This factor answers for the misclassification in Fig. 8(a). Moreover, the time interval between successive strokes in this sample is relative longer than in common cases, which is another disadvantage for the analysis of interstrokes. Secondly, the writing time have impact on the dynamic features of the writing procedure. After some time of writing, as the writer gets tired, the writing pressure decreases gradually, and the writing angles are influenced as well. The sample in Fig. 8(b) is collected after some period of writing, and it is misclassified because of the unstable inclination angles of the pen. The writing interface also has some impact on the writer, for those who do not get accustomed to the pen easily. The pertinent misclassified writing sample is shown in Fig. 8(c). (a) (b)

9 (c) Fig. 8. Misclassified samples. 6 CONCLUSION This paper has proposed and validated a strategy for text-independent handwriting authentication. The method introduced in this paper has shown promising performance both in live experiments and in the laboratory setup. Different from many traditional methods [][2], this method tries to break through the constraints of fixed written text, and thus the substrokes, together with interstrokes are selected as the primary unit for feature extraction. Feature selection further improves the accuracy and time cost of the system. Although the NLPR data set and the experiments are focused on Chinese characters, with minor modifications the proposed method could be extended to handwriting of other oriental characters, such as hiragana, katakana, where characters can also be separated into strokes and substrokes. 7 ACKNOWLEDGEMENTS This work is sponsored by the Natural Science Foundation of China under Grant No and Our thanks also goes to our colleagues in NLPR who have generously helped us with data collection, and those who have offered great support to us in the research arena. REFERENCES [] [2] Daigo Muramatsu and Takashi Matsumoto, An HMM On-line Signature Verifier Incorporating Signature Trajectories, IEEE ICDAR 03. [3] Edson J. R. Justino, Flavio Bortolozzi and Robert Sabourin, Off-line Signature verification using HMM for random, simple and skilled forgeries, IEEE ICDAR 0. [4] Diana Kalenova, Personal authentication using signature recognition, [5] H.E.S. Said, T.N. Tan and K.D. Baker, Personal Identification Based on Handwriting, Pattern Recognition 33 (2000), pp [6] In-Jung Kim and Jin-Hyung Kim, Statistical Character Structure Modeling and Its Application to Handwritten Chinese Character Recognition, IEEE Trans. on PAMI, Vol. 25, No., Nov [7] Kun Yu, Yunhong Wang and Tieniu Tan, Writer Identification Using Dynamic Features, ICBA 04.

10 [8] [9] Mi-Gyung Cho and Hwan-Gue Cho, A Script Matching Algorithm for Oriental Characters on PDAs, ICPR02, Vol. 2, pp [0] Merijin van Erp, Louis Vuurpijl and Lambert Schomaker, An Overview and Comparison of Voting Methods for Pattern Recognition, IEEE IWFHR 02. [] Vishvjit S. Nalwa, Automatic On-Line Signature Verification, Proceedings of the IEEE, Vol. 85, No. 2, Feb. 997, pp [2] A. Lawrence Spitz, Determination of the Script and Language Content of Document Images, IEEE Trans. on PAMI, Vol. 9, No. 3, Mar. 997.

Online Text-Independent Writer Identification Based on Stroke s Probability Distribution Function

Online Text-Independent Writer Identification Based on Stroke s Probability Distribution Function Online Text-Independent Writer Identification Based on Stroke s Probability Distribution Function Bangyu Li, Zhenan Sun, and Tieniu Tan Center for Biometrics and Security Research, National Lab of Pattern

More information

Hierarchical Shape Primitive Features for Online Text-independent Writer Identification

Hierarchical Shape Primitive Features for Online Text-independent Writer Identification 2009 10th International Conference on Document Analysis and Recognition Hierarchical Shape Primitive Features for Online Text-independent Writer Identification Bangy Li, Zhenan Sun and Tieniu Tan Center

More information

Online Text-independent Writer Identification Based on Temporal Sequence and Shape Codes

Online Text-independent Writer Identification Based on Temporal Sequence and Shape Codes 2009 10th International Conference on Document Analysis and Recognition Online Text-independent Writer Identification Based on Temporal Sequence and Shape Codes Bangy Li and Tieniu Tan Center for Biometrics

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

Online Signature Verification Technique

Online Signature Verification Technique Volume 3, Issue 1 ISSN: 2320-5288 International Journal of Engineering Technology & Management Research Journal homepage: www.ijetmr.org Online Signature Verification Technique Ankit Soni M Tech Student,

More information

Graph Matching Iris Image Blocks with Local Binary Pattern

Graph Matching Iris Image Blocks with Local Binary Pattern Graph Matching Iris Image Blocs with Local Binary Pattern Zhenan Sun, Tieniu Tan, and Xianchao Qiu Center for Biometrics and Security Research, National Laboratory of Pattern Recognition, Institute of

More information

Continuous Chinese Handwriting Recognition with Language Model

Continuous Chinese Handwriting Recognition with Language Model Continuous Chinese Handwriting Recognition with Language Model Yanming Zou Kun Yu Kongqiao Wang Nokia Research Centre Beijing, BDA, 100176 P.R.China {yanming.zou,kun.1.yu,kongqiao.wang}@nokia.com Abstract

More information

A Visualization Tool to Improve the Performance of a Classifier Based on Hidden Markov Models

A Visualization Tool to Improve the Performance of a Classifier Based on Hidden Markov Models A Visualization Tool to Improve the Performance of a Classifier Based on Hidden Markov Models Gleidson Pegoretti da Silva, Masaki Nakagawa Department of Computer and Information Sciences Tokyo University

More information

The Interpersonal and Intrapersonal Variability Influences on Off- Line Signature Verification Using HMM

The Interpersonal and Intrapersonal Variability Influences on Off- Line Signature Verification Using HMM The Interpersonal and Intrapersonal Variability Influences on Off- Line Signature Verification Using HMM EDSON J. R. JUSTINO 1 FLÁVIO BORTOLOZZI 1 ROBERT SABOURIN 2 1 PUCPR - Pontifícia Universidade Católica

More information

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015

NOVATEUR PUBLICATIONS INTERNATIONAL JOURNAL OF INNOVATIONS IN ENGINEERING RESEARCH AND TECHNOLOGY [IJIERT] ISSN: VOLUME 2, ISSUE 1 JAN-2015 Offline Handwritten Signature Verification using Neural Network Pallavi V. Hatkar Department of Electronics Engineering, TKIET Warana, India Prof.B.T.Salokhe Department of Electronics Engineering, TKIET

More information

Off-line Character Recognition using On-line Character Writing Information

Off-line Character Recognition using On-line Character Writing Information Off-line Character Recognition using On-line Character Writing Information Hiromitsu NISHIMURA and Takehiko TIMIKAWA Dept. of Information and Computer Sciences, Kanagawa Institute of Technology 1030 Shimo-ogino,

More information

Off-line Signature Verification Using Writer-Independent Approach

Off-line Signature Verification Using Writer-Independent Approach Off-line Signature Verification Using Writer-Independent Approach Luiz S. Oliveira, Edson Justino, and Robert Sabourin Abstract In this work we present a strategy for off-line signature verification. It

More information

Learning-Based Candidate Segmentation Scoring for Real-Time Recognition of Online Overlaid Chinese Handwriting

Learning-Based Candidate Segmentation Scoring for Real-Time Recognition of Online Overlaid Chinese Handwriting 2013 12th International Conference on Document Analysis and Recognition Learning-Based Candidate Segmentation Scoring for Real-Time Recognition of Online Overlaid Chinese Handwriting Yan-Fei Lv 1, Lin-Lin

More information

A Study on the Consistency of Features for On-line Signature Verification

A Study on the Consistency of Features for On-line Signature Verification A Study on the Consistency of Features for On-line Signature Verification Center for Unified Biometrics and Sensors State University of New York at Buffalo Amherst, NY 14260 {hlei,govind}@cse.buffalo.edu

More information

CASIA-OLHWDB1: A Database of Online Handwritten Chinese Characters

CASIA-OLHWDB1: A Database of Online Handwritten Chinese Characters 2009 10th International Conference on Document Analysis and Recognition CASIA-OLHWDB1: A Database of Online Handwritten Chinese Characters Da-Han Wang, Cheng-Lin Liu, Jin-Lun Yu, Xiang-Dong Zhou National

More information

An Efficient on-line Signature Verification System Using Histogram Features

An Efficient on-line Signature Verification System Using Histogram Features RESEARCH ARTICLE OPEN ACCESS An Efficient on-line Signature Verification System Using Histogram Features Mr.Abilash S 1, Mrs.M.Janani, M.E 2 ME Computer Science and Engineering,Department of CSE, Annai

More information

Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition

Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition Dynamic Stroke Information Analysis for Video-Based Handwritten Chinese Character Recognition Feng Lin and Xiaoou Tang Department of Information Engineering The Chinese University of Hong Kong Shatin,

More information

Explicit fuzzy modeling of shapes and positioning for handwritten Chinese character recognition

Explicit fuzzy modeling of shapes and positioning for handwritten Chinese character recognition 2009 0th International Conference on Document Analysis and Recognition Explicit fuzzy modeling of and positioning for handwritten Chinese character recognition Adrien Delaye - Eric Anquetil - Sébastien

More information

On-line One Stroke Character Recognition Using Directional Features

On-line One Stroke Character Recognition Using Directional Features On-line One Stroke Character Recognition Using Directional Features Blind for review process 1 1 Blind for review process Abstract. This paper presents a method based on directional features for recognizing

More information

Automatic Static Signature Verification Systems: A Review

Automatic Static Signature Verification Systems: A Review Automatic Static Signature Verification Systems: A Review 1 Vitthal K. Bhosale1 Dr. Anil R. Karwankar2 1 PG Student, Government College of Engineering, Aurangabad (M.S.), 2 Assistant Professor, Dept. Of

More information

Writer Recognizer for Offline Text Based on SIFT

Writer Recognizer for Offline Text Based on SIFT 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. 4, Issue. 5, May 2015, pg.1057

More information

Adaptive Feature Selection via Boosting-like Sparsity Regularization

Adaptive Feature Selection via Boosting-like Sparsity Regularization Adaptive Feature Selection via Boosting-like Sparsity Regularization Libin Wang, Zhenan Sun, Tieniu Tan Center for Research on Intelligent Perception and Computing NLPR, Beijing, China Email: {lbwang,

More information

OFFLINE SIGNATURE VERIFICATION

OFFLINE SIGNATURE VERIFICATION International Journal of Electronics and Communication Engineering and Technology (IJECET) Volume 8, Issue 2, March - April 2017, pp. 120 128, Article ID: IJECET_08_02_016 Available online at http://www.iaeme.com/ijecet/issues.asp?jtype=ijecet&vtype=8&itype=2

More information

Word Slant Estimation using Non-Horizontal Character Parts and Core-Region Information

Word Slant Estimation using Non-Horizontal Character Parts and Core-Region Information 2012 10th IAPR International Workshop on Document Analysis Systems Word Slant using Non-Horizontal Character Parts and Core-Region Information A. Papandreou and B. Gatos Computational Intelligence Laboratory,

More information

Automatic Detection of Change in Address Blocks for Reply Forms Processing

Automatic Detection of Change in Address Blocks for Reply Forms Processing Automatic Detection of Change in Address Blocks for Reply Forms Processing K R Karthick, S Marshall and A J Gray Abstract In this paper, an automatic method to detect the presence of on-line erasures/scribbles/corrections/over-writing

More information

Histogram-based matching of GMM encoded features for online signature verification

Histogram-based matching of GMM encoded features for online signature verification Histogram-based matching of GMM encoded features for online signature verification Vivek Venugopal On behalf of Abhishek Sharma,Dr. Suresh Sundaram Multimedia Analytics Laboratory, Electronics and Electrical

More information

Shape Feature Extraction for On-line Signature Evaluation

Shape Feature Extraction for On-line Signature Evaluation Shape Feature Extraction for On-line Signature Evaluation Jungpil Shin School of Computer Science and Engineering The University of Aizu Fukushima, Japan e-mail: jpshin@u-aizu.ac.jp Weichen Lin School

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

Handwriting Character Recognition as a Service:A New Handwriting Recognition System Based on Cloud Computing

Handwriting Character Recognition as a Service:A New Handwriting Recognition System Based on Cloud Computing 2011 International Conference on Document Analysis and Recognition Handwriting Character Recognition as a Service:A New Handwriting Recognition Based on Cloud Computing Yan Gao, Lanwen Jin +, Cong He,

More information

Off-line Signature Verification Using Neural Network

Off-line Signature Verification Using Neural Network International Journal of Scientific & Engineering Research, Volume 3, Issue 2, February-2012 1 Off-line Signature Verification Using Neural Network Ashwini Pansare, Shalini Bhatia Abstract a number of

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

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology

Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Learning the Three Factors of a Non-overlapping Multi-camera Network Topology Xiaotang Chen, Kaiqi Huang, and Tieniu Tan National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy

More information

Online Bangla Handwriting Recognition System

Online Bangla Handwriting Recognition System 1 Online Bangla Handwriting Recognition System K. Roy Dept. of Comp. Sc. West Bengal University of Technology, BF 142, Saltlake, Kolkata-64, India N. Sharma, T. Pal and U. Pal Computer Vision and Pattern

More information

Recognition of online captured, handwritten Tamil words on Android

Recognition of online captured, handwritten Tamil words on Android Recognition of online captured, handwritten Tamil words on Android A G Ramakrishnan and Bhargava Urala K Medical Intelligence and Language Engineering (MILE) Laboratory, Dept. of Electrical Engineering,

More information

A semi-incremental recognition method for on-line handwritten Japanese text

A semi-incremental recognition method for on-line handwritten Japanese text 2013 12th International Conference on Document Analysis and Recognition A semi-incremental recognition method for on-line handwritten Japanese text Cuong Tuan Nguyen, Bilan Zhu and Masaki Nakagawa Department

More information

On the effects of sampling rate and interpolation in HMM-based dynamic signature verification

On the effects of sampling rate and interpolation in HMM-based dynamic signature verification On the effects of sampling rate and interpolation in HMM-based dynamic signature verification M. Martinez-Diaz, J. Fierrez, M. R. Freire, J. Ortega-Garcia Biometrics Recognition Group - ATVS, Esc. Politecnica

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

Human Activity Recognition Using Multidimensional Indexing

Human Activity Recognition Using Multidimensional Indexing Human Activity Recognition Using Multidimensional Indexing By J. Ben-Arie, Z. Wang, P. Pandit, S. Rajaram, IEEE PAMI August 2002 H. Ertan Cetingul, 07/20/2006 Abstract Human activity recognition from a

More information

On-line Signature Verification on a Mobile Platform

On-line Signature Verification on a Mobile Platform On-line Signature Verification on a Mobile Platform Nesma Houmani, Sonia Garcia-Salicetti, Bernadette Dorizzi, and Mounim El-Yacoubi Institut Telecom; Telecom SudParis; Intermedia Team, 9 rue Charles Fourier,

More information

Automatic Shadow Removal by Illuminance in HSV Color Space

Automatic Shadow Removal by Illuminance in HSV Color Space Computer Science and Information Technology 3(3): 70-75, 2015 DOI: 10.13189/csit.2015.030303 http://www.hrpub.org Automatic Shadow Removal by Illuminance in HSV Color Space Wenbo Huang 1, KyoungYeon Kim

More information

Slant normalization of handwritten numeral strings

Slant normalization of handwritten numeral strings Slant normalization of handwritten numeral strings Alceu de S. Britto Jr 1,4, Robert Sabourin 2, Edouard Lethelier 1, Flávio Bortolozzi 1, Ching Y. Suen 3 adesouza, sabourin@livia.etsmtl.ca suen@cenparmi.concordia.ca

More information

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian

Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian 4th International Conference on Machinery, Materials and Computing Technology (ICMMCT 2016) Face Recognition Technology Based On Image Processing Chen Xin, Yajuan Li, Zhimin Tian Hebei Engineering and

More information

Robust color segmentation algorithms in illumination variation conditions

Robust color segmentation algorithms in illumination variation conditions 286 CHINESE OPTICS LETTERS / Vol. 8, No. / March 10, 2010 Robust color segmentation algorithms in illumination variation conditions Jinhui Lan ( ) and Kai Shen ( Department of Measurement and Control Technologies,

More information

Slant Correction using Histograms

Slant Correction using Histograms Slant Correction using Histograms Frank de Zeeuw Bachelor s Thesis in Artificial Intelligence Supervised by Axel Brink & Tijn van der Zant July 12, 2006 Abstract Slant is one of the characteristics that

More information

An Improved Pre-classification Method for Offline Handwritten Chinese Character Using Four Corner Feature

An Improved Pre-classification Method for Offline Handwritten Chinese Character Using Four Corner Feature ISBN 978-952-5726-04-6 (Print), 978-952-5726-05-3 (CD-ROM) Proceedings of the International Symposium on Intelligent Information Systems and Applications (IISA 09) Qingdao, P. R. China, Oct. 28-30, 2009,

More information

Offline Signature Verification Using Neural Network

Offline Signature Verification Using Neural Network Offline Signature Verification Using Neural Network Dr. Kiran Y.C 1, Ms. Nirmita Nagaraj 2 1Professor, Dept. of Computer Science and engineering, B.N.M Institute of Technology, Karnataka, India 2Student,

More information

Preliminary Local Feature Selection by Support Vector Machine for Bag of Features

Preliminary Local Feature Selection by Support Vector Machine for Bag of Features Preliminary Local Feature Selection by Support Vector Machine for Bag of Features Tetsu Matsukawa Koji Suzuki Takio Kurita :University of Tsukuba :National Institute of Advanced Industrial Science and

More information

Embedded Palmprint Recognition System on Mobile Devices

Embedded Palmprint Recognition System on Mobile Devices Embedded Palmprint Recognition System on Mobile Devices Yufei Han, Tieniu Tan, Zhenan Sun, and Ying Hao Center for Biometrics and Security Research National Labrotory of Pattern Recognition,Institue of

More information

Unsupervised Feature Selection Using Multi-Objective Genetic Algorithms for Handwritten Word Recognition

Unsupervised Feature Selection Using Multi-Objective Genetic Algorithms for Handwritten Word Recognition Unsupervised Feature Selection Using Multi-Objective Genetic Algorithms for Handwritten Word Recognition M. Morita,2, R. Sabourin 3, F. Bortolozzi 3 and C. Y. Suen 2 École de Technologie Supérieure, Montreal,

More information

NEW ALGORITHMS FOR SKEWING CORRECTION AND SLANT REMOVAL ON WORD-LEVEL

NEW ALGORITHMS FOR SKEWING CORRECTION AND SLANT REMOVAL ON WORD-LEVEL NEW ALGORITHMS FOR SKEWING CORRECTION AND SLANT REMOVAL ON WORD-LEVEL E.Kavallieratou N.Fakotakis G.Kokkinakis Wire Communication Laboratory, University of Patras, 26500 Patras, ergina@wcl.ee.upatras.gr

More information

Structure in On-line Documents

Structure in On-line Documents Structure in On-line Documents Anil K. Jain and Anoop M. Namboodiri Department of Comp. Sci. and Engg. Michigan State University East Lansing, MI 4884 fjain, anoopg@cse.msu.edu Jayashree Subrahmonia IBM

More information

On-line handwriting recognition using Chain Code representation

On-line handwriting recognition using Chain Code representation On-line handwriting recognition using Chain Code representation Final project by Michal Shemesh shemeshm at cs dot bgu dot ac dot il Introduction Background When one preparing a first draft, concentrating

More information

Alternatives for Page Skew Compensation in Writer Identification

Alternatives for Page Skew Compensation in Writer Identification Alternatives for Page Skew Compensation in Writer Identification Jin Chen and Daniel Lopresti Department of Computer Science & Engineering Lehigh University Bethlehem, PA 18015, USA Email: {jic207, lopresti}@cse.lehigh.edu

More information

Chain Code Histogram based approach

Chain Code Histogram based approach An attempt at visualizing the Fourth Dimension Take a point, stretch it into a line, curl it into a circle, twist it into a sphere, and punch through the sphere Albert Einstein Chain Code Histogram based

More information

Offline Handwritten Signatures Classification Using Wavelet Packets and Level Similarity Based Scoring

Offline Handwritten Signatures Classification Using Wavelet Packets and Level Similarity Based Scoring Offline Handwritten Signatures Classification Using Wavelet Packets and Level Similarity Based Scoring Poornima G Patil #1, Ravindra S Hegadi #2 1 Department of Computer Science and Applications 2 School

More information

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS

CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS CHAPTER 4 CLASSIFICATION WITH RADIAL BASIS AND PROBABILISTIC NEURAL NETWORKS 4.1 Introduction Optical character recognition is one of

More information

Learning and Adaptation for Improving Handwritten Character Recognizers

Learning and Adaptation for Improving Handwritten Character Recognizers Learning and Adaptation for Improving Handwritten Character Recognizers by Naveen Tewari, Anoop M Namboodiri in ICDAR 9 (International Conference on Document Analysis and Recognition) Report No: IIIT/TR/9/8

More information

Exploring Similarity Measures for Biometric Databases

Exploring Similarity Measures for Biometric Databases Exploring Similarity Measures for Biometric Databases Praveer Mansukhani, Venu Govindaraju Center for Unified Biometrics and Sensors (CUBS) University at Buffalo {pdm5, govind}@buffalo.edu Abstract. Currently

More information

A Hierarchical Face Identification System Based on Facial Components

A Hierarchical Face Identification System Based on Facial Components A Hierarchical Face Identification System Based on Facial Components Mehrtash T. Harandi, Majid Nili Ahmadabadi, and Babak N. Araabi Control and Intelligent Processing Center of Excellence Department of

More information

An Adaptive Approach to Extract Characters from Digital Ink Text in Chinese Based on Extracted Errors

An Adaptive Approach to Extract Characters from Digital Ink Text in Chinese Based on Extracted Errors An Adaptive Approach to Extract Characters from Digital Ink Text in Chinese Based on Extracted Errors Hao Bai ( ) Beijing Language and Culture University, Beijing, China baihao@blcu.edu.cn Abstract. Extracting

More information

A Review On An Inertial Pen for Handwriting and Gesture Recognition Using Adaptive DTW Algorithm

A Review On An Inertial Pen for Handwriting and Gesture Recognition Using Adaptive DTW Algorithm A Review On An Inertial Pen for Handwriting and Gesture Recognition Using Adaptive DTW Algorithm Mr. Nikhilesh W. Lohe 1 ; Mr.Dr.M.A.Gaikwad 2 ; Mr.N.P.Bobde 3 1 Student, Electronic, BDCOE, sevagram (M.H),

More information

Handwritten Text Recognition

Handwritten Text Recognition Handwritten Text Recognition M.J. Castro-Bleda, S. España-Boquera, F. Zamora-Martínez Universidad Politécnica de Valencia Spain Avignon, 9 December 2010 Text recognition () Avignon Avignon, 9 December

More information

Handwritten Signature Verification And Recognition Using ANN

Handwritten Signature Verification And Recognition Using ANN Handwritten Signature Verification And Recognition Using ANN Mohan Mandaogade Saurabh Vishal Mhaske ABSTRACT Automatic person identification is one of the major concerns in this era of automation. However,

More information

An embedded system of Face Recognition based on ARM and HMM

An embedded system of Face Recognition based on ARM and HMM An embedded system of Face Recognition based on ARM and HMM Yanbin Sun 1,2, Lun Xie 1, Zhiliang Wang 1,Yi An 2 1 Department of Electronic Information Engineering, School of Information Engineering, University

More information

Video-based Face Recognition Using Earth Mover s Distance

Video-based Face Recognition Using Earth Mover s Distance Video-based Face Recognition Using Earth Mover s Distance Jiangwei Li 1, Yunhong Wang 1,2, and Tieniu Tan 1 1 National Laboratory of Pattern Recognition, Institute of Automation, Chinese Academy of Sciences,

More information

Rotation Invariant Finger Vein Recognition *

Rotation Invariant Finger Vein Recognition * Rotation Invariant Finger Vein Recognition * Shaohua Pang, Yilong Yin **, Gongping Yang, and Yanan Li School of Computer Science and Technology, Shandong University, Jinan, China pangshaohua11271987@126.com,

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

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis

Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Improvement of SURF Feature Image Registration Algorithm Based on Cluster Analysis 1 Xulin LONG, 1,* Qiang CHEN, 2 Xiaoya

More information

STUDY OF POSSIBILITY OF ON-PEN MATCHING FOR BIOMETRIC HANDWRITING VERIFICATION

STUDY OF POSSIBILITY OF ON-PEN MATCHING FOR BIOMETRIC HANDWRITING VERIFICATION STUDY OF POSSIBILITY OF ON-PEN MATCHING FOR BIOMETRIC HANDWRITING VERIFICATION Tobias Scheidat, Claus Vielhauer, and Jana Dittmann Faculty of Computer Science, Otto-von-Guericke University Magdeburg, Universitätsplatz

More information

Scene Text Detection Using Machine Learning Classifiers

Scene Text Detection Using Machine Learning Classifiers 601 Scene Text Detection Using Machine Learning Classifiers Nafla C.N. 1, Sneha K. 2, Divya K.P. 3 1 (Department of CSE, RCET, Akkikkvu, Thrissur) 2 (Department of CSE, RCET, Akkikkvu, Thrissur) 3 (Department

More information

LEKHAK [MAL]: A System for Online Recognition of Handwritten Malayalam Characters

LEKHAK [MAL]: A System for Online Recognition of Handwritten Malayalam Characters LEKHAK [MAL]: A System for Online Recognition of Handwritten Malayalam Characters Gowri Shankar, V. Anoop and V. S. Chakravarthy, Department of Electrical Engineering, Indian Institute of Technology, Madras,

More information

Automatic removal of crossed-out handwritten text and the effect on writer verification and identification

Automatic removal of crossed-out handwritten text and the effect on writer verification and identification Automatic removal of crossed-out handwritten text and the effect on writer verification and identification (The original paper was published in: Proc. of Document Recognition and Retrieval XV, IS&T/SPIE

More information

Keyword Spotting in Document Images through Word Shape Coding

Keyword Spotting in Document Images through Word Shape Coding 2009 10th International Conference on Document Analysis and Recognition Keyword Spotting in Document Images through Word Shape Coding Shuyong Bai, Linlin Li and Chew Lim Tan School of Computing, National

More information

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds

Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds 9 1th International Conference on Document Analysis and Recognition Detecting Printed and Handwritten Partial Copies of Line Drawings Embedded in Complex Backgrounds Weihan Sun, Koichi Kise Graduate School

More information

An Application of the 2D Gaussian Filter for Enhancing Feature Extraction in Off-line Signature Verification

An Application of the 2D Gaussian Filter for Enhancing Feature Extraction in Off-line Signature Verification 2011 International Conference on Document Analysis and Recognition An Application of the 2D Gaussian Filter for Enhancing Feature Extraction in Off-line Signature Verification Vu Nguyen and Michael Blumenstein

More information

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2

An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng 1, WU Wei 2 International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 015) An algorithm of lips secondary positioning and feature extraction based on YCbCr color space SHEN Xian-geng

More information

Extracting Characters From Books Based On The OCR Technology

Extracting Characters From Books Based On The OCR Technology 2016 International Conference on Engineering and Advanced Technology (ICEAT-16) Extracting Characters From Books Based On The OCR Technology Mingkai Zhang1, a, Xiaoyi Bao1, b,xin Wang1, c, Jifeng Ding1,

More information

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images

A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images A Laplacian Based Novel Approach to Efficient Text Localization in Grayscale Images Karthik Ram K.V & Mahantesh K Department of Electronics and Communication Engineering, SJB Institute of Technology, Bangalore,

More information

HCL2000 A Large-scale Handwritten Chinese Character Database for Handwritten Character Recognition

HCL2000 A Large-scale Handwritten Chinese Character Database for Handwritten Character Recognition 2009 10th International Conference on Document Analysis and Recognition HCL2000 A Large-scale Handwritten Chinese Character Database for Handwritten Character Recognition Honggang Zhang, Jun Guo, Guang

More information

Text Independent Writer Identification from Online Handwriting

Text Independent Writer Identification from Online Handwriting Text Independent Writer Identification from Online Handwriting Anoop Namboodiri, Sachin Gupta To cite this version: Anoop Namboodiri, Sachin Gupta. Text Independent Writer Identification from Online Handwriting.

More information

Design of Digital Signature Verification Algorithm using Relative Slopemethod

Design of Digital Signature Verification Algorithm using Relative Slopemethod Design of Digital Signature Verification Algorithm using Relative Slopemethod Prof. Miss. P.N.Ganorkar, Dept.of Computer Engineering SRPCE,Nagpur (Maharashtra), India Email:prachiti.ganorkar@gmail.com

More information

TRAINING ON-LINE HANDWRITING RECOGNIZERS USING SYNTHETICALLY GENERATED TEXT

TRAINING ON-LINE HANDWRITING RECOGNIZERS USING SYNTHETICALLY GENERATED TEXT TRAINING ON-LINE HANDWRITING RECOGNIZERS USING SYNTHETICALLY GENERATED TEXT Daniel Martín-Albo, Réjean Plamondon * and Enrique Vidal PRHLT Research Center Universitat Politècnica de València * Laboratoire

More information

Global Method Based on Pattern Occurrences for Writer Identification

Global Method Based on Pattern Occurrences for Writer Identification Proceedings of the Tenth International Workshop on Frontiers in Handwriting Recognition, Oct. 2006, La Baule Global Method Based on Pattern Occurrences for Writer Identification Rudolf Pareti Abstract

More information

Writer Identification from Gray Level Distribution

Writer Identification from Gray Level Distribution Writer Identification from Gray Level Distribution M. WIROTIUS 1, A. SEROPIAN 2, N. VINCENT 1 1 Laboratoire d'informatique Université de Tours FRANCE vincent@univ-tours.fr 2 Laboratoire d'optique Appliquée

More information

High Capacity Reversible Watermarking Scheme for 2D Vector Maps

High Capacity Reversible Watermarking Scheme for 2D Vector Maps Scheme for 2D Vector Maps 1 Information Management Department, China National Petroleum Corporation, Beijing, 100007, China E-mail: jxw@petrochina.com.cn Mei Feng Research Institute of Petroleum Exploration

More information

Template-based Synthetic Handwriting Generation for the Training of Recognition Systems

Template-based Synthetic Handwriting Generation for the Training of Recognition Systems Template-based Synthetic Handwriting Generation for the Training of Recognition Systems Tamás VARGA, Daniel KILCHHOFER and Horst BUNKE Department of Computer Science, University of Bern Neubrückstrasse

More information

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM

ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM ABJAD: AN OFF-LINE ARABIC HANDWRITTEN RECOGNITION SYSTEM RAMZI AHMED HARATY and HICHAM EL-ZABADANI Lebanese American University P.O. Box 13-5053 Chouran Beirut, Lebanon 1102 2801 Phone: 961 1 867621 ext.

More information

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network

Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Cursive Handwriting Recognition System Using Feature Extraction and Artificial Neural Network Utkarsh Dwivedi 1, Pranjal Rajput 2, Manish Kumar Sharma 3 1UG Scholar, Dept. of CSE, GCET, Greater Noida,

More information

Trajectory Planning for Reentry Maneuverable Ballistic Missiles

Trajectory Planning for Reentry Maneuverable Ballistic Missiles International Conference on Manufacturing Science and Engineering (ICMSE 215) rajectory Planning for Reentry Maneuverable Ballistic Missiles XIE Yu1, a *, PAN Liang1,b and YUAN ianbao2,c 1 College of mechatronic

More information

HAND-GESTURE BASED FILM RESTORATION

HAND-GESTURE BASED FILM RESTORATION HAND-GESTURE BASED FILM RESTORATION Attila Licsár University of Veszprém, Department of Image Processing and Neurocomputing,H-8200 Veszprém, Egyetem u. 0, Hungary Email: licsara@freemail.hu Tamás Szirányi

More information

Handwriting Trajectory Movements Controlled by a Bêta-Elliptic Model

Handwriting Trajectory Movements Controlled by a Bêta-Elliptic Model Handwriting Trajectory Movements Controlled by a Bêta-Elliptic Model Hala BEZINE, Adel M. ALIMI, and Nabil DERBEL Research Group on Intelligent Machines (REGIM) Laboratory of Intelligent Control and Optimization

More information

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction

Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Invariant Recognition of Hand-Drawn Pictograms Using HMMs with a Rotating Feature Extraction Stefan Müller, Gerhard Rigoll, Andreas Kosmala and Denis Mazurenok Department of Computer Science, Faculty of

More information

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes

Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes 2009 10th International Conference on Document Analysis and Recognition Fine Classification of Unconstrained Handwritten Persian/Arabic Numerals by Removing Confusion amongst Similar Classes Alireza Alaei

More information

Character Recognition

Character Recognition Character Recognition 5.1 INTRODUCTION Recognition is one of the important steps in image processing. There are different methods such as Histogram method, Hough transformation, Neural computing approaches

More information

arxiv: v1 [cs.cv] 19 Jan 2019

arxiv: v1 [cs.cv] 19 Jan 2019 Writer Independent Offline Signature Recognition Using Ensemble Learning Sourya Dipta Das 1, Himanshu Ladia 2, Vaibhav Kumar 2, and Shivansh Mishra 2 1 Jadavpur University, Kolkata, India 2 Delhi Technological

More information

Face detection and recognition. Detection Recognition Sally

Face detection and recognition. Detection Recognition Sally Face detection and recognition Detection Recognition Sally Face detection & recognition Viola & Jones detector Available in open CV Face recognition Eigenfaces for face recognition Metric learning identification

More information

Off-line Signature Verification using the Enhanced Modified Direction Feature and Neural-based Classification

Off-line Signature Verification using the Enhanced Modified Direction Feature and Neural-based Classification Off-line Signature Verification using the Enhanced Modified Direction Feature and Neural-based Classification Author Armand, Stephane, Blumenstein, Michael, Muthukkumarasamy, Vallipuram Published 2006

More information

EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT

EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT EDGE EXTRACTION ALGORITHM BASED ON LINEAR PERCEPTION ENHANCEMENT Fan ZHANG*, Xianfeng HUANG, Xiaoguang CHENG, Deren LI State Key Laboratory of Information Engineering in Surveying, Mapping and Remote Sensing,

More information

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition

A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition A Feature based on Encoding the Relative Position of a Point in the Character for Online Handwritten Character Recognition Dinesh Mandalapu, Sridhar Murali Krishna HP Laboratories India HPL-2007-109 July

More information

Virtual Interaction System Based on Optical Capture

Virtual Interaction System Based on Optical Capture Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Virtual Interaction System Based on Optical Capture Peng CHEN, 2 Xiaoyang ZHOU, 3 Jianguang LI, Peijun WANG School of Mechanical Engineering,

More information