A review on fingerprint orientation estimation

Size: px
Start display at page:

Download "A review on fingerprint orientation estimation"

Transcription

1 SECURITY AND COMMUNICATION NETWORKS Security Comm. Networks 2011; 4: Published online 9 June 2010 in Wiley Online Library (wileyonlinelibrary.com)..209 SPECIAL ISSUE PAPER A review on fingerprint orientation estimation Zujun Hou *, Wei-Yun Yau and Yue Wang Institute for Infocomm Research, A-Star, 1 Fusionopolis Way #21-01 Connexis, Singapore , Singapore ABSTRACT Fingerprint orientation plays important roles in fingerprint enhancement, fingerprint classification, and fingerprint recognition. This paper critically reviews the primary advances on fingerprint orientation estimation. Advantages and limitations of existing methods have been addressed. Issues on future development have been discussed. Copyright 2010 John Wiley & Sons, Ltd. KEYWORDS fingerprint; orientation; local estimation; structure tensor; global modeling * Correspondence Zujun Hou, Institute for Infocomm Research, A-Star, 1 Fusionopolis Way #21-01 Connexis, Singapore , Singapore. zhou@i2r.a-star.edu.sg 1. INTRODUCTION With the continuous growing on security requirement, fingerprint recognition technology has largely been deployed in a wide range of applications, from civil to forensic, from door access control to custom immigration clearance. The number of users can vary from a few to millions, or even more. Despite of such numerous successes in deployment, the performance of fingerprint recognition system is yet to be further improved, in particular when the acquired fingerprint image is of low quality and the size of fingerprint database is huge, where the number of absolute error cases will be remarkably amplified even the system s relative error rate is low. Fingerprint quality can be degraded for the presence of scars, wounds, etc. Some have dry finger and some have sweat one. For some people like certain manual workers, their fingers can easily get dirty. On top of that, the fingerprint sensor can also lead to low-quality images. Figure 1 illustrates some poor quality fingerprints. A number of efforts have been taken toward the enhancement of the fingerprint recognition system s performance. Critical to boost the system performance is to reliably estimate the orientation field of the fingerprint structure. The orientation field represents a very essential characteristic of a fingerprint. It can be very useful to restore the structure for poor quality fingerprint images [1 4], and is also an important feature for fingerprint classification and matching [5 9]. Figure 2 illustrates the importance of orientation field on fingerprint enhancement, where the original fingerprint image suffers from the problem of creases and latent prints, which is perfectly solved through fingerprint enhancement base on a correct estimation of the fingerprint orientation field. Nevertheless, it is a nontrivial issue to reliably estimate the orientation field for given fingerprint images. A lot of techniques have been proposed to deal with the problem. This paper attempts to review the progress in the field, nevertheless it is by no means an exhaustive summary. For convenience, they are broadly classified into two categories: local estimation and global modeling. Basically the former method estimates the orientation at a pixel using the information in the neighborhood of that pixel only, whereas the latter constructs a model for the whole orientation field as estimated by the former method and reconstructs the orientation field based on the global model. They are further detailed in the following sections. 2. LOCAL ESTIMATION Many methods have been proposed for orientation estimation, which can be carried out in frequency space [10,11] or in spatial domain [12,13]. The most popular one for local direction estimation is the gradient-based method. Let I denote the image and I = (I x,i y ) the gradient of the image, where I x and I y are the partial derivatives of I. Then the orientation is the direction perpendicular to the gradient. Alternatively, the filter-bank method has been utilized to estimate the local orientation [5]. Essentially the filter-bank method is based on the same assumption as the gradient method in the process of orientation estimation, that is to say, the orientation at a position will be the direction for which the signal changes the least. The advantage of the filter-bank method lies in the resistance with respect to the Copyright 2010 John Wiley & Sons, Ltd. 591

2 Fingerprint orientation estimation Z. Hou et al. Figure 1. A sample of fingerprint images with low quality. noise as is well known that the gradient operation is noise sensitive. However, the gradient method is much more computationally efficient. Besides that, efforts have been tried to estimate the direction through the ridge projection [14]. The method needs to firstly separate the primary ridge, and calculate the projection of the primary ridge onto a set of oriented lines. The direction is estimated as the line where the projections attain minimum variance. In general, the idea is similar to the filter-bank method. The problem lies in the identification of the primary ridge, which is not a trivial issue for poor quality images. Recently, Jiang [13] proposed a band-pass filter derived from an integration operator for orientation estimation. The integration operator is defined as a weighted sum of y- and Figure 2. An illustration of the impact of orientation on fingerprint image restoration, where on the left is a fingerprint image with creases and accidental impression of another person s fingerprint. Based on the estimated orientation field as shown in the middle, the reconstructed image is displayed on the right, which perfectly reduces the problem of crease and latent print. 592 Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd.

3 Z. Hou et al. Fingerprint orientation estimation x-integration in interval 2d with shift d as l = R d= R y+d ω d y d f (x + d, z)dz+j x+d x d (z, y + d)dz, (1) where the integration is taken over a support of size 2R 2R. Essentially, the filter is similar to the widely used gradient operators such as the Sobel operator, the Prewitt operator, in the sense that all of them couple a low-pass filter in the orthogonal direction of a high-pass filter. The method has been demonstrated to be advantageous over most gradient operators in accuracy or robustness against noise. To address the noise sensitivity, one may consider to smooth the image before applying the gradient operation, as commonly used in edge detection, or to filter the estimated orientation field with a low-pass filter. However, care should be taken to directly smooth the gradient vectors, as opposite gradients characterizing the same orientation shall cancel out by direct summation. To circumvent this difficulty, Kass and Witkin [12] pioneered the idea of filter-bank approach for orientation estimation although in implementation their method is quite different from the filter-bank one. In this method, the directional derivative is regarded as a random variable and the most reliable gradient is estimated as the greatest variance of the directional derivative with solution as follows: ( ) φ KW = 1 W 2I x I y 2 tan 1 W ( Ix 2 ), (2) I2 y where W represents a low-pass filter, and stands for convolution. Rao and Schunck [15] adapted techniques in the statistics of directional data to the problem of orientation estimation, and formulated the estimation as to find the direction that maximize the sum of the square of the projections. Let φ be the direction of the gradient vector (I x, I y ), then the dominant orientation in a neighborhood is φ RS = 1 ( ) sin 2φ 2 tan 1, (3) cos 2φ where the summation is taken over the local neighborhood. This solution can also be derived from the structure tensor (ST) method. The ST (or second-moment matrix, scatter matrix, Forstner interest operator) is defined as the tensor product of the gradient: M 0 = I I T. (4) The resulting matrix is symmetric and positive semidefinite. Note that the ST is invariant under sign changes ( I and I give rise to the same ST), thus the low-pass filtering upon the ST will not yield the direction cancellation [16]. For convenience, let denote the smoothed ST as M σ = W I I T, (5) where W represents a low-pass filter. It can be shown that φ RS corresponds to the principal axis of M σ, since summation over a neighborhood by itself is low-pass filter. Interestingly, φ KW can also be derived from the ST and equal to φ RS when the same low-pass filtering is applied to both estimations. Interested readers on ST and its application to fingerprint orientation estimation can refer to Refs. [17,18]. 3. GLOBAL MODELING Realizing that the orientation field resulted from local estimation methods is still unsatisfactory for poor quality images, researchers have attempted to refine the estimation through a mathematical model as fitted to the estimated data. The idea behind the efforts lies in two observations. Firstly, at some regions the fingerprint quality is degraded and local information is insufficient to yield a reliable estimation. For most local estimation methods, the basic assumption on the perturbation is the random noise as typically adopted in image processing. However, in fingerprints, as shown before, the more severe challenge encountered is such artifacts as scar to cause ridge discontinuity, or sweat on fingers to smudge marks, or dry finger to result in fragmented ridge structure. These perturbations are typically nonrandom noise. Thus the random-assumption-based estimate of the local orientation will definitely be biased and sometimes even incorrect. Secondly, overall fingerprint orientation field is usually pretty smooth except for some regions near singular points, which enables the possibility to build a more global model and apply in turn to local predictions. A pioneered work in this direction was presented by Sherlock and Monro [19] in 1993, where the orientation field is described by a zero-pole model. The model is formulated in the complex plane with the core point as zero and the delta point as pole. Taking the image plane as complex plane, and denoting a point in the image plane by z, the zero-pole model then is defined as follows: p(z) = e (z z c1) (z z cm ) 2jφ (z z d1 ) (z z dn ), (6) φ(z) = (arg(p(z)))mod π, (7) where φ is a constant correction term, z cr and z ds are the rth core point and the sth delta point, respectively. The orientation at a point is determined by the number of singular points as well as the distance with respect to these singular points. In general, the zero-pole model is almost perfect in regions near singular points, but seems too simple for orientation modeling in other regions. If two fingerprints from different subjects have similar topology in singular points, then the zero-pole model yields little differentiability between these Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd. 593

4 Fingerprint orientation estimation Z. Hou et al. two orientation fields. Nevertheless, this pioneering work has inspired great interests in the mathematical modeling of fingerprint orientation field. The suitability of the model for describing singular points has been employed in other applications such as to detect singular points [20] and to synthesize fingerprint images [21]. An improvement of the zero-pole model was made by Vizcaya and Gerhardt [22] using a piecewise linear approximation model around singular points to adjust the zero and pole s influence: φ VG (z) = φ + 1 [ g dk (arg(z z dk )) 2 ] g ck (arg(z z ck )), (8) where g dk and g ck are the correction term around delta and core points and are modeled as a set of piecewise linear functional. A similar work was proposed by Zhou and Gu [23]: φ ZG (z) = φ + 1 [ f 1 (z) (arg(z z dk )) 2 ] f 2 (z) (arg(z z ck )), (9) where f 1 and f 2 are some complex polynomials (up to order 6). An advantage of this model is its suitability to model fingerprints without singular points such as arch type fingerprints. Although the generalized zero-pole models yield better performance in the description of global orientation pattern, their ability to characterize regions near singular points is attenuated. To address this problem, Zhou and Gu [24,25] proposed a combination model to represent the fingerprint orientation field, where a polynomial model is utilized to describe the global orientation pattern and a point-charge model is designed to characterize the orientation pattern in regions near singular points. The entire orientation field is described through a combination of these two models using an ad hoc weighted function. A similar work was presented by Li et al. [26], which combined the piecewise linear model (suitable for local description in regions near singular points) with the high order phase portrait model (suitable for global description). Very recently, Huckemann et al. [27] presents a unified model based on the framework of quadratic differentials, where the zero-pole model and its various generalizations can be regarded as special cases. For the global modeling methods as aforementioned, they have one common feature; that is the dependency on the knowledge of singular points. Nevertheless, the detection of singular points is never a nontrivial issue and the success of the detection strongly relies on the quality of the derived fingerprint orientation field. Thus, the problem will be as complicated as the chicken-egg paradox. Since the orientation field is generally slowly varying except for singular points, some researchers have tried to describe the entire orientation pattern through functional approximation. Wang et al. [28] presented an orientation estimation method using trigonometric polynomials. A notable feature of this model is that it does not require any prior knowledge of singular points. The method has been demonstrated to outperform the singular point dependent method like the combination model [24] in fingerprint image enhancement. This method has very recently been extended in Ref. [29] where the Legendre polynomials are utilized and the issue of curvature preservation is taken into consideration in the course of orientation estimation. 4. A COMPARATIVE STUDY BETWEEN LOCAL ESTIMATION AND GLOBAL MODELING This section provides a comparative study between the above two types of methods. The structure tensor method (ST) [15] is selected as the local estimation type and the Fourier series model (FS) [28] to represent the global modeling type. The FS method is selected for the following reasons. First, it is fully automatic and does not require any prior knowledge such as the location of singular points. Most other global modeling methods require the information on singular points [19 27]. As aforementioned, the detection of singular points usually relies on the result of orientation estimation. If simple detection method like the Poincare is used for singular points detection, the result will be very noise sensitive, thus the subsequent orientation modeling will be error-prone. On the other hand, if the singular points are detected manually, the whole process will not be automatic and greatly limit the application to practice. Alternatively, the FS method has been demonstrated to be superior to the combination model if singular points are detected automatically. The estimated orientation field is applied to enhance the fingerprint image and the enhancement method employs the short time Fourier transform method (STFT) [30]. The performance is validated using the NIST fingerprint image software (NFIS) [31]. To guarantee a fair comparison, throughout all the processes, the only difference between two experiments is the orientation field estimated by two methods. Figure 3 shows the corresponding receiver operator characteristics curves, where the solid line is the orientation estimated by ST and the dotted line by FS. Overall these two methods deliver very similar performance. The equal error rate (EER) is 5.69 per cent for FS, which is slightly better than that for ST (6.05 per cent). Considering that the EER is 8.24 per cent before enhancement, both methods significantly improve the system performance. Compared with the results in FVC2000 [32], the performance of either ST or FS is only behind the Sagem s solution. Note that NFIS only uses the standard minutia information (coordinates and angle), thus the orientation field estimated by both ST and FS is pretty reasonable. To reveal the difference between these two methods, a further investigation has been carried out. Figure 4 shows an example, where the original image is of low quality. 594 Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd.

5 Z. Hou et al. Fingerprint orientation estimation Figure 3. A comparison on the effect of fingerprint enhancement through orientation estimation using the ST method and the FS model, where the EER is validated on FVC2000 Db1a, using STFT for fingerprint enhancement and NFIS for matching. The EER is 6.05 per cent for ST and 5.69 per cent for FS, respectively. The estimated orientation field is shown in the second row; ST on the left and FS on the right. For this fingerprint, the image contrast is low and the ridge is fragmented. The effect of illumination inhomogeneity is also clearly visible. As a result, the local estimation method, ST, yields quite a lot of errors throughout the image domain. By contrast, the global estimation method, FS, successfully corrects most of such errors, which indicates that global information does help to resolve the ambiguity as confronted by the local method. Another example is depicted in Figure 5, where the image quality is quite good. The estimated orientation is displayed in Row 2, ST on the left, and FS on the right. It is no surprising that the ST method leads to satisfactory result for this case. What is of interest here is the region near the core point as highlighted in the circle. Notable difference between the ST and the FS results can be observed within the highlighted region. Evidently the core point in the orientation field by the FS result has been shifted upward, compared with the original image. Row 3 presents the enhanced results based on the estimated orientation field. The impact of the orientation bias within the highlighted region is clearly visible; the structure of the two innermost ridges is changed falsely and the core point (the topmost pixel of the innermost ridge) shifts almost from the center of the highlighted circle to the boundary of the circle, which is about two ridges in distance. This example exemplifies the limitation of global modeling in terms of singularity preservation, as pointed out by other researchers [29,33]. 5. DISCUSSION As an important topological feature of the fingerprint, singular points play a key role in fingerprint orientation modeling. It is required that an ideal method for orientation estimation should preserve the true singularity due to the presence of singular point. Then the problem arises on how to smooth the orientation artifact without destroying the true singularity. For people working on image restoration, they will immediately find the similarity between these two problems. In image restoration, one need to remove perturbations from noise or partial volume effect, which often turns out to be a low-pass filtering process but results in edge blurring along with the course of noise removal. To overcome this problem, a number of techniques have been designed where prior knowledge on the edge structure is modeled and incorporated into the restoration process. For the problem of fingerprint orientation estimation, although there have been quite a lot of efforts on the global modeling, very few works have been reported on including the prior model of singularity into the orientation modeling process. On the other hand, the zero-pole model as well as its various generalizations exemplify that it would be simple to construct an accurate mathematical model for orientation estimation if the knowledge of singular points is available. In these models, the knowledge of singular points is provided through manual labeling or some typical methods for singular point detection, which is in general an independent process even though the process of orienta- Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd. 595

6 Fingerprint orientation estimation Z. Hou et al. Figure 4. A low-quality fingerprint and the corresponding orientation field as estimated by ST (Row 2 left) and FS (Row 2 right). tion estimation and that of singular point detection are inherently related. As aforementioned, the detection of singular points depends on the quality of orientation field, and a number of errors could arise for poor quality fingerprints. If the resulted error is absorbed into the orientation modeling like the zero-pole model, the model constructed subsequently will definitely be unreliable. This explains why the combination model is inferior to the FS model, which does not take into consideration the information of singular point in the modeling process. Nevertheless, it does not mean that the incorporation of singularity into orientation modeling is less significant. Instead, what it reveals is the lack of suitable model to characterize the fingerprint singularity. Although the zero-pole model can be used to inference the position of fingerprint core or delta point, the process is implicit and involves complicated calculation. For general 2D images, there are usually two types of singularity: curve and point. Compared with other images, singularity in fingerprints has a few specific features. Firstly, fingerprint singularity represents the discontinuity of the fingerprint orientation field, a special vector field, which is different from the singularity in normal images that characterizes the discontinuity of scalar field. Thus, usual techniques for singularity detection are not immediately applicable to handle the fingerprint singularity. Another notable feature for fingerprint singularity is that it is typically of the point type. The point singularity in general images is often represented as junction points, which are connected with the curve singularity, and the latter can be 596 Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd.

7 Z. Hou et al. Fingerprint orientation estimation Figure 5. On the left is the orientation as estimated by the ST method and on the right by the FS modeling. It is visible the distortion in regions near singular points due to the FS modeling. detected explicitly. However, in fingerprints, the discontinuity of the orientation pattern does not explicitly relate to curve singularities, even though there are efforts to segment the orientation pattern and define the orientation singularity as the junction point in the segmentation map [34]. Comparatively, curvature may be a more suitable candidate. It cannot only describe the singularity due to core/delta points, but also be suitable for characterizing the topology of arch type fingerprints where core/delta points are not well defined. But considering the specialty of the perturbation in fingerprints, curvature alone shall not be sufficient to reliably represent the fingerprint topology. Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd. 597

8 Fingerprint orientation estimation Z. Hou et al. As aforementioned, besides the random noise as faced by general images, fingerprint images are subjected to quite a lot nonrandom perturbations, such as creases, ink, sweat, wound, or latent fingerprint, which often exhibit in a regular fashion, at least in a local region. The presence of these secondary structures will compete against the primary fingerprint structure, sometimes even totally changes the local structure. Local estimation methods would generally have difficulty to judge which is the right direction, since in the local neighborhood the strength of the primary structure is too weak or it is almost impossible to differentiate the primary structure from the secondary one, either in image domain or in frequency space. Comparatively, global modeling will have advantages in utilizing more global information for local inference. Nevertheless, most existing methods are based on the assumption of random additive noise in the modeling process, and have not taken into consideration the nonrandom nature of the secondary structure [1 29,35]. As a result, when the region with secondary structure is localized to certain degree, the correction could be successful; otherwise the estimation will be failed. For example, in Figure 1, either local estimation or global modeling methods fail to correct the fingerprint structure where latent fingerprint is present. To address the singularity in the presence of secondary structure, estimation methods based on the law of large numbers or the central limit theorem, as implicitly adopted by most existing techniques, will certainly be insufficient. Other methods such as robust statistics, or global inference methods like topological modeling [36], tensor voting [37 39], which explicitly employs global information for local inference, could be explored and this may be the trend for future investigation. 6. CONCLUSION This paper summarized the progress on fingerprint orientation estimation, which can be categorized into local estimation and global modeling. The former is easy to code and advantageous in preserving true singularities. By contrast, the latter is able to yield more reliable solution in the presence of perturbations. Despite the numerous efforts in this field, the issue of fingerprint orientation estimation is far from being adequately addressed and further exploration is still necessary, in particular, to investigate orientation modeling with ability to preserve singularity and to develop advanced methods for local structure inference using global information. REFERENCES 1. Jain AK, Hong L, Pankanti S, Bolle R. An identityauthentication system using fingerprints. Proceedings of the IEEE 1997; 85: Maio D, Maltoni D. Direct gray-scale minutiae detection in fingerprints. IEEE Transactions on Pattern Analysis and Machine Intelligence 1997; 19: Almansa A, Linderberg T. Fingerprint enhancement by shape adaptation of scale-space operators with automatic scale operation. IEEE Transactions on Image Processing 2000; 9: Jiang XD. On orientation and anisotropy estimation for online fingerprint authentication. IEEE Transactions on Image Processing 2005; 53: Karu K, Jain AK. Fingerprint classification. Pattern Recognition 1996; 29: Jain AK, Prabhakar S, Hong L. A multichannel approach to fingerprint classification. IEEE Transactions on Pattern Analysis and Machine Intelligence 1999; 21: Cappelli R, Lumini A, Maio D, Maltoni D. Fingerprint classification by directional image partitioning. IEEE Transactions on Pattern Analysis and Machine Intelligence 1999; 21: Jiang XD, Ser W. Online fingerprint template improvement. IEEE Transactions on Pattern Analysis and Machine Intelligence 2002; 24: Park CH, Park H. Fingerprint classification using fast Fourier transform and nonlinear discriminant analysis. 2005; 38: Gorman LO, Nickerson JV. An approach to fingerprint filter design. Pattern Recognition 1989; 22: Wilson CL, Candela GT, Watson C. Neural network fingerprint classification. Journal of Artificial Neural Networks 1994; 1: Kass M, Witkin A. Analyzing oriented pattern. Computer Vision, Graphics, and Image Processing 1987; 37: Jiang X. Extracting image orientation feature by using integration operator. Pattern Recognition 2007; 40: Ji L, Yi Z. Fingerprint orientation field estimation using ridge projection. Pattern Recognition 2008; 41: Rao AR, Schunck BG. Computing oriented texture fields. CVGIP: Graphical Models and Image Processing 1991; 53: Bigun J, Granlund GH, Wiklund J. Multidimensional orientation estimation with applications texture analysis and optical flow. IEEE Transactions on Pattern Analysis and Machine Intelligence 1991; 13: Bigun J, Bigun T, Bilsson K. Recognition by symmetry derivatives and the generalized structure tensor. IEEE Transactions on Pattern Analysis and Machine Intelligence 2004; 26: Fronthaler H, Kollreider K, Bigun J. Local features for enhancement and minutiae extraction in fingerprints. 598 Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd.

9 Z. Hou et al. Fingerprint orientation estimation IEEE Transactions on Image Processing 2008; 17: Sherlock B, Monro D. A model for interpreting fingerprint topology. Pattern Recognition 1993; 26: Fan L, Wang S, Wang H, Guo T. Singular points detection on zero-pole model in fingerprint images. IEEE Transactions on Pattern Analysis and Machine Intelligence 2008; 30: Cappelli R, Maio D, Maltoni D. Synthetic fingerprint database generation. Proceedings of the International Conference on Pattern Recognition 2002; 3: Vizcaya P, Gerhardt L. A nonlinear orientation model for global description of fingerprints. Pattern Recognition 1996; 29: Zhou J, Gu J. Modeling orientation fields of fingerprints with rational complex functions. Pattern Recognition 2004; 37: Zhou J, Gu J. A model-based method for the computation of fingerprints orientation field. IEEE Transactions on Image Processing 2004; 13: Gu J, Zhou J. A novel model for orientation field of fingerprints. IEEE CVPR 2003; 2: Li J, Yau WY, Wang H. Constrained nonlinear models of fingerprint orientations with prediction. Pattern Recognition 2006; 39: Huckemann S, Hotz T, Munk A. Global models for the orientation field of fingerprints: an approach based on quadratic differentials. IEEE Transactions on Pattern Analysis and Machine Intelligence 2008; 30: Wang Y, Hu J, Phillips D. A fingerprint orientation model based on 2d Fourier expansion (FOMFE) and its application to singular point detection and fingerprint indexing. IEEE Transactions on Pattern Analysis and Machine Intelligence 2007; 29: Ram S, Bischof H, Birchbauer J. Modeling fingerprint ridge orientation using Legendre polynomials. Pattern Recognition 2010; 43(1): Chikkerur S, Cartwright AN, Govindaraju V. Fingerprint enhancement using STFT analysis. Pattern Recognition 2007; 40: Garris MD, Watson CI, McCabe RM, Wilson CL. NIST fingerprint image software (NFIS), National Institute of Science and Technology (fingerprint.nist.gov). 32. Maio D, Maltoni D, Cappelli R, Wayman JL, Jain AK. FVC2000: fingerprint verification competition. IEEE Transactions on Pattern Analysis and Machine Intelligence 2002; 24: Zhao Q, Zhang L, Zhang D, Huang W, Bai J. Curvature and singularity driven diffusion for orientation pattern enhancement with singular points. CVPR 2009; Huang C, Liu L, Hung DC. Fingerprint analysis and singular point detection. Pattern Recognition Letters 2007; 28: Bazen AM, Gerez SH. Systematic methods for the computation of the directional fields and singular points of fingerprints. IEEE Transactions on Pattern Analysis and Machine Intelligence 2002; 24: Hou Z, Li J, Lam HK, Chen TP, Wang HL, Yau WY. Fingerprint orientation analysis with topological modeling. International Conference on Pattern Recognition 2008; Lee MS, Medioni G. Inferred descriptions in terms of curves, regions, and junctions from sparse, noisy, binary data. Proceedings of the International Workshop on Visual Form, 1997; Tong WS, Tang CK, Medioni G. First order tensor voting, and application to 3-D scale analysis. Proceedings of the CVPR 2001; 1: Medioni G, Lee MS, Tang CK. A Computational Framework for Segmentation and Grouping. Elsevier: Amsterdam, The Netherlands, Elsevier Science, Security Comm. Networks 2011; 4: John Wiley & Sons, Ltd. 599

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

Local Correlation-based Fingerprint Matching

Local Correlation-based Fingerprint Matching Local Correlation-based Fingerprint Matching Karthik Nandakumar Department of Computer Science and Engineering Michigan State University, MI 48824, U.S.A. nandakum@cse.msu.edu Anil K. Jain Department of

More information

Fingerprint Image Enhancement Algorithm and Performance Evaluation

Fingerprint Image Enhancement Algorithm and Performance Evaluation Fingerprint Image Enhancement Algorithm and Performance Evaluation Naja M I, Rajesh R M Tech Student, College of Engineering, Perumon, Perinad, Kerala, India Project Manager, NEST GROUP, Techno Park, TVM,

More information

Image Enhancement Techniques for Fingerprint Identification

Image Enhancement Techniques for Fingerprint Identification March 2013 1 Image Enhancement Techniques for Fingerprint Identification Pankaj Deshmukh, Siraj Pathan, Riyaz Pathan Abstract The aim of this paper is to propose a new method in fingerprint enhancement

More information

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask

Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Fingerprint Ridge Orientation Estimation Using A Modified Canny Edge Detection Mask Laurice Phillips PhD student laurice.phillips@utt.edu.tt Margaret Bernard Senior Lecturer and Head of Department Margaret.Bernard@sta.uwi.edu

More information

Fingerprint Classification Based on Extraction and Analysis of Singularities and Pseudoridges

Fingerprint Classification Based on Extraction and Analysis of Singularities and Pseudoridges Fingerprint Classification Based on Extraction and Analysis of Singularities and Pseudoridges Qinzhi Zhang Kai Huang and Hong Yan School of Electrical and Information Engineering University of Sydney NSW

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

Reconstructing Ridge Frequency Map from Minutiae Template of Fingerprints

Reconstructing Ridge Frequency Map from Minutiae Template of Fingerprints Reconstructing Ridge Frequency Map from Minutiae Template of Fingerprints Wei Tang, Yukun Liu College of Measurement & Control Technology and Communication Engineering Harbin University of Science and

More information

Fingerprint Classification Using Orientation Field Flow Curves

Fingerprint Classification Using Orientation Field Flow Curves Fingerprint Classification Using Orientation Field Flow Curves Sarat C. Dass Michigan State University sdass@msu.edu Anil K. Jain Michigan State University ain@msu.edu Abstract Manual fingerprint classification

More information

Indexing Fingerprints using Minutiae Quadruplets

Indexing Fingerprints using Minutiae Quadruplets Indexing Fingerprints using Minutiae Quadruplets Ogechukwu Iloanusi University of Nigeria, Nsukka oniloanusi@gmail.com Aglika Gyaourova and Arun Ross West Virginia University http://www.csee.wvu.edu/~ross

More information

Fingerprint Matching using Gabor Filters

Fingerprint Matching using Gabor Filters Fingerprint Matching using Gabor Filters Muhammad Umer Munir and Dr. Muhammad Younas Javed College of Electrical and Mechanical Engineering, National University of Sciences and Technology Rawalpindi, Pakistan.

More information

Classification of Fingerprint Images

Classification of Fingerprint Images Classification of Fingerprint Images Lin Hong and Anil Jain Department of Computer Science, Michigan State University, East Lansing, MI 48824 fhonglin,jaing@cps.msu.edu Abstract Automatic fingerprint identification

More information

AN EFFICIENT METHOD FOR FINGERPRINT RECOGNITION FOR NOISY IMAGES

AN EFFICIENT METHOD FOR FINGERPRINT RECOGNITION FOR NOISY IMAGES International Journal of Computer Science and Communication Vol. 3, No. 1, January-June 2012, pp. 113-117 AN EFFICIENT METHOD FOR FINGERPRINT RECOGNITION FOR NOISY IMAGES Vijay V. Chaudhary 1 and S.R.

More information

Fingerprint Enhancement and Identification by Adaptive Directional Filtering

Fingerprint Enhancement and Identification by Adaptive Directional Filtering Fingerprint Enhancement and Identification by Adaptive Directional Filtering EE5359 MULTIMEDIA PROCESSING SPRING 2015 Under the guidance of Dr. K. R. Rao Presented by Vishwak R Tadisina ID:1001051048 EE5359

More information

Fingerprint Deformation Models Using Minutiae Locations and Orientations

Fingerprint Deformation Models Using Minutiae Locations and Orientations Fingerprint Deformation Models Using Minutiae Locations and Orientations Yi Chen, Sarat Dass, Arun Ross, and Anil Jain Department of Computer Science and Engineering Michigan State University East Lansing,

More information

Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison

Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison Online and Offline Fingerprint Template Update Using Minutiae: An Experimental Comparison Biagio Freni, Gian Luca Marcialis, and Fabio Roli University of Cagliari Department of Electrical and Electronic

More information

A Fuzzy Rule-Based Fingerprint Image Classification

A Fuzzy Rule-Based Fingerprint Image Classification A Fuzzy Rule-Based Fingerprint Image Classification Shing Chyi Chua 1a, Eng Kiong Wong 2 and Alan Wee Chiat Tan 3 1,2,3 Faculty of Engineering and Technology, Multimedia University, Melaka, Malaysia. a

More information

CHAPTER 2 LITERATURE REVIEW

CHAPTER 2 LITERATURE REVIEW 9 CHAPTER 2 LITERATURE REVIEW 2.1 INTRODUCTION In this chapter the literature available within the purview of the objectives of the present study is reviewed and the need for the proposed work is discussed.

More information

Ground truth and evaluation for latent fingerprint matching

Ground truth and evaluation for latent fingerprint matching Ground truth and evaluation for latent fingerprint matching Anna Mikaelyan and Josef Bigun Halmstad University SE-0118 Halmstad {anna.mikaelyan,josef.bigun}@hh.se Abstract In forensic fingerprint studies

More information

GRAPHICAL REPRESENTATION OF FINGERPRINT IMAGES

GRAPHICAL REPRESENTATION OF FINGERPRINT IMAGES Chapter 14 GRAPHICAL REPRESENTATION OF FINGERPRINT IMAGES Jie Zhou 1, David Zhang, Jinwei Gu 1, and Nannan Wu 1 1. Department of Automation, Tsinghua University, Beijing 100084, China. Department of Computing,

More information

CORE POINT DETECTION USING FINE ORIENTATION FIELD ESTIMATION

CORE POINT DETECTION USING FINE ORIENTATION FIELD ESTIMATION CORE POINT DETECTION USING FINE ORIENTATION FIELD ESTIMATION M. Usman Akram, Rabia Arshad, Rabia Anwar, Shoab A. Khan Department of Computer Engineering, EME College, NUST, Rawalpindi, Pakistan usmakram@gmail.com,rabiakundi2007@gmail.com,librabia2004@hotmail.com,

More information

A New Enhancement Of Fingerprint Classification For The Damaged Fingerprint With Adaptive Features

A New Enhancement Of Fingerprint Classification For The Damaged Fingerprint With Adaptive Features A New Enhancement Of Fingerprint Classification For The Damaged Fingerprint With Adaptive Features R.Josphineleela a, M.Ramakrishnan b And Gunasekaran c a Department of information technology, Panimalar

More information

Incorporating Image Quality in Multi-Algorithm Fingerprint Verification

Incorporating Image Quality in Multi-Algorithm Fingerprint Verification Incorporating Image Quality in Multi-Algorithm Fingerprint Verification Julian Fierrez-Aguilar 1, Yi Chen 2, Javier Ortega-Garcia 1, and Anil K. Jain 2 1 ATVS, Escuela Politecnica Superior, Universidad

More information

A GABOR FILTER-BASED APPROACH TO FINGERPRINT RECOGNITION

A GABOR FILTER-BASED APPROACH TO FINGERPRINT RECOGNITION A GABOR FILTER-BASED APPROACH TO FINGERPRINT RECOGNITION Chih-Jen Lee and Sheng-De Wang Dept. of Electrical Engineering EE Building, Rm. 441 National Taiwan University Taipei 106, TAIWAN sdwang@hpc.ee.ntu.edu.tw

More information

Logical Templates for Feature Extraction in Fingerprint Images

Logical Templates for Feature Extraction in Fingerprint Images Logical Templates for Feature Extraction in Fingerprint Images Bir Bhanu, Michael Boshra and Xuejun Tan Center for Research in Intelligent Systems University of Califomia, Riverside, CA 9252 1, USA Email:

More information

Abstract -Fingerprints are the most widely. Keywords:fingerprint; ridge pattern; biometric;

Abstract -Fingerprints are the most widely. Keywords:fingerprint; ridge pattern; biometric; Analysis Of Finger Print Detection Techniques Prof. Trupti K. Wable *1(Assistant professor of Department of Electronics & Telecommunication, SVIT Nasik, India) trupti.wable@pravara.in*1 Abstract -Fingerprints

More information

Feature-level Fusion for Effective Palmprint Authentication

Feature-level Fusion for Effective Palmprint Authentication Feature-level Fusion for Effective Palmprint Authentication Adams Wai-Kin Kong 1, 2 and David Zhang 1 1 Biometric Research Center, Department of Computing The Hong Kong Polytechnic University, Kowloon,

More information

Adaptive Fingerprint Image Enhancement with Minutiae Extraction

Adaptive Fingerprint Image Enhancement with Minutiae Extraction RESEARCH ARTICLE OPEN ACCESS Adaptive Fingerprint Image Enhancement with Minutiae Extraction 1 Arul Stella, A. Ajin Mol 2 1 I. Arul Stella. Author is currently pursuing M.Tech (Information Technology)

More information

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE

AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE AN EFFICIENT BINARIZATION TECHNIQUE FOR FINGERPRINT IMAGES S. B. SRIDEVI M.Tech., Department of ECE sbsridevi89@gmail.com 287 ABSTRACT Fingerprint identification is the most prominent method of biometric

More information

A Survey of Light Source Detection Methods

A Survey of Light Source Detection Methods A Survey of Light Source Detection Methods Nathan Funk University of Alberta Mini-Project for CMPUT 603 November 30, 2003 Abstract This paper provides an overview of the most prominent techniques for light

More information

FINGERPRINTING is one of the most widely used biometric

FINGERPRINTING is one of the most widely used biometric 532 IEEE TRANSACTIONS ON INFORMATION FORENSICS AND SECURITY, VOL. 1, NO. 4, DECEMBER 2006 Fingerprint Retrieval for Identification Xudong Jiang, Senior Member, IEEE, Manhua Liu, and Alex C. Kot, Fellow,

More information

Focal Point Detection Based on Half Concentric Lens Model for Singular Point Extraction in Fingerprint

Focal Point Detection Based on Half Concentric Lens Model for Singular Point Extraction in Fingerprint Focal Point Detection Based on Half Concentric Lens Model for Singular Point Extraction in Fingerprint Natthawat Boonchaiseree and Vutipong Areekul Kasetsart Signal & Image Processing Laboratory (KSIP

More information

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N.

ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. ADVANCED IMAGE PROCESSING METHODS FOR ULTRASONIC NDE RESEARCH C. H. Chen, University of Massachusetts Dartmouth, N. Dartmouth, MA USA Abstract: The significant progress in ultrasonic NDE systems has now

More information

A Novel Adaptive Algorithm for Fingerprint Segmentation

A Novel Adaptive Algorithm for Fingerprint Segmentation A Novel Adaptive Algorithm for Fingerprint Segmentation Sen Wang Yang Sheng Wang National Lab of Pattern Recognition Institute of Automation Chinese Academ of Sciences 100080 P.O.Bo 78 Beijing P.R.China

More information

Texture Segmentation by Windowed Projection

Texture Segmentation by Windowed Projection Texture Segmentation by Windowed Projection 1, 2 Fan-Chen Tseng, 2 Ching-Chi Hsu, 2 Chiou-Shann Fuh 1 Department of Electronic Engineering National I-Lan Institute of Technology e-mail : fctseng@ccmail.ilantech.edu.tw

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Minutiae Points Extraction using Biometric Fingerprint- Enhancement Vishal Wagh 1, Shefali Sonavane 2 1 Computer Science and Engineering Department, Walchand College of Engineering, Sangli, Maharashtra-416415,

More information

Visual object classification by sparse convolutional neural networks

Visual object classification by sparse convolutional neural networks Visual object classification by sparse convolutional neural networks Alexander Gepperth 1 1- Ruhr-Universität Bochum - Institute for Neural Dynamics Universitätsstraße 150, 44801 Bochum - Germany Abstract.

More information

Fingerprint Verification applying Invariant Moments

Fingerprint Verification applying Invariant Moments Fingerprint Verification applying Invariant Moments J. Leon, G Sanchez, G. Aguilar. L. Toscano. H. Perez, J. M. Ramirez National Polytechnic Institute SEPI ESIME CULHUACAN Mexico City, Mexico National

More information

FILTERBANK-BASED FINGERPRINT MATCHING. Dinesh Kapoor(2005EET2920) Sachin Gajjar(2005EET3194) Himanshu Bhatnagar(2005EET3239)

FILTERBANK-BASED FINGERPRINT MATCHING. Dinesh Kapoor(2005EET2920) Sachin Gajjar(2005EET3194) Himanshu Bhatnagar(2005EET3239) FILTERBANK-BASED FINGERPRINT MATCHING Dinesh Kapoor(2005EET2920) Sachin Gajjar(2005EET3194) Himanshu Bhatnagar(2005EET3239) Papers Selected FINGERPRINT MATCHING USING MINUTIAE AND TEXTURE FEATURES By Anil

More information

A new approach to reference point location in fingerprint recognition

A new approach to reference point location in fingerprint recognition A new approach to reference point location in fingerprint recognition Piotr Porwik a) and Lukasz Wieclaw b) Institute of Informatics, Silesian University 41 200 Sosnowiec ul. Bedzinska 39, Poland a) porwik@us.edu.pl

More information

Is There a Fingerprint Pattern in the Image?

Is There a Fingerprint Pattern in the Image? Is There a Fingerprint Pattern in the Image? Soweon Yoon and Anil K. Jain Department of Computer Science and Engineering Michigan State University, East Lansing, MI, U.S.A. {yoonsowo,jain}@cse.msu.edu

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

Local Feature Extraction in Fingerprints by Complex Filtering

Local Feature Extraction in Fingerprints by Complex Filtering Local Feature Extraction in Fingerprints by Complex Filtering H. Fronthaler, K. Kollreider, and J. Bigun Halmstad University, SE-30118, Sweden {hartwig.fronthaler, klaus.kollreider, josef.bigun}@ide.hh.se

More information

Singular Point Detection for Efficient Fingerprint Classification

Singular Point Detection for Efficient Fingerprint Classification Singular Point Detection for Efficient Fingerprint Classification Ali Ismail Awad and Kensuke Baba Graduate School of Information Science and Electrical Engineering Kyushu University Library 10-1, Hakozaki

More information

Verifying Fingerprint Match by Local Correlation Methods

Verifying Fingerprint Match by Local Correlation Methods Verifying Fingerprint Match by Local Correlation Methods Jiang Li, Sergey Tulyakov and Venu Govindaraju Abstract Most fingerprint matching algorithms are based on finding correspondences between minutiae

More information

E xtracting minutiae from fingerprint images is one of the most important steps in automatic

E xtracting minutiae from fingerprint images is one of the most important steps in automatic Real-Time Imaging 8, 227 236 (2002) doi:10.1006/rtim.2001.0283, available online at http://www.idealibrary.com on Fingerprint Image Enhancement using Filtering Techniques E xtracting minutiae from fingerprint

More information

Experiments with Edge Detection using One-dimensional Surface Fitting

Experiments with Edge Detection using One-dimensional Surface Fitting Experiments with Edge Detection using One-dimensional Surface Fitting Gabor Terei, Jorge Luis Nunes e Silva Brito The Ohio State University, Department of Geodetic Science and Surveying 1958 Neil Avenue,

More information

FM Model Based Fingerprint Reconstruction from Minutiae Template

FM Model Based Fingerprint Reconstruction from Minutiae Template FM Model Based Fingerprint Reconstruction from Minutiae Template Jianjiang Feng and Anil K. Jain Department of Computer Science and Engineering Michigan State University {jfeng,jain}@cse.msu.edu Abstract.

More information

FAST FINGERPRINT IMAGE SYNTHESIS

FAST FINGERPRINT IMAGE SYNTHESIS FAST FINGERPRINT IMAGE SYNTHESIS Andrej Kisel Vilnius University, Faculty of Mathematics and Informatics, Department of Computer Science II, Naugarduko 24 Vilnius LT-03225 Lithuania, kisel.andrej@gmail.com

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

Adaptive Fingerprint Image Enhancement Techniques and Performance Evaluations

Adaptive Fingerprint Image Enhancement Techniques and Performance Evaluations Adaptive Fingerprint Image Enhancement Techniques and Performance Evaluations Kanpariya Nilam [1], Rahul Joshi [2] [1] PG Student, PIET, WAGHODIYA [2] Assistant Professor, PIET WAGHODIYA ABSTRACT: Image

More information

Quality of biometric data: definition and validation of metrics. Christophe Charrier GREYC - Caen, France

Quality of biometric data: definition and validation of metrics. Christophe Charrier GREYC - Caen, France Quality of biometric data: definition and validation of metrics Christophe Charrier GREYC - Caen, France 1 GREYC Research Lab Le pôle TES et le sans-contact Caen 2 3 Introduction Introduction Quality of

More information

AN AVERGE BASED ORIENTATION FIELD ESTIMATION METHOD FOR LATENT FINGER PRINT MATCHING.

AN AVERGE BASED ORIENTATION FIELD ESTIMATION METHOD FOR LATENT FINGER PRINT MATCHING. AN AVERGE BASED ORIENTATION FIELD ESTIMATION METHOD FOR LATENT FINGER PRINT MATCHING. B.RAJA RAO 1, Dr.E.V.KRISHNA RAO 2 1 Associate Professor in E.C.E Dept,KITS,DIVILI, Research Scholar in S.C.S.V.M.V

More information

Adaptive Fingerprint Pore Model for Fingerprint Pore Extraction

Adaptive Fingerprint Pore Model for Fingerprint Pore Extraction RESEARCH ARTICLE OPEN ACCESS Adaptive Fingerprint Pore Model for Fingerprint Pore Extraction Ritesh B.Siriya, Milind M.Mushrif Dept. of E&T, YCCE, Dept. of E&T, YCCE ritesh.siriya@gmail.com, milindmushrif@yahoo.com

More information

Fingerprint Recognition

Fingerprint Recognition Fingerprint Recognition Anil K. Jain Michigan State University jain@cse.msu.edu http://biometrics.cse.msu.edu Outline Brief History Fingerprint Representation Minutiae-based Fingerprint Recognition Fingerprint

More information

A New Technique to Fingerprint Recognition Based on Partial Window

A New Technique to Fingerprint Recognition Based on Partial Window A New Technique to Fingerprint Recognition Based on Partial Window Romany F. Mansour 1* AbdulSamad A. Marghilani 2 1. Department of Science and Mathematics, Faculty of Education, New Valley, Assiut University,

More information

Outline. Incorporating Biometric Quality In Multi-Biometrics FUSION. Results. Motivation. Image Quality: The FVC Experience

Outline. Incorporating Biometric Quality In Multi-Biometrics FUSION. Results. Motivation. Image Quality: The FVC Experience Incorporating Biometric Quality In Multi-Biometrics FUSION QUALITY Julian Fierrez-Aguilar, Javier Ortega-Garcia Biometrics Research Lab. - ATVS Universidad Autónoma de Madrid, SPAIN Loris Nanni, Raffaele

More information

International Journal of Advanced Research in Computer Science and Software Engineering

International Journal of Advanced Research in Computer Science and Software Engineering ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: Fingerprint Recognition using Robust Local Features Madhuri and

More information

Fingerprint Ridge Distance Estimation: Algorithms and the Performance*

Fingerprint Ridge Distance Estimation: Algorithms and the Performance* Fingerprint Ridge Distance Estimation: Algorithms and the Performance* Xiaosi Zhan, Zhaocai Sun, Yilong Yin, and Yayun Chu Computer Department, Fuyan Normal College, 3603, Fuyang, China xiaoszhan@63.net,

More information

COMPUTER AND ROBOT VISION

COMPUTER AND ROBOT VISION VOLUME COMPUTER AND ROBOT VISION Robert M. Haralick University of Washington Linda G. Shapiro University of Washington A^ ADDISON-WESLEY PUBLISHING COMPANY Reading, Massachusetts Menlo Park, California

More information

A Framework for Efficient Fingerprint Identification using a Minutiae Tree

A Framework for Efficient Fingerprint Identification using a Minutiae Tree A Framework for Efficient Fingerprint Identification using a Minutiae Tree Praveer Mansukhani February 22, 2008 Problem Statement Developing a real-time scalable minutiae-based indexing system using a

More information

Projected Texture for Hand Geometry based Authentication

Projected Texture for Hand Geometry based Authentication Projected Texture for Hand Geometry based Authentication Avinash Sharma Nishant Shobhit Anoop Namboodiri Center for Visual Information Technology International Institute of Information Technology, Hyderabad,

More information

A Survey on Feature Extraction Techniques for Palmprint Identification

A Survey on Feature Extraction Techniques for Palmprint Identification International Journal Of Computational Engineering Research (ijceronline.com) Vol. 03 Issue. 12 A Survey on Feature Extraction Techniques for Palmprint Identification Sincy John 1, Kumudha Raimond 2 1

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation

A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation A Fast Personal Palm print Authentication based on 3D-Multi Wavelet Transformation * A. H. M. Al-Helali, * W. A. Mahmmoud, and * H. A. Ali * Al- Isra Private University Email: adnan_hadi@yahoo.com Abstract:

More information

3 Nonlinear Regression

3 Nonlinear Regression CSC 4 / CSC D / CSC C 3 Sometimes linear models are not sufficient to capture the real-world phenomena, and thus nonlinear models are necessary. In regression, all such models will have the same basic

More information

Fingerprint Enhancement and Identification by Adaptive Directional Filtering

Fingerprint Enhancement and Identification by Adaptive Directional Filtering Fingerprint Enhancement and Identification by Adaptive Directional Filtering EE5359 MULTIMEDIA PROCESSING SPRING 2015 Under the guidance of Dr. K. R. Rao Presented by Vishwak R Tadisina ID:1001051048 EE5359

More information

Fingerprint matching using ridges

Fingerprint matching using ridges Fingerprint matching using ridges Jianjiang Feng a, *, Zhengyu Ouyang a, and Anni Cai a a Beijing University of Posts and Telecommunications, Box 113, Beijing, 100876, P. R. China *Corresponding author.

More information

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value

A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Sensors & Transducers 13 by IFSA http://www.sensorsportal.com A Kind of Fast Image Edge Detection Algorithm Based on Dynamic Threshold Value Jiaiao He, Liya Hou, Weiyi Zhang School of Mechanical Engineering,

More information

Development of an Automated Fingerprint Verification System

Development of an Automated Fingerprint Verification System Development of an Automated Development of an Automated Fingerprint Verification System Fingerprint Verification System Martin Saveski 18 May 2010 Introduction Biometrics the use of distinctive anatomical

More information

VOL. 3, NO. 3, Mar-April 2013 ISSN ARPN Journal of Systems and Software AJSS Journal. All rights reserved

VOL. 3, NO. 3, Mar-April 2013 ISSN ARPN Journal of Systems and Software AJSS Journal. All rights reserved Efficiency Analysis of Compared Normalization Methods for Fingerprint Image Enhancement 1 Marko Kočevar, 2 Zdravko Kačič 1 Margento R&D d.o.o., Gosposvetska cesta 84, 2000 Maribor, Slovenia 2 Faculty of

More information

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation

A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation A Fast and Accurate Eyelids and Eyelashes Detection Approach for Iris Segmentation Walid Aydi, Lotfi Kamoun, Nouri Masmoudi Department of Electrical National Engineering School of Sfax Sfax University

More information

Fractional Discrimination for Texture Image Segmentation

Fractional Discrimination for Texture Image Segmentation Fractional Discrimination for Texture Image Segmentation Author You, Jia, Sattar, Abdul Published 1997 Conference Title IEEE 1997 International Conference on Image Processing, Proceedings of the DOI https://doi.org/10.1109/icip.1997.647743

More information

The need for secure biometric devices has been increasing over the past

The need for secure biometric devices has been increasing over the past Kurt Alfred Kluever Intelligent Security Systems - 4005-759 2007.05.18 Biometric Feature Extraction Techniques The need for secure biometric devices has been increasing over the past decade. One of the

More information

Fingerprint Mosaicking by Rolling with Sliding

Fingerprint Mosaicking by Rolling with Sliding Fingerprint Mosaicking by Rolling with Sliding Kyoungtaek Choi, Hunjae Park, Hee-seung Choi and Jaihie Kim Department of Electrical and Electronic Engineering,Yonsei University Biometrics Engineering Research

More information

Edge and local feature detection - 2. Importance of edge detection in computer vision

Edge and local feature detection - 2. Importance of edge detection in computer vision Edge and local feature detection Gradient based edge detection Edge detection by function fitting Second derivative edge detectors Edge linking and the construction of the chain graph Edge and local feature

More information

A Cascaded Fingerprint Quality Assessment Scheme for Improved System Accuracy

A Cascaded Fingerprint Quality Assessment Scheme for Improved System Accuracy IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 2, March 2011 449 A Cascaded Fingerprint Quality Assessment Scheme for Improved System Accuracy Zia Saquib 1, Santosh Kumar Soni 1,

More information

REINFORCED FINGERPRINT MATCHING METHOD FOR AUTOMATED FINGERPRINT IDENTIFICATION SYSTEM

REINFORCED FINGERPRINT MATCHING METHOD FOR AUTOMATED FINGERPRINT IDENTIFICATION SYSTEM REINFORCED FINGERPRINT MATCHING METHOD FOR AUTOMATED FINGERPRINT IDENTIFICATION SYSTEM 1 S.Asha, 2 T.Sabhanayagam 1 Lecturer, Department of Computer science and Engineering, Aarupadai veedu institute of

More information

Fingerprint Indexing using Minutiae and Pore Features

Fingerprint Indexing using Minutiae and Pore Features Fingerprint Indexing using Minutiae and Pore Features R. Singh 1, M. Vatsa 1, and A. Noore 2 1 IIIT Delhi, India, {rsingh, mayank}iiitd.ac.in 2 West Virginia University, Morgantown, USA, afzel.noore@mail.wvu.edu

More information

Segmentation of Images

Segmentation of Images Segmentation of Images SEGMENTATION If an image has been preprocessed appropriately to remove noise and artifacts, segmentation is often the key step in interpreting the image. Image segmentation is a

More information

Fingerprint Enhancement and Identification by Adaptive Directional Filtering

Fingerprint Enhancement and Identification by Adaptive Directional Filtering Fingerprint Enhancement and Identification by Adaptive Directional Filtering EE5359 MULTIMEDIA PROCESSING SPRING 2015 Under the guidance of Dr. K. R. Rao Presented by Vishwak R Tadisina ID:1001051048 EE5359

More information

Extracting and Enhancing the Core Area in Fingerprint Images

Extracting and Enhancing the Core Area in Fingerprint Images 16 IJCSNS International Journal of Computer Science and Network Securit, VOL.7 No.11, November 2007 Extracting and Enhancing the Core Area in Fingerprint Images Summar Arun Vinodh C, SSNSOMCA, SSN College

More information

Efficient Rectification of Malformation Fingerprints

Efficient Rectification of Malformation Fingerprints Efficient Rectification of Malformation Fingerprints Ms.Sarita Singh MCA 3 rd Year, II Sem, CMR College of Engineering & Technology, Hyderabad. ABSTRACT: Elastic distortion of fingerprints is one of the

More information

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS

CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS CHAPTER 6 PERCEPTUAL ORGANIZATION BASED ON TEMPORAL DYNAMICS This chapter presents a computational model for perceptual organization. A figure-ground segregation network is proposed based on a novel boundary

More information

A fast algorithm for detecting die extrusion defects in IC packages

A fast algorithm for detecting die extrusion defects in IC packages Machine Vision and Applications (1998) 11: 37 41 Machine Vision and Applications c Springer-Verlag 1998 A fast algorithm for detecting die extrusion defects in IC packages H. Zhou, A.A. Kassim, S. Ranganath

More information

A fast and accurate method for detecting fingerprint reference point

A fast and accurate method for detecting fingerprint reference point Neural Comput & Applic manuscript No. (will be inserted by the editor) A fast and accurate method for detecting fingerprint reference point Xifeng Guo En Zhu Jianping Yin Received: date / Accepted: date

More information

Fingerprint Identification System Based On Neural Network

Fingerprint Identification System Based On Neural Network Fingerprint Identification System Based On Neural Network Mr. Lokhande S.K., Prof. Mrs. Dhongde V.S. ME (VLSI & Embedded Systems), Vishwabharati Academy s College of Engineering, Ahmednagar (MS), India

More information

Minutiae Based Fingerprint Authentication System

Minutiae Based Fingerprint Authentication System Minutiae Based Fingerprint Authentication System Laya K Roy Student, Department of Computer Science and Engineering Jyothi Engineering College, Thrissur, India Abstract: Fingerprint is the most promising

More information

Texture Feature based Fingerprint Recognition for Low Quality Images

Texture Feature based Fingerprint Recognition for Low Quality Images Texture Feature based Fingerprint Recognition for Low Quality Images Zin Mar Win and Myint Myint Sein 2 Department of Software Technology 2 Department of Research and Development University of Computer

More information

Water-Filling: A Novel Way for Image Structural Feature Extraction

Water-Filling: A Novel Way for Image Structural Feature Extraction Water-Filling: A Novel Way for Image Structural Feature Extraction Xiang Sean Zhou Yong Rui Thomas S. Huang Beckman Institute for Advanced Science and Technology University of Illinois at Urbana Champaign,

More information

Learning based face hallucination techniques: A survey

Learning based face hallucination techniques: A survey Vol. 3 (2014-15) pp. 37-45. : A survey Premitha Premnath K Department of Computer Science & Engineering Vidya Academy of Science & Technology Thrissur - 680501, Kerala, India (email: premithakpnath@gmail.com)

More information

Globally Stabilized 3L Curve Fitting

Globally Stabilized 3L Curve Fitting Globally Stabilized 3L Curve Fitting Turker Sahin and Mustafa Unel Department of Computer Engineering, Gebze Institute of Technology Cayirova Campus 44 Gebze/Kocaeli Turkey {htsahin,munel}@bilmuh.gyte.edu.tr

More information

FINGERPRINT RIDGE LINE RECONSTRUCTION Using Sampling-based Tracing Method

FINGERPRINT RIDGE LINE RECONSTRUCTION Using Sampling-based Tracing Method FINGERPRINT RIDGE LINE RECONSTRUCTION Using Sampling-based Tracing Method Yaxuan Qi Department of Automation qiyx98@mails. tsinghua. edu. en Singh University, Beijing China, 100084, Abstract: Key words:

More information

Estimating normal vectors and curvatures by centroid weights

Estimating normal vectors and curvatures by centroid weights Computer Aided Geometric Design 21 (2004) 447 458 www.elsevier.com/locate/cagd Estimating normal vectors and curvatures by centroid weights Sheng-Gwo Chen, Jyh-Yang Wu Department of Mathematics, National

More information

A Secondary Fingerprint Enhancement and Minutiae Extraction

A Secondary Fingerprint Enhancement and Minutiae Extraction A Secondary Fingerprint Enhancement and Minutiae Extraction Raju Rajkumar 1, K Hemachandran 2 Department of Computer Science Assam University, Silchar, India 1 rajurajkumar.phd@gmail.com, 2 khchandran@rediffmail.com

More information

Denoising and Edge Detection Using Sobelmethod

Denoising and Edge Detection Using Sobelmethod International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) Denoising and Edge Detection Using Sobelmethod P. Sravya 1, T. Rupa devi 2, M. Janardhana Rao 3, K. Sai Jagadeesh 4, K. Prasanna

More information

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing

SVM-based Filter Using Evidence Theory and Neural Network for Image Denosing Journal of Software Engineering and Applications 013 6 106-110 doi:10.436/sea.013.63b03 Published Online March 013 (http://www.scirp.org/ournal/sea) SVM-based Filter Using Evidence Theory and Neural Network

More information

Fingerprint Recognition Using Global and Local Structures

Fingerprint Recognition Using Global and Local Structures Fingerprint Recognition Using Global and Local Structures Kalyani Mali, Department of Computer Science & Engineering, University of Kalyani, Kalyani, West Bengal, India Samayita Bhattacharya, Department

More information

A Quantitative Approach for Textural Image Segmentation with Median Filter

A Quantitative Approach for Textural Image Segmentation with Median Filter International Journal of Advancements in Research & Technology, Volume 2, Issue 4, April-2013 1 179 A Quantitative Approach for Textural Image Segmentation with Median Filter Dr. D. Pugazhenthi 1, Priya

More information

On Latent Fingerprint Enhancement

On Latent Fingerprint Enhancement On Latent Fingerprint Enhancement Soweon Yoon a, Jianjiang Feng a, and Anil K. Jain* a,b a Department of Computer Science and Engineering, Michigan State University, East Lansing, MI 48824, USA; b Department

More information