
Fingerprint Image Segmentation based on Oriented Pattern Analysis Raimundo Claudio da Silva Vasconcelos1;2 and Helio Pedrini2 1Federal Institute of Brasília, Taguatinga-DF, 72146-050, Brazil 2Institute of Computing, University of Campinas, Campinas-SP, 13083-852, Brazil Keywords: Fingerprint Segmentation, Oriented Pattern, Directional Information, Biometric Systems. Abstract: Segmentation is a crucial task in automatic fingerprint identification systems. This paper describes a novel seg- mentation approach which takes into account the directional information inherent in fingerprint ridges. The method considers a directional operator to feed a k-means unsupervised clustering algorithm that labels the image in non-overlapping regions. Morphological operations are performed to fill holes and properly separate foreground from background. Experiments conducted on Fingerprint Verification Competition (FVC) data- sets demonstrate that the proposed method, denoted as Oriented Pattern-based Segmentation (OPS), achieves competitive results when compared to other well-known available fingerprint segmentation approaches. 1 INTRODUCTION There is currently a major concern regarding secu- rity, privacy, identification and recognition of people. Simultaneously, automatic fingerprint identification systems (AFIS) have become the most widely used technology for this task (Arora et al., 2015; Ashbourn, (a) (b) 2014; Cao and Jain, 2015; Guesmi et al., 2015; Jain and Hong, 1996; Kasban, 2016; Krish et al., 2018; Li and Jain, 2015; Neumann et al., 2016), due to a num- ber of desirable biometric characteristics: (i) univer- satility (every person has the characteristic); (ii) per- manence (the characteristic should be sufficiently in- variant over a long period of time); (iii) collectability (the characteristic should be easily collected and me- asured quantitatively); (iv) distinctiveness (the cha- (c) (d) racteristic is sufficiently different from one person to Figure 1: Fingerprint images acquired from different sensor another, even in case of identical twins). techniques: (a) electric; (b) optical; (c) thermal sweeping; Fingerprints are oriented texture patterns created (d) capacitive. Source: Cappelli et al. (2007). by interleaved ridge and valley information present on the fingertip surface. There are different possi- Fingerprint segmentation (Bazen and Gerez, ble ways to obtain a fingerprint image. Rolling an 2001; Chen et al., 2004; Fahmy and Thabet, 2013; Liu inked finger on a paper and then scanning this pa- et al., 2016; Mehtre et al., 1987; Sankaran et al., 2017; per was the usual technique. Due to the advances Yang et al., 2015) aims to distinguish foreground regi- in sensor technology, different fingerprint devices can ons from the image background, corresponding to an be used on fingerprint acquisition (Arjona and Batu- important stage in automatic fingerprint recognition rone, 2014; Cappelli et al., 2002; Hong et al., 1998; systems. Since fingerprint images can be affected by Liu et al., 2013; Maltoni et al., 2009). Figure 1 illus- diverse conditions (such as noise) and acquired by a trates some fingerprint images acquired from different variety of sensors, segmentation is a very challenging sensor technologies. task. 405 Vasconcelos, R. and Pedrini, H. Fingerprint Image Segmentation based on Oriented Pattern Analysis. DOI: 10.5220/0007409104050412 In Proceedings of the 14th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications (VISIGRAPP 2019), pages 405-412 ISBN: 978-989-758-354-4 Copyright c 2019 by SCITEPRESS – Science and Technology Publications, Lda. All rights reserved VISAPP 2019 - 14th International Conference on Computer Vision Theory and Applications This work describes and evaluates a novel seg- the sliding window G centered in this location. Fi- mentation approach, denoted as Oriented Pattern- gure 2 shows an example of test points for a = 45◦ based Segmentation (OPS), which takes into account and n = 9. the directional information present in fingerprint rid- ges, which is based on an operator used by an unsu- pervised clustering algorithm to separate the image into non-overlapping regions. Evaluation is perfor- med on four Fingerprint Verification Competition (FVC) (FVC, 2018) datasets to demonstrate the ef- fectiveness of the results. The text is organized as follows. Section 2 in- troduces an operator that extracts anisotropic quality Figure 2: Test points for a = 45◦ and n = 9. information from fingerprint images. In Section 3, the segmentation problem related to these images Finally, this neighborhood can be defined as a is addressed. Experimental results are provided in n set Si of D test points with length n and discrete Section 4. Finally, concluding remarks and directions direction i, which can easily be computed by repe- for future work are presented in Section 5. ating the above procedure for all D directions (i 2 f0;1;:::D−1g), by respectively changing the value of a accordingly (a = 0; 1 · 180=D; 2 · 180=D;:::;(D − 2 DIRECTIONAL INFORMATION 1) · 180=D). OPERATOR In this approach, it is assumed that, in the aforementioned neighborhood, the physics of the Textural analysis (Jain et al., 2001; Joy and Azath, image acquisition imposes certain arrangements on 2017; Marasco et al., 2018; Marasco and Sansone, the image gray levels. That is the case, for example, 2010) constitutes an important technique for pro- of the image points associated with two distinct regi- cessing images containing directional information, ons: one which is parallel and the other perpendicular whose magnitude of the corresponding anisotropy to the flow orientation contained in an intensity pat- should be measured. tern created by some anisotropic process (Kass and This work is particularly interested in a measure Witkin, 1987). of the distance between ridge and valley information Under such conditions, it can be observed a strong in fingerprints. A systematic way to compute such statistical relationship between the gray levels along distance is firstly considered within a given neighbor- the flow orientation and, by contrast, gradual changes hood. Then, a specific fingerprint quality can be set. causing this relationship to weaken along the corre- Some definitions related to the particular neig- sponding perpendicular orientation. These aspects re- hborhood considered in this work are initially intro- veal a direct connection between the anisotropy and duced. Let G be a sliding window of size M ×N (usu- particular combinations of distinct random variables around of these regions. ally, M = N = (2l + 1), l 2 Z) of an image f (x;y), 2 For the sake of simplification, this work borrows f : (x;y) 2 D f ⊂ Z 7! Z. Moreover, let D be the number of considered directions in G, and n the cor- and adapts the formalism presented by Oliveira and responding number of pixels in a given direction. Leite (2008), whose approach used oriented informa- In this work, these pixels are referred to as test tion to reconnect broken ridges. Here, it is used to points. It is worth noticing that, in order to represent measure quality. Therefore, the abstract idea behind all D directions in a two-dimensional grid, the number this quality index consists in analyzing samples drawn n of test points has a minimum bound, that is, for any from these two image regions in order to quantify the n ≥ 2, we can define up to (2n − 2) directions. difference that makes the anisotropy distinguishable. Thus, given a discrete square grid with M = N = n The main steps of the proposed operator are des- and the origin (0;0) located at its upper left corner, cribed as follows. Figure 3 shows some results pro- the coordinates (x;y) of the n test points, in a given duced through this process. direction a, are computed as: • Consider f as input image, S representing the neighborhood and D as the number of considered x = xcenter + pcos(a) (1) directions. Different amounts of test points and y = y − psin(a) center directions can be set up in accordance with a cer- for all p such that −n=2 ≤ p ≤ n=2. Moreover, xcenter tain scale and resolution for a given image. On the and ycenter are the coordinates of the point containing other hand, several quality and information crite- 406 Fingerprint Image Segmentation based on Oriented Pattern Analysis original directional difference quality original directional difference quality Figure 3: Fingerprint image operator process. ria can be considered to express separability (or quality; (iv) image segmentation by watershed: a seg- contrast), variability, homogeneity, completeness, mented image is obtained through the application of entropy and so forth; watershed influence zones. • Compute standard deviation (or other information This work considers fingerprint pattern as a regu- parameter as mean, moments of higher orders, lar anisotropic texture. There is a certain regularity among others) on this neighborhood S for each of on the ridge and valley information. The gray levels the D directions; in a perpendicular direction to the ridge-valley struc- ture can be modeled as smoothed sinusoidal signals. • The information associated with each direction i Similarly, despite the gradual changes on ridge and is compared to the one obtained from another di- valley gray levels, there is a certain homogeneity of rection j, i 6= j. Once perpendicular direction the pixels along their parallel orientations. pairs are sufficient to characterize orientated pat- For directional field estimation, this method uses terns. Thus, the predominant orientation informa- variance to express homogeneity of each Si. In such tion is obtained; a case, a pair of directions exhibits the highest con- trast information and defines the directional image O • The pair of directions i and j exhibiting the hig- as follows: hest information contrast in a given pixel, defines 8 2 2 D the local orientation (directional) image. >i; if s (Si(x;y)) < s (Si + (x;y)) <> 2 O(x;y)= The problem of fingerprint image segmentation D D >i + ; if s2(S (x;y)) ≥ s2(S + (x;y)) based on pixel-wise quality is discussed in the next : 2 i i 2 section. The descriptor expresses the strength of the in- formation along certain oriented information.
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages8 Page
-
File Size-