scispace - formally typeset
Journal ArticleDOI

A signature identification system with principal component analysis and stentiford thinning algorithms

Reads0
Chats0
TLDR
This paper attempt design and implement an algorithm for handwritten signature identification, which consists of signature acquisition, preprocessing, features extraction and matching stages, and has a FAR of 4% and an FRR of 6% for offline signatures.
Abstract
Several biometric security systems have been implemented. Biometric is the use of a person’s physiological or behavioural characteristics to identify the individual. An example of behavioural method of biometric is signature identification. Signature identification is the use of handwritten signature to identify a person. This paper attempt design and implement an algorithm for handwritten signature identification. The signature identification system consists of signature acquisition, preprocessing, features extraction and matching stages. Signature acquisition can be either online or offline (both were considered in this research work). Online signatures are obtained by signing on digital tablets while offline signatures are scanned (or snapped) into the system. Preprocessing stage of the system include turning the image to greyscale. The grey image is further converted to binary (black and white). The image is then thinned, using Stentiford thinning algorithm. Stentiford thinning algorithm in an iterative thinning method with a good thinned imaged output. The image is finally cropped to rid the image of unnecessary white spaces. For features extraction, principal component analysis is used. Principal Component Analysis is a good statistical tool for identifying pattern in data. Features extracted from each signature are stored as a template. After features extraction, the distance between signature templates are computed using Manhattan distance. If the distance exceeds a certain threshold, the test signature is rejected (otherwise it is accepted). The design system has a FAR of 4% and an FRR of 6% for offline signatures. A FAR of 2% and an FRR of 3% were obtained for online signatures

read more

Citations
More filters
Book ChapterDOI

A Multiple Algorithm Approach to Textural Features Extraction in Offline Signature Recognition

TL;DR: In this paper, the authors proposed an offline signature recognition system using a multiple algorithm approach using Local Binary Pattern (LBP) and Grey Level Co-occurrence Matrix (GLCM).
References
More filters
Journal ArticleDOI

LIII. On lines and planes of closest fit to systems of points in space

TL;DR: This paper is concerned with the construction of planes of closest fit to systems of points in space and the relationships between these planes and the planes themselves.

A tutorial on Principal Components Analysis

TL;DR: PCA is a useful statistical technique that has found application in fields such as face recognition and image compression, and is a common technique for finding patterns in data of high dimension.