Fingerprint Minutiae Matching Using Adjacent Feature Vector

Size: px
Start display at page:

Download "Fingerprint Minutiae Matching Using Adjacent Feature Vector"

Transcription

1 Fingerprint Minutiae Matching Using Adjacent Feature Vector X. Tong, J. Huang, X. Tang and D. Shi 2* School of Computer Science and Technology, Harbin Institute of Technology, Harbin, P. R. China 2 School of Computer Engineering, Nanyang Technological University, Singapore ABSTRACT Minutia matching is the most popular approach to fingerprint verification. In this paper, we propose a novel fingerprint feature named Adjacent Feature Vector (AFV) for fingerprint matching, which consist of four adjacent relative Features of a minutiae and the ridge counts between the minutiae and the four adjacent point. In the first stage, AFV is used to find possible minutiae pairs. Then one minutiae set is rotated and translated according to two minutiae. This is followed by a preliminary matching to ensure reliable matching. At last, a fine matching is performed to overcome possible distortion. Experiments have shown the promising results of the proposed algorithm. Keywords: fingerprint verification, adjacent Feature vector INTRODUCTION Fingerprints are texture on the top of human fingertip. Because of the uniqueness of fingerprint [], fingerprint verification has been applied to many fields including criminal verification, financial security, access control, etc. In the past three decades, automatic fingerprint verification is used more widely than other branchs of biometrics such as face identification and signature identification.

2 Fingerprint matching usually consist of two procedures: feature extraction and feature matching. Feature matching is usually evaluated by the following factors: False matching rate, usually including false accept rate and false reject rate. Computational time cost, usually including time cost of corresponding fingerprint matching and time cost of non-corresponding fingerprint matching. Robustness of matching, the ability to overcome low quality of fingerprint image and the ability to overcome deformation. In order to improve fingerprint verification performance, many techniques have been designed to improve the previous three factors. The most popular matching strategy for fingerprint verification is minutia matching [2, 3, 4]. The simplest pattern of the minutiae-based representations consists of a set of minutiae, including ridge endings and bifurcations defined by their spatial coordinates. Each minutia is described by its spatial location associated with the direction and minutia type. Although a set of minutiae has been widely used for matching, the noise problem in a fingerprint image has not been fully solved. The disadvantage of minutia-based method is the lack of robustness, there are some alternative methods proposed, for instance, Jain et al. s filterbank method[5] and Isenor and Zaky s graph matching method [6]. Many researchers have tried to make the minutiae-based method robust. Ross [7] described an algorithm using both minutiae and texture features. Most fingerprint algorithms are minutiae based algorithms. Kovács-Vajna [8] used triangular matching to cope with the deformation and validate the matching by Dynamic Time Warping. Ratha and Karu [2] adopted Hough transform based matching method. By specifying scale, rotation and shift parameters, a Hough transform was conducted on a

3 minutiae set. A score can be obtained by specifying these three parameters. The maximal score was considered as the final score. He et al. [9] introduced ridge information into the minutia matching process, which reduced the computational cost when minutia pair was selected. Jain et al. proposed an alignment-based mathing method in [4], which adopted the associated ridge to align the input minutiae with the template minutiae. Good performance is reported to overcome defomation by the method. However, if only short part of a ridges is saved, the algorithm may results in inaccurate alignment. But if long part of ridges is saved, the template size will increase badly. Furthermore, sometimes it is difficult to find long ridges in a thinned fingerprint image. Jiang and Yau [3] proposed a minutia matching technique using both local and global structure of information. In this method, local structure was used to find the correspondence of two minutiae sets and the global structure was used to determine the uniqueness of fingerprint. However, if less neighborhood minutiae is used, false reject may occur in case of the presence of spurious minutiae and the absence of genuine minutiae ; if more neighborhood minutiae is used, the template size will increase greatly. Tico and Kuosmanen [0] adopted an Feature-based minutia descriptor for minutiae matching, and good performance are reported. However, ridge count are not included in the descriptor, which has been widely used and redported good performance[3][]. An other drawback lies in this descipor will lead to a huge template space.

4 Lee et al. [2] proposed a local alignment method, in his method, ridge frequency was adopted to minimize distance error by normalizing the distance between minutiae. But the minimizing distance by frequency makes the algorithm more complex, which will lead to the algorithm time-consuming. The rest of the paper is organized as follows. Section 2 describes a novel fingerprint feature named Adjacent Feature Vector in detail. Our robust minutia matching method is presented in Section 3. The experimental results are reported in Section 4. Section 5 concludes our work. 2 ADJACENT FEATURE VECTOR As we know, adjacent feature of a minutia is very important for matching because it is rotation invariant and translation invariant. In this section, we will present a fingerprint feature called Adjacent Feature Vector (AFV). The fingerprint verification system in this work consists of minutiae extraction and minutiae matching. Since this paper mainly discuss minutiae matching, we assume minutiae have been extracted and we ll give a brief description of minutiae extraction algorithm at experimental results section.

5 Figure Illustration of adjacent Feature vector. Figure illustrates an Adjacent Feature Vector. If a is a minutia of a fingerprint, b is the corresponding direction point, whereas,, and t are the four adjacent point satisfying t t2 t3 4 at = at2 = at3 = at4 = ADis, bat = π / 4, bat 2 = 3π / 4, 3 = 5π / 4 bat, and bat = 7 / 4, where ADis is a constant. Since,, and t are four adjacent points in the fingerprint image, there will be certain t t2 t3 4 Feature at the four adjacent points. We assume the Feature of,, and are,, θ and θ seperately, and the direction of a is ϕ, then o θ ϕ, o θ ϕ, o θ ϕ and o θ ϕ 4 = 4 π t t2 t3 t4 θ θ = 2 3 = 3 4 = 4 constitute the four adjacent Features of minutia a. Apparently,,, and o are rotation invarient o o o and translation invarient. As the ridge counts between at, at2, at3 and at4 are also rotation invarient and translation invarient, the four ridge counts are also included in AFV. As shown in Fig., assuming point sets T {[ X, Y ] i [,4], j [, ADis ]} ij ij T constitute the four line at i and Val([ X ij, Y ij ] ) denote the value at the point [ X, ] ij Y ij T in the binary fingerprint image. We use the following equation to calculate the four ridge counts between the minutia and the four adjacent points : ADis T T n = ( ( Val([ X, Y ] ) Val([ X, Y ] ))) / 2 () i j= ij ij ij+ ij+

6 Then the AFV for a can be defined by the following equation : Aov ( a) =< oa, oa2, oa3, oa4, na, na2, na3, na4 > (2) Let Aov ( p) and Aov( denote two AFVs of the two minutiae. A function is needed to evaluate the simliarity of the two AFVs. We use the following functions to get the distance between Aov( : Aov( p) and 4 i= 4 ( o pi oqi /( m + o pi oqi ) + ( n pi nqi /( k + n pi nqi ) AovDis ( p, = (3) i= From the illustration of AFV we observe that AFV is easy to be extracted, and the corresponding distance function is also simple. More importantly, it has fixed data structure, so it does little to increase computational cost. Furthermore, the template size is very small. Ridge counts are also used in Adjacent Feature Vector, which ensures a more reliable matching. 3 MINUTIA MATCHING Lee introduced eighteen kinds of local ridge descriptions in [3]. In this work only two most popular ridge descriptions are used, i.e. ridge ending and ridge bifurcation. Assume that there are two sets of minutiae P and notations : Q extracted from two fingerprint images. For convenience, we use the following { p p } = {[ p, p, p, p ],...,[ p, p, p, p ]} P =,..., m x y θ t mx my mθ mt (4) Q { q q } = {[ q, q, q, q ],..., [ q, q, q, q ]} = (5),..., n x y θ t nx ny nθ nt

7 th where p, p, p, p ] corresponds to four features of the i minutia in set P : denotes the x [ ix iy iθ it coordinate, p denotes the y coordinate, p denotes the minutia direction and p denotes the minutia iy iθ it p ix type (ridge ending or ridge bifurcation). The definition of Q is similar to P. 3. Alignment of Point Patterns Jain et al. [4] used the associated ridge in template fingerprint and input fingerprint to align fingerprint, which reduce the number of possible correspondences to be tested. In this research, an other method i.e. two-minutiae-based method is used to align point patterns. (a) (b) (c) Figure 2 Alignment with two minutiae. (a) minutia pair in set P. (b) minutia pair in set Q. (c) transformed minutia pair in set Q. As shown in Figure 2, assume p and p are two minutiae from fingerprint P ; q and q are two a c b d minutiae from fingerprint Q. We also assume little circles denote a minutia and the black points denote the corresponding direction point. Then θ a denotes minutiae a s direction, θ c denotes minutiae c s direction and θ ac denotes line p a p c s angle. The defination of other angles is similiar to

8 the two definations. Only if it contains the following five conditions a alignment is achieved and we can build a coordinate system according to q and q : b d p p q q < T _ pdis (6) a c b d ( θ θ ) ( θ θ ) T _ pdir (7) a ac b bd < ( θ θ ) ( θ θ ) T _ pdir2 (8) c ac d bd < p at = q bt (9) p ct = q dt (0) where T _ pdis is a threshold for distance; T _ pdir and T _ pdir 2 are thresholds for direction. Since there are many possible corresponding minutia pairs, it is necessary to reduce the corresponding number. In this paper, AFV matching is used to decrease the corresponding number. As has been approved in Experimental Section (Section 4), AFV has a good performance to distinguish corresponding and non-corresponding minutiae pairs. With equation (3), FAR = 0.4 and FRR = 0. 5 can be reached with a threshold of 3.4, which will decrease corresponding number greatly. Detail information is exhibited in experimental results section. Jain et al. [4] indicated that the nonlinear deformation in a fingerprint image usually starts from a certain center point (region) and nonlinearly radiates outward, so he consider it is beneficial to model in polar space. Both Jain et al. [4] and He et al. [9] used polar coordinate. But there are some drawbacks with their method: () Both Jain et al. [4] and He et al. [9] didn t give a method to find the certain center point (region);

9 (2) Both the template fingerprint and the input fingerprint need coordinate transform. In this research, a preliminary matching stage and a fine matching are introduced which are robust enough to overcome deformation. So cartesian coordinates is adopted in this work. A merit of cartesian coordinates lies in only one minutia set needing coordinate transform. 3.2 Minutia Matching The block diagram of minutia matching is shown in Fig. 3. There are four stages in minutiae matching : minutiae pair searching, coordinate transform, preliminary matching and fine matching. In minutiae pair searching stage, all corresponding minutiae pairs will be found based on AFV matching, and all matched pair will be add to sets S m. The following coordinate transform stage will make a coordinate transform using two pair of minutiae from S m which contend several conditions. A preliminary matching stage will give a matching score based on the similarity of angle, position and AFV. Finally, considering the relative position between matched and unmatched minutiae pair, a fine matching stage is adpoted to overcome possible deformation. Minutiae Pair Searching Coordinate Transform Preliminary Matching Fine Matching Figure 3 Block diagram of minutia matching

10 3.2. Minutiae Pair Searching Algorithm In this algorithm all corresponding minutiae pairs will be found with equation (3). The algorithm is as follows: S m = NULL MatchedPai r = 0 For all p m P and q n Q { if ( AovDis( p, q ) < T _ aov ) { add < p, q m n > to S m MatchedPai r = MatchedPair + } } If ( MatchedPai r > T _ p ) go to coordinate transform stage Else Return False Figure 4 Minutiae Pair Searching Algorithm m n In the above algorithm, S is corresponding pair sets, T _ aov is the threshold for AFV, and T _ p is the threshold for minutia pair searching. m Coordinate Transform Algorithm As shown in Fig. 2, we select two minutiae pairs p, q > and p, q > from. At first we < a b < c d determine if the two pairs have similar relative position. If conditions from (6) to (0) can be contented, it is considered to be aligned. The algorithm is as follows : S m

11 For all < p a, qb > S m and < p c, qd > S m if( pa pc qbqd < T _ pdis and ( θ a θ ac ) ( θ b θ bd ) < T _ pdir and ( θ θ ) ( θ θ ) T _ pdir2 and c ac d bd < p ct = q dt and p at = qbt ) For all q i Q p p q q { cy ay dy by θ = tan tan p p q q cx ax dx bx q q ix iy cosθ, sinθ q = sinθ,cosθ q q θ q i = + θ i θ q it = q it Preliminary Matching Stage ix iy q q bx by p + p ax ay Fine Matching Stage } Figure 5 Coordinate Transform Algorithm After the above stage, ( q, q, q, q ) θ is transformed to ( q, q, q ) ix iy i it q θ. We name the new set, ix iy i it Q Preliminary Matching Algorithm We use a fuzzy strategy to get matching score in this work. Considering that distance error, direction error and AFV error all have contribution to similarity between minutiae, we get machting score using the following equation: M _ Score( p, = ( AovErr( p, * 2 + DisErr( p, + DirErr( p, ) / 4 ()

12 Where AovErr( p, is the AFV error between p and q. DisErr ( p, and DirErr( p, are distance error and direction error between p and q seperately. They are defined as follows :.0 if ( AovD < 2.0) 0.8 if (2.0 AovD < 3.0) AovErr ( p, = 0.5 if (3.0 AovD < 3.4) (2) 0.3 if (3.4 AovD < 4.0) 0. if (4.0 AovD).2 if ( pq < 2). if (2 pq < 3) DisErr ( p, = 0.9 if (3 pq < 4) (3) 0.7 if (4 pq < 5) 0.4 if (5 pq ).2 if ( d _ e < 0.). if (0. d _ e < 0.5) DirErr ( p, = 0.9 if (0.5 d _ e < 0.2) (4) 0.7 if (0.2 d _ e < 0.3) 0.4 if (0.3 d _ e) Where AovD is the AFV distance between p and q calculated by equation (3). pq is the euclidean distance between p and q. d _ e is the relative direction between p and q. There may be distortion during fingerprint acquisition, but the local distortion usually is small. Therefore, if the two images come from the same finger, there will be several minutiae being matched. We use the following preliminary matching algorithm to get matching score.

13 S g = NULL MatchScore = 0 For all p m P and q Q if( pq < T _ dis and p q < T _ dir θ θ ) { add < p,q > to sets S g } MatchScore = MatchScore + M _ Score( p, q ) If ( MatchScore < T _ ms ) Return False Else if ( MatchScore > T _ ss ) Return True Else go to fine matching procedure Figure 6 Preliminary Matching Algorithm Fine Matching Algorithm In Figure 7, the black minutiae come from sets P, and the gray minutiae come from sets Q. In the preliminary matching stage, minutiae pair <a, a >, <b, b >, <c, c >, and <d, d > can be matched and then added to S g. <e, e > can t be added to S g as the distance between e and e is more than the threshold. Considering that the relative position <c, e> is very similar to <c, e > and <c, c > is an element of S g, we can add <e, e > to S g. Since <e, e > is an element of S g, and the relative position <e, g> is very similar to <e, g >, we can still add <g, g > to S g.

14 Fig. 7. A minutia matching example Hence we can observe that a fine matching is essential, which makes the algorithm more robust. Many deformed minutia can be matched by fine matching. The fine matching algorithm is as follows : Flag= While ( Flag== ) { Flag=0 If exist ( < i j >, < p q > S and < s, t > S ) { If( ( i s ) ( j t ) < T _ dis x x x, S g, g g and ( i s ) ( j t ) < T _ dis y y y y x and ( i s ) ( j t ) < T _ dir and θ θ θ θ ( p s ) ( q t ) < T _ dis x and x x ( p s ) ( q t ) < T _ dis y y y x and ( p s ) ( q t ) < T _ dir ) θ θ θ θ y { add < s,t > to S g } } MatchScore = MatchScore + M _ Score( s, t ) If ( MatchScore > T _ ss ) } Return False Flag= Return True Fig. 8. Fine Matching Algorithm

15 In the above algorithm, two correspondences in S g should be found in order to add < s,t > to S g, which make the matching more reliable. 4 EXPERIMENTAL RESULTS We have carried out experiment for two categories : experiment for AFV and experiment for minutiae matching. AFV experiment is use to find better distance function and better parameters. Minute matching experiment is used to test the performantce of the propoese system. 4. Experiment for AFV Let Aov ( p) =< o p, o p2, o p3, o p4, n p, n p2, n p3, n p4 > and Aov ( =< oq, oq2, oq3, oq4, nq, nq2, nq3, nq4 > denote two AFVs which associated with two minutiae. A AFV matching experiment has been conducted to evaluate AFV. There are two kinds of AFV pair in the matching experiment: AFV pairs from consponding minutiae pair and AFV pairs from non-corresponding minutiae pair. If Aov( p) and Aov( are from corresponding minutiae but the distance is more than certain threshold we call it false reject. Similarly, if Aov ( p) and Aov( are from non-corresponding minutiae but the distance is less than certain threshold we call it false accept corresponding AFV pairs and 0000 noncorreponding AFV pairs were collected in this experiment. The following three distance functions were tested besides function (3):

16 4 2 2 ( o pi oqi ) + k * ( n pi nqi ) ) AovDis ( p, = (5) i= 4 ( o pi oqi + k * n pi nqi ) AovDis 2( p, = (6) 4 i= i= AovDis 3( p, = o + * pi oqi k n pi n (7) qi Figure 9 shows the four Receiver Operating Characteristics (ROC) curves. From Fig. 9. we can observe that equation (6) has a better performance than equation (5), equation (7) has a better performance than equation (6), and equation (3) has the best performance among the four functions. From Fig. 9 we also observe that AFV has a good performance to distinguish corresponding and noncorresponding minutiae pairs. We got an error rate of FAR = 0. 4 and FRR = 0.5 with equation (3) when a threshold of 3.4 is specified. Fig. 0 and Fig. show the distance distribution of corresponding AFV pairs and non-corresponding AFV pairs with equation (3). In different fingerprint verification application there usually are different strategies for the determination of AFV matching threshold. In a safety preferential application such as coffer fingerprint lock, a lower threshold should be specifyed to make it more reliable. In other applications, such as criminal fingerprints database searching, a higher threshold should be specifyed to find more similar fingerprints.

17 False Accept Rate ROC with Equation (3) ROC with Equation (7) ROC with Equation (6) ROC with Equation (5) False Reject Rate Figure 9 Four ROC of four corresponding distance. 00 Number of AOV Pair Distance of AOV Pair Fig. 0. Distance distribution of corresponding AFV pair with equation (3).

18 Number of AOV Pair Distance of AOV Pair Figure Distance distribution of non-corresponding AFV pair with equation (3). 4.2 Experiment for minutiae matching The fingerprint verification system consists of two procedures : minutia extraction and minutia matching. Both of them will take an effect on the matching result. So it is necessary to introduce the minutia extraction procedure used in this work. The procedure consists of building Feature map, image enhancement, binarization, thinning and minutia detection. Bazen and Gerez s method [4] is used to build Feature map. In image enhancement we adopt Hong et al. s method [5]. He et al. [9] proposed a mehod for enhance and binarize image. We use this method to get binary image after enhancement. The binary image is thinned by Naccache and Shinghal s SPTA method [6]. Finally, Espinosa-Duró s method [7] is used to detect minutiae. To assess our methodology, we have test the proposed minutia matching system on a set of fingerprint image which is captured with ZY202B optical fingerprint sensor. The image set contain 96

19 fingerprint images from 28 different fingers with 7 images for each finger. The size of these images is 300*300 with 256 grayscales. All the images have been scanned at a resolution of 500 dpi. There was no restriction about the direction, but a little restriction about the position when fingerprint was captured, which ensured certain overlap area between each two images. Fig. 2 and Fig. 3 show some example of the fingerprint sets. Table shows the parameters used in the experiment and Fig. 4 shows the Receiver Operating Characteristics (ROC) curve on the given sets. We can observe that if AFV is adopted the false matching will be reduced greatly. When FAR is equal to , the FRR will be if AFV is adopted, but the FRR will be if AFV is not adopted. In order to test the computational time cost, we classified matching into two categories: matching between corresponding fingerprint and matching between non-corresponding fingerprint. Table 2 and Table 3 show that the both kinds of matching consume less time when AFV is adopted. Fig. 2. Fingerprint images examples of high quality Fig. 3. Fingerprint images examples of low quality

20 0. False Accept Rate 0.0 E-3 E-4 E-5 E-4 E False Reject Rate Fig. 4. ROC curve of minutia matching: the dash line is the result when AFV wasn t used and the solid line is the result when AFV was used Table. Parameters used in the experiment Parameters Value Exposition for parameters T_pdis 5.0 Threshold for distance in coordinate transform stage T_pdir 0.3 Threshold for direction in coordinate transform stage T_pdir2 0.3 Threshold 2 for direction in coordinate transform stage ADis 60 Distance between a minutiae and the four adjacent points m 0. Parameter in equation (3) k 3.0 Parameter in equation (3) T_AFV 4.0 Threshold for AFV matching T_p 6 Threshold for minutiae pair searching T_ms 5 Threshold for preliminary matching T_dis 5.0 Threshold for distance in minutia matching

21 T_dir 0.3 Threshold for direction in minutia matching Table 2. Computational time cost of fingerprint matching without AFV Matching count between corresponding fingerprint Time cost of corresponding fingerprint matching Matching count between noncorresponding fingerprint Time cost of non- corresponding fingerprint matching (s) (s) Table 3. Computational time cost of fingerprint matching with AFV Matching count between corresponding fingerprint Time cost of corresponding fingerprint matching Matching count between noncorresponding fingerprint Time cost of non- corresponding fingerprint matching (s) (s)

22 5 CONCLUSIONS In this paper, a minutia matching system is designed which uses a novel fingerprint feature called adjacent Feature vector. In minutiae pair searching procedure AFV matching is used to reduce computational cost but the matching error is reduced. Two minutiae are selected to build a coordinate system in coordinate transform procedure, which reduce alignment error. Considering possible distortion, a fine matching is used which make fingerprint matching more robust. Both false accept rate and false reject rate are tested. Experimental results show that with the same FAR, FRR can be reduced greatly if AFV is adopted. Experimental results also show that both time of corresponding matching of time of non-corresponding matching reduced greatly if AFV is adopted. All of the above experimental results show the excellent performance of the proposed algorithm. ACKNOWLEDGEMENTS This research is supported by the National Natural Science Foundation of China under Grant No REFERENCES [] W. F. Leung, S. H. Leung, W. H. Lau, and A. Luk. Fingerprint recognition using artificial network. Artificial networks for signal processing. Proceedings of the 99 IEEE Workshop. pp [2] N. K. Ratha and K. Karu. A real time matching system for large fingerprint databases. IEEE Transactions on Pattern Analysis and Machine Intelligence, 8(8) : , 996. [3] X. Jiang and W. Y. Yau. Fingerprint minutiae matching based on the local and global structures. Proc. ICPR2000, 2: , Sep, 2000.

23 [4] A. K. Jain, L. Hong and R. Bolle. On-line fignerprint verification. IEEE Transactions on Pattern Analysis and Machine Intelligence, 9(4) : , 997 [5] A. K. Jain, S. Prabhakar, L. Hong, and S. Pankanti. Filterbank-based fingerprint matching, IEEE Transactions on Image Processing, 9(5): , [6] D. K. Isenor and S. G. Zaky. Fingerprint identification using graph matching. Pattern Recognition, 9(2):3-22, 986 [7] A. Ross. Fingerprint matching using minutiae and texture features. Proceedings of International Conference on Image Processing, pp , 200. [8] Z. M. Kovács-Vajna. A fingerprint verification system based on triangular matching and dynamic time warping. IEEE Trans. On Pattern Analysis and Machine Intelligence, 22() : , [9] Y. L. He, J. Tian, X. P. Luo and T. H. Zhang. Image enhancement and minutiae matching in fingerprint verification. Pattern Recognition Letters 24 : , [0] M. Tico and P. Kuosmanen. Fingerprint matching using an Feature-based minutia descriptor. IEEE Trans. On Pattern Analysis and Machine Intelligence,25(8) : , [] N. K. Ratha, R. M. Bolle, V. D. Pandit and V. Vaish. Robust fingerprint authentication using local structural similarity. Fifth IEEE Workshop on Applications of Computer Vision, pp29-34, Dec [2] D. Lee, K. Choi, and J. Kim. A robust fingerprint matching algorithm using local alignment. International Conference on Pattern Recognition, 3 : -5 Aug [3] H. C. Lee and R.E. Gaensslen, eds.. Advances in Fingerpirnt Technology. New York :Elsevier, 99. [4] A. M. Bazen and S. H. Gerez. Systematic methods for the computation of the directional fields and singular points of fingerprints. IEEE Trans. on Pattern Analysis and Machine Intelligence, 24(7), 2002 [5] L. Hong, Y. F. Wan and A. K. Jain. Fingerprint image enhancement : alogrithm and performance evaluation. IEEE Trans. On Pattern Analysis and Machine Intelligence, 20(8) : , 998 [6] N. J. Naccache and R. Shinghal. SPTA : a proposed algorithm for thinning binary patterns. IEEE Trans. on Systems, Man and Cybernetics. SMC-4(3) :409-48, 984. [7] V. Espinosa-Duró. Minutiae detection algorithm for fingerprint recognition. IEEE Aerospace and Electronic Systems Systems Magazine, 7(3) : 7-0, March, 2002.

Distorted Fingerprint Verification System

Distorted Fingerprint Verification System Informatica Economică vol. 15, no. 4/2011 13 Distorted Fingerprint Verification System Divya KARTHIKAESHWARAN 1, Jeyalatha SIVARAMAKRISHNAN 2 1 Department of Computer Science, Amrita University, Bangalore,

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 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

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

Optimized Minutiae Based Fingerprint Matching

Optimized Minutiae Based Fingerprint Matching Optimized Minutiae Based Fingerprint Matching Neeta Nain, Deepak B M, Dinesh Kumar, Manisha Baswal, and Biju Gautham Abstract We propose a new minutiae-based approach to match fingerprint images using

More information

Mahmood Fathy Computer Engineering Department Iran University of science and technology Tehran, Iran

Mahmood Fathy Computer Engineering Department Iran University of science and technology Tehran, Iran 1 Alignment-Free Fingerprint Cryptosystem Based On Multiple Fuzzy Vault and Minutia Local Structures Ali Akbar Nasiri Computer Engineering Department Iran University of science and technology Tehran, Iran

More information

Minutia Cylindrical Code Based Approach for Fingerprint Matching

Minutia Cylindrical Code Based Approach for Fingerprint Matching Minutia Cylindrical Code Based Approach for Fingerprint Matching Dilip Tamboli 1, Mr.Sandeep B Patil 2, Dr.G.R.Sinha 3 1 P.G. Scholar, Department of Electronics & Telecommunication Engg. SSGI Bhilai, C.G.India

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

Fingerprint matching using ridges

Fingerprint matching using ridges Pattern Recognition 39 (2006) 2131 2140 www.elsevier.com/locate/patcog Fingerprint matching using ridges Jianjiang Feng, Zhengyu Ouyang, Anni Cai School of Telecommunication Engineering, Beijing University

More information

SIGNIFICANT improvements in fingerprint recognition

SIGNIFICANT improvements in fingerprint recognition IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 3, MARCH 2006 767 A New Algorithm for Distorted Fingerprints Matching Based on Normalized Fuzzy Similarity Measure Xinjian Chen, Jie Tian, Senior Member,

More information

Keywords Fingerprint enhancement, Gabor filter, Minutia extraction, Minutia matching, Fingerprint recognition. Bifurcation. Independent Ridge Lake

Keywords Fingerprint enhancement, Gabor filter, Minutia extraction, Minutia matching, Fingerprint recognition. Bifurcation. Independent Ridge Lake Volume 4, Issue 8, August 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com A novel approach

More information

Fast and Robust Projective Matching for Fingerprints using Geometric Hashing

Fast and Robust Projective Matching for Fingerprints using Geometric Hashing Fast and Robust Projective Matching for Fingerprints using Geometric Hashing Rintu Boro Sumantra Dutta Roy Department of Electrical Engineering, IIT Bombay, Powai, Mumbai - 400 076, INDIA {rintu, sumantra}@ee.iitb.ac.in

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

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

Implementation of the USB Token System for Fingerprint Verification

Implementation of the USB Token System for Fingerprint Verification Implementation of the USB Token System for Fingerprint Verification Daesung Moon, Youn Hee Gil, Sung Bum Pan, and Yongwha Chung Biometrics Technology Research Team, ETRI, Daejeon, Korea {daesung, yhgil,

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

Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India. IJRASET: All Rights are Reserved

Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India. IJRASET: All Rights are Reserved Generate new identity from fingerprints for privacy protection Ujma A. Mulla 1 1 PG Student of Electronics Department of, B.I.G.C.E., Solapur, Maharashtra, India Abstract : We propose here a novel system

More information

Filterbank-Based Fingerprint Matching. Multimedia Systems Project. Niveditha Amarnath Samir Shah

Filterbank-Based Fingerprint Matching. Multimedia Systems Project. Niveditha Amarnath Samir Shah Filterbank-Based Fingerprint Matching Multimedia Systems Project Niveditha Amarnath Samir Shah Presentation overview Introduction Background Algorithm Limitations and Improvements Conclusions and future

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

Using Support Vector Machines to Eliminate False Minutiae Matches during Fingerprint Verification

Using Support Vector Machines to Eliminate False Minutiae Matches during Fingerprint Verification Using Support Vector Machines to Eliminate False Minutiae Matches during Fingerprint Verification Abstract Praveer Mansukhani, Sergey Tulyakov, Venu Govindaraju Center for Unified Biometrics and Sensors

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

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 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

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

Implementation of Fingerprint Matching Algorithm

Implementation of Fingerprint Matching Algorithm RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 2 Issue 2, Mar Apr 2016 Implementation of Fingerprint Matching Algorithm Atul Ganbawle 1, Prof J.A. Shaikh 2 Padmabhooshan

More information

This is the published version:

This is the published version: This is the published version: Youssif, A.A.A., Chowdhury, Morshed, Ray, Sid and Nafaa, H.Y. 2007, Fingerprint recognition system using hybrid matching techniques, in 6th IEEE/ACIS International Conference

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

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

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 matching by thin-plate spline modelling of elastic deformations

Fingerprint matching by thin-plate spline modelling of elastic deformations Pattern Recognition 36 (2003) 1859 1867 www.elsevier.com/locate/patcog Fingerprint matching by thin-plate spline modelling of elastic deformations Asker M. Bazen, Sabih H. Gerez Department of Electrical

More information

Combined Fingerprint Minutiae Template Generation

Combined Fingerprint Minutiae Template Generation Combined Fingerprint Minutiae Template Generation Guruprakash.V 1, Arthur Vasanth.J 2 PG Scholar, Department of EEE, Kongu Engineering College, Perundurai-52 1 Assistant Professor (SRG), Department of

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

Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity

Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity Reducing FMR of Fingerprint Verification by Using the Partial Band of Similarity Seung-Hoon Chae 1,Chang-Ho Seo 2, Yongwha Chung 3, and Sung Bum Pan 4,* 1 Dept. of Information and Communication Engineering,

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

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

Fingerprint Identification Using SIFT-Based Minutia Descriptors and Improved All Descriptor-Pair Matching

Fingerprint Identification Using SIFT-Based Minutia Descriptors and Improved All Descriptor-Pair Matching Sensors 2013, 13, 3142-3156; doi:10.3390/s130303142 Article OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Fingerprint Identification Using SIFT-Based Minutia Descriptors and Improved

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

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

A minutia-based partial fingerprint recognition system

A minutia-based partial fingerprint recognition system A minutia-based partial fingerprint recognition system Tsai-Yang Jea *, and Venu Govindaraju Center for Unified Biometrics and Sensors, University at Buffalo, State University of New York, Amherst, NY

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

Fingerprint Recognition System

Fingerprint Recognition System Fingerprint Recognition System Praveen Shukla 1, Rahul Abhishek 2, Chankit jain 3 M.Tech (Control & Automation), School of Electrical Engineering, VIT University, Vellore Abstract - Fingerprints are one

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

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

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

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

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

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

Genetic Algorithm For Fingerprint Matching

Genetic Algorithm For Fingerprint Matching Genetic Algorithm For Fingerprint Matching B. POORNA Department Of Computer Applications, Dr.M.G.R.Educational And Research Institute, Maduravoyal, Chennai 600095,TamilNadu INDIA. Abstract:- An efficient

More information

Peg-Free Hand Geometry Verification System

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

More information

FINGERPRINTS are the flow-like ridges present on human

FINGERPRINTS are the flow-like ridges present on human 1100 IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 15, NO. 5, MAY 2006 Fingerprint Registration by Maximization of Mutual Information Lifeng Liu, Tianzi Jiang, Jianwei Yang, and Chaozhe Zhu Abstract Fingerprint

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 Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation

A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation A Robust and Real-time Multi-feature Amalgamation Algorithm for Fingerprint Segmentation Sen Wang Institute of Automation Chinese Academ of Sciences P.O.Bo 78 Beiing P.R.China100080 Yang Sheng Wang Institute

More information

Polar Harmonic Transform for Fingerprint Recognition

Polar Harmonic Transform for Fingerprint Recognition International Journal Of Engineering Research And Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 13, Issue 11 (November 2017), PP.50-55 Polar Harmonic Transform for Fingerprint

More information

CPSC 695. Geometric Algorithms in Biometrics. Dr. Marina L. Gavrilova

CPSC 695. Geometric Algorithms in Biometrics. Dr. Marina L. Gavrilova CPSC 695 Geometric Algorithms in Biometrics Dr. Marina L. Gavrilova Biometric goals Verify users Identify users Synthesis - recently Biometric identifiers Courtesy of Bromba GmbH Classification of identifiers

More information

Keywords:- Fingerprint Identification, Hong s Enhancement, Euclidian Distance, Artificial Neural Network, Segmentation, Enhancement.

Keywords:- Fingerprint Identification, Hong s Enhancement, Euclidian Distance, Artificial Neural Network, Segmentation, Enhancement. Volume 5, Issue 8, August 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Embedded Algorithm

More information

Biometric Security Technique: A Review

Biometric Security Technique: A Review ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Indian Journal of Science and Technology, Vol 9(47), DOI: 10.17485/ijst/2016/v9i47/106905, December 2016 Biometric Security Technique: A Review N. K.

More information

I. INTRODUCTION. Image Acquisition. Denoising in Wavelet Domain. Enhancement. Binarization. Thinning. Feature Extraction. Matching

I. INTRODUCTION. Image Acquisition. Denoising in Wavelet Domain. Enhancement. Binarization. Thinning. Feature Extraction. Matching A Comparative Analysis on Fingerprint Binarization Techniques K Sasirekha Department of Computer Science Periyar University Salem, Tamilnadu Ksasirekha7@gmail.com K Thangavel Department of Computer Science

More information

A New Approach To Fingerprint Recognition

A New Approach To Fingerprint Recognition A New Approach To Fingerprint Recognition Ipsha Panda IIIT Bhubaneswar, India ipsha23@gmail.com Saumya Ranjan Giri IL&FS Technologies Ltd. Bhubaneswar, India saumya.giri07@gmail.com Prakash Kumar IL&FS

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

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

Fingerprint Recognition Using Gabor Filter And Frequency Domain Filtering

Fingerprint Recognition Using Gabor Filter And Frequency Domain Filtering IOSR Journal of Electronics and Communication Engineering (IOSRJECE) ISSN : 2278-2834 Volume 2, Issue 6 (Sep-Oct 2012), PP 17-21 Fingerprint Recognition Using Gabor Filter And Frequency Domain Filtering

More information

Signature Recognition by Pixel Variance Analysis Using Multiple Morphological Dilations

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

More information

An introduction on several biometric modalities. Yuning Xu

An introduction on several biometric modalities. Yuning Xu An introduction on several biometric modalities Yuning Xu The way human beings use to recognize each other: equip machines with that capability Passwords can be forgotten, tokens can be lost Post-9/11

More information

DEFORMABLE MATCHING OF HAND SHAPES FOR USER VERIFICATION. Ani1 K. Jain and Nicolae Duta

DEFORMABLE MATCHING OF HAND SHAPES FOR USER VERIFICATION. Ani1 K. Jain and Nicolae Duta DEFORMABLE MATCHING OF HAND SHAPES FOR USER VERIFICATION Ani1 K. Jain and Nicolae Duta Department of Computer Science and Engineering Michigan State University, East Lansing, MI 48824-1026, USA E-mail:

More information

User Identification by Hierarchical Fingerprint and Palmprint Matching

User Identification by Hierarchical Fingerprint and Palmprint Matching User Identification by Hierarchical Fingerprint and Palmprint Matching Annapoorani D #1, Caroline Viola Stella Mary M *2 # PG Scholar, Department of Information Technology, * Prof. and HOD, Department

More information

Fingerprint Recognition System for Low Quality Images

Fingerprint Recognition System for Low Quality Images Fingerprint Recognition System for Low Quality Images Zin Mar Win and Myint Myint Sein University of Computer Studies, Yangon, Myanmar zmwucsy@gmail.com Department of Research and Development University

More information

FINGERPRINT RECOGNITION BASED ON SPECTRAL FEATURE EXTRACTION

FINGERPRINT RECOGNITION BASED ON SPECTRAL FEATURE EXTRACTION FINGERPRINT RECOGNITION BASED ON SPECTRAL FEATURE EXTRACTION Nadder Hamdy, Magdy Saeb 2, Ramy Zewail, and Ahmed Seif Arab Academy for Science, Technology & Maritime Transport School of Engineering,. Electronics

More information

A Novel Image Alignment and a Fast Efficient Localized Euclidean Distance Minutia Matching Algorithm for Fingerprint Recognition System

A Novel Image Alignment and a Fast Efficient Localized Euclidean Distance Minutia Matching Algorithm for Fingerprint Recognition System Ridge ings Ridge bifurcation The International Arab Journal of Information Technology Vol. 13, No. 6B, 2016 1061 A Novel Image Alignment and a Fast Efficient Localized Euclidean Distance Minutia Matching

More information

Fingerprint Matching Incorporating Ridge Features Using Contourlet Transforms

Fingerprint Matching Incorporating Ridge Features Using Contourlet Transforms Fingerprint Matching Incorporating Ridge Features Using Contourlet Transforms M.S. Keerthana 1 Student,Department of CSE, K.S.Rangasamy College Of Technology,Tiruchengode,TamilNadu, India 1 ABSTRACT: This

More information

A FINGER PRINT RECOGNISER USING FUZZY EVOLUTIONARY PROGRAMMING

A FINGER PRINT RECOGNISER USING FUZZY EVOLUTIONARY PROGRAMMING A FINGER PRINT RECOGNISER USING FUZZY EVOLUTIONARY PROGRAMMING Author1: Author2: K.Raghu Ram K.Krishna Chaitanya 4 th E.C.E 4 th E.C.E raghuram.kolipaka@gmail.com chaitu_kolluri@yahoo.com Newton s Institute

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

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

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

On-Line Fingerprint Verification

On-Line Fingerprint Verification On-Line Fingerprint Verification Ani1 Jain and Lin Hong Pattern Recognition and Image Processing Laboratory Department of Computer Science Michigan State University East Lansing, MI 48824, USA {j ain,honglin}

More information

Multimodal Biometric Authentication using Face and Fingerprint

Multimodal Biometric Authentication using Face and Fingerprint IJIRST National Conference on Networks, Intelligence and Computing Systems March 2017 Multimodal Biometric Authentication using Face and Fingerprint Gayathri. R 1 Viji. A 2 1 M.E Student 2 Teaching Fellow

More information

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition

BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition BIOMET: A Multimodal Biometric Authentication System for Person Identification and Verification using Fingerprint and Face Recognition Hiren D. Joshi Phd, Dept. of Computer Science Rollwala Computer Centre

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

A New Point-set Registration Algorithm for Fingerprint Matching

A New Point-set Registration Algorithm for Fingerprint Matching 1 A New Point-set Registration Algorithm for Fingerprint Matching A. Pasha Hosseinbor, Renat Zhdanov, and Alexander Ushveridze arxiv:1702.01870v1 [cs.cv] 7 Feb 2017 Abstract A novel minutia-based fingerprint

More information

Fingerprint Recognition Based on Combined Features

Fingerprint Recognition Based on Combined Features Fingerprint Recognition Based on Combined Features Yangyang Zhang, Xin Yang, Qi Su, and Jie Tian Center for Biometrics and Security Research, Key Laboratory of Complex Systems and Intelligence Science,

More information

中国科技论文在线.

中国科技论文在线. May 2005, Vol.20, No.3, pp.4 48 J. Comput. Sci. & Technol. Wavelet Energy Feature Extraction and Matching for Palmprint Recognition Xiang-Qian Wu, Kuan-Quan Wang, and David Zhang 2 School of Computer Science

More information

Fingerprint Verification System using Minutiae Extraction Technique

Fingerprint Verification System using Minutiae Extraction Technique Fingerprint Verification System using Minutiae Extraction Technique Manvjeet Kaur, Mukhwinder Singh, Akshay Girdhar, and Parvinder S. Sandhu Abstract Most fingerprint recognition techniques are based on

More information

Fingerprint Matching Using Minutiae Feature Hardikkumar V. Patel, Kalpesh Jadav

Fingerprint Matching Using Minutiae Feature Hardikkumar V. Patel, Kalpesh Jadav Fingerprint Matching Using Minutiae Feature Hardikkumar V. Patel, Kalpesh Jadav Abstract- Fingerprints have been used in identification of individuals for many years because of the famous fact that each

More information

A Novel Data Encryption Technique by Genetic Crossover of Robust Finger Print Based Key and Handwritten Signature Key

A Novel Data Encryption Technique by Genetic Crossover of Robust Finger Print Based Key and Handwritten Signature Key www.ijcsi.org 209 A Novel Data Encryption Technique by Genetic Crossover of Robust Finger Print Based Key and Handwritten Signature Key Tanmay Bhattacharya 1, Sirshendu Hore 2 and S. R. Bhadra Chaudhuri

More information

FINGERPRINT MATHING IN INDIA: AN OVERVIEW Rahul Vivek Purohit 1 S.A.Imam 2

FINGERPRINT MATHING IN INDIA: AN OVERVIEW Rahul Vivek Purohit 1 S.A.Imam 2 Review Article FINGERPRINT MATHING IN INDIA: AN OVERVIEW Rahul Vivek Purohit 1.A.Imam 2 Address for Correspondence 1 Asst. Prof, ECE Deptt, Ajay Kumar Garg Engineering College, Ghaziabad 2 Asst. Prof,

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

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

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

Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio

Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio Comparison of fingerprint enhancement techniques through Mean Square Error and Peak-Signal to Noise Ratio M. M. Kazi A. V. Mane R. R. Manza, K. V. Kale, Professor and Head, Abstract In the fingerprint

More information

A Full Analytical Review on Fingerprint Recognition using Neural Networks

A Full Analytical Review on Fingerprint Recognition using Neural Networks e t International Journal on Emerging Technologies (Special Issue on RTIESTM-2016) 7(1): 45-49(2016) ISSN No. (Print) : 0975-8364 ISSN No. (Online) : 2249-3255 A Full Analytical Review on Fingerprint Recognition

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

Detecting Fingerprint Distortion from a Single Image

Detecting Fingerprint Distortion from a Single Image Detecting Fingerprint Distortion from a Single Image Xuanbin Si, Jianjiang Feng, Jie Zhou Department of Automation, Tsinghua University Beijing 100084, China sixb10@mails.tsinghua.edu.cn {jfeng, jzhou}@tsinghua.edu.cn

More information

Minutia Cylinder-Code:

Minutia Cylinder-Code: BioLab - Biometric System Lab University of Bologna - ITALY http://biolab.csr.unibo.it Minutia Cylinder-Code: A new representation and matching technique for Dott. Matteo Ferrara Topics Overview of fingerprint

More information

OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION

OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION OPTIMIZED DUAL FINGERPRINT MECHANISM FOR PRIVACY PROTECTION 1 Sanjyoti Lakhe, Student of ME (CSE), Government College of Engineering,Aurangabad, Dr.Babasaheb Ambedkar Marathwada University, Aurangabad.

More information

A Method for the Identification of Inaccuracies in Pupil Segmentation

A Method for the Identification of Inaccuracies in Pupil Segmentation A Method for the Identification of Inaccuracies in Pupil Segmentation Hugo Proença and Luís A. Alexandre Dep. Informatics, IT - Networks and Multimedia Group Universidade da Beira Interior, Covilhã, Portugal

More information

Detecting Multiple Symmetries with Extended SIFT

Detecting Multiple Symmetries with Extended SIFT 1 Detecting Multiple Symmetries with Extended SIFT 2 3 Anonymous ACCV submission Paper ID 388 4 5 6 7 8 9 10 11 12 13 14 15 16 Abstract. This paper describes an effective method for detecting multiple

More information

Touchless Fingerprint recognition using MATLAB

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

More information

International Journal of Research in Advent Technology, Vol.4, No.6, June 2016 E-ISSN: Available online at

International Journal of Research in Advent Technology, Vol.4, No.6, June 2016 E-ISSN: Available online at Authentication Using Palmprint Madhavi A.Gulhane 1, Dr. G.R.Bamnote 2 Scholar M.E Computer Science & Engineering PRMIT&R Badnera Amravati 1, Professor Computer Science & Engineering at PRMIT&R Badnera

More information

FVC2004: Third Fingerprint Verification Competition

FVC2004: Third Fingerprint Verification Competition FVC2004: Third Fingerprint Verification Competition D. Maio 1, D. Maltoni 1, R. Cappelli 1, J.L. Wayman 2, A.K. Jain 3 1 Biometric System Lab - DEIS, University of Bologna, via Sacchi 3, 47023 Cesena -

More information

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3

Gurmeet Kaur 1, Parikshit 2, Dr. Chander Kant 3 1 M.tech Scholar, Assistant Professor 2, 3 Volume 8 Issue 2 March 2017 - Sept 2017 pp. 72-80 available online at www.csjournals.com A Novel Approach to Improve the Biometric Security using Liveness Detection Gurmeet Kaur 1, Parikshit 2, Dr. Chander

More information

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

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (www.prdg.org) 1 Enhancing Security in Identity Documents Using QR Code RevathiM K 1, Annapandi P 2 and Ramya K P 3 1 Information Technology, Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, Tamilnadu628215, India

More information