A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation

Size: px
Start display at page:

Download "A Robust and Real-time Multi-feature Amalgamation. Algorithm for Fingerprint Segmentation"

Transcription

1 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.China Yang Sheng Wang Institute of Automation Chinese Academof Sciences P.O.Bo 78 Beiing P.R.China Abstract: A critical step in automatic fingerprint identification is to automaticall and reliabl decide hich part of the fingerprint image belongs to the foreground the nois area and the background. In this paper e define the background as an area ecept foreground including nois area blurred area and blank area. In order to ensure that the performance of an automatic fingerprint identification sstem ill be robust ith respect to the qualit of input fingerprint images it is essential to have a good algorithm. In this paper a robust and real-time algorithm for of fingerprints is presented. With almost no cost of time ne features are etracted. The method uses to ne features hich are contrast and main energ ratio and other to features of blocks of piels: coherence and variance. It also uses k-means classifier and 3-nearest neighbor to classif patterns and distinguish hich part of fingerprints is foreground or background. The post-processing reduces the error classification. perimental results sho a significant improvement in fingerprint performance. Also the time required for the identification sstem is reduced. Ke-ords: Biometrics Image processing Fingerprint Segmentation K-nearest neighbor K-means classifier. 1. Introduction Fingerprint identification is one of the most important biometric technologies since the unchangeable fingerprints during human life span and the uniqueness of each individual s fingerprints. A fingerprint is the pattern of ridges and valles on the surface of a fingertip. The uniqueness of the fingerprint can be identified b the characteristics and relationships of bifurcations and endings in ridge or valle (Figure 1. In order to compare to fingerprints a set of invariant and discriminating features are etracted from fingerprint image. Most verification sstems providing a high securit are base on minutiae matching.

2 used to decide hich part belongs to foreground and hich one to background. Then e present k-means classifier and 3-nearest neighbor to classif patterns (Section 3. Finall e present post-processing and some eperimental results (Section 4. Figure 1: amples of minutiae. Because more poerful and intelligent image processing techniques are possible b development in computer technolog the automatic fingerprint identification sstem appears [1]. Unfortunatel noise image deficienc and deformation ma make reliable minutiae detection ver difficult. Therefore one important step in automatic fingerprint identification is the of fingerprint images. The main purpose of is to determine hich part of fingerprint is foreground and hich one is background. Foreground is the good pattern of ridges and valles. The nois area the blurred area and the blank area in fingerprint are background. Because e ma etract false minutiae in background this can heavil influences the performances of the minutiae etraction process and the performance of the overall fingerprint identification sstem. So the can reduce the number of false minutiae. In man algorithms features the etract can not completel present the feature of piels so their algorithm can onl identif the blank area but can not classif beteen foreground and nois or blurred area. [3] In this paper e present to ne features hich are contrast and main energ ratio (Section. The ne features and the other to features are. The Presentation of To Ne Features.1 Features traction The first step of is to select features. Three features are used in [3] hich are coherence the local mean and the variance. Hoever those three features can not completel present the feature of piel so e select other to ne features. Since fingerprint mainl consists of parallel structures the coherence in foreground is higher than that in background. The block is and the definition of coherence follos: i+ + = G ( u v G ( u v O u= i v= i+ + = G ( u v G ( u v ( O u= i v= i+ + ( = G ( u v + G ( u v O Coherence = u= i v= O O + O ( i G ( i G ( i gradients at each piel.. are the.

3 . Contrast one of the ne to features One ne feature is the contrast hich is the normalization of variance. The contrast defined as: I( i i m = v = ( I( i m Contrast = m v. The v is variance in one block; the m is mean of one block. The block is and is 16. the image. I is the intensit of.3 Main nerg Ratio the other ne feature The other ne feature is the main energ ratio. A good fingerprint patterns contain narro ridges separated b narro valles and this ridges follo almost parallel to each other. The Fourier spectrum of this small area reveals to high peaks ecept DC components. Hoever hile the fingerprint pattern is not good enough the peaks are not distinct. [4] (Figure. So this method can distinguish fingerprint signal area and noise area. This feature etraction algorithm follos: 1. Divide image to blocks of sizes (16 16;. ach block applies FFT to transform image from spatial domains into frequenc domains. 3. Search the to peaks ecept DC components. The to peaks are smmetrical to the DC components. 4. Because of noise e define main energ ratio as: p1 + p Main nerg Ratio= ( + p1 = F if F( i > p1 30%. s is the value of image in frequenc domains after FFT. The s is circle hich radius is r. The r is the distance from the peak to DC component and is round to the nearest integer. p p1 F is the value of one peak. is the value of the other peak. p is approimatel equal to. p1 p (1 ( (3 (4 Figure : (1 (3 are original images. ( (4 are FFT of (1 (3 respectivel. In the singular point area because the orientations of ridges and valles change so rapidl and the main energ ratio and coherence can not present the feature of piels in this area ver ell the to features can not be used in this area. Hoever e can identif this area [5] and use the other to features to process this area.

4 3. Design the Classifier In order to be real-time e must minimize the computational compleit. To find the optimal decision boundaries e use k-means classifier and 3-nearest neighbor to classif foreground and background. We select man tpical blocks in both foreground and background. We manuall point out and compute the four features for these blocks. We get about 3000 four-dimensional patterns and put those 3000 patterns into k-means classifier. Before put these patterns into classifier e normalized each pattern first. perimentation shos that identi those patterns into 1 clusters is the best. 8 of these clusters are in foreground and 4 clusters are in background. Outline of the K-means clustering algorithm e used is as follos: 1. Initialize each cluster centers ( l = 0 and normalize each pattern. ( ( (} { z l z l... z. 1 1 l z i ( l is the cluster center in the l times.. Classif 3000 patterns. Through this step each pattern ( p corresponding to each cluster as folloing: if ( p S ( l ( p ( p z ( l < z ( l ( i = i S ( l J = ( p S ( l ( = ( p z ( l + 1 So the center of each cluster is computed as follos: ( p fing z ( l + 1 = i is is all members in. cluster. 3. Compute the ne cluster center. In step e get all members in the ne cluster and e ill compute the ne center in each cluster to make smallest the sum of the distance from each member to the ne center. We epect minimize J : patterns in. N S 1 N ( p S ( l is the number of 4. Check convergence. In step 3 the ne centers do not change an more. z ( l +1 z ( l ( = = If the ne centers do not change an more go to end else go to step. When e finish classifing those patterns into 1 clusters e use a 3-nearest neighbor to classif each block in an input fingerprint image into foreground and background. If a block is foreground then B(i =1 else B(i = 0. After image B is obtained the classification is completed. We can also compute the percentage of foreground. If the percentage of foreground regions is smaller than a threshold then the input fingerprint image is reected.

5 4. Post-Processing and perimental Results When e finish the classification there ma be some noise. For instance spurious blocks hich belong to one class ma appear in other class. We use Gauss-smooth to reduce noise. It reduces the number of false classification. After the Gauss-smooth operates e get a good image of fingerprints. We present some eperimental result of the algorithm. In our eperiments e avoided using small samples so this algorithm as tested on man different fingerprint images from standard database. We compared this algorithm ith global and local threshold algorithms hich onl used three features: mean variance and coherence. We used k-means cluster hich as trained b 3000 patterns e selected in specific database. We also selected 600 fingerprint images at random in man different standard databases. We divided those images into blocks and got patterns from those images. We used our algorithm and other algorithms to distinguish hich block is foreground or background respectivel. Our algorithm classified 7 false blocks in foreground and 15 false blocks in background. When e used global or local threshold the error rate as higher. From Table 1 the result shos that our algorithm is better than the others. We also applied these three algorithms to 00 fingerprint images of size captured b a COMS sensor. We divided TM Veridicom each image into blocks and used these three algorithms to classif these blocks. We counted the number of the blocks hich are in foreground nois area and blurred area and blank area b human reorganization our algorithm and the other to algorithms respectivel. From result Table our algorithm is better especiall in nois area and blurred area. In nois area and blurred area main energ ratio is smaller than that in foreground hoever mean and variance almost is equal to those in foreground. Coherence in nois area and blurred area is higher than that in foreground but it quite depends on gradient and orientation hich are difficult to accuratel count in each piel. So our algorithm is better than the other to algorithm since e present the to ne features. Figure 3 shos one results of the fingerprint images in 00 images hich are used b different algorithms.

6 (1 ( (3 (4 Figure 3: (1 is the orient image ( is the result of the global threshold (3 is the result of the local threshold (4 is the result of our algorithm. Black area is background hich is signed b different algorithms. Table 1: Results of different algorithm Our algorithm Local threshold Global threshold Human reorganization Our algorithm Local threshold Global threshold number of false blocks in foreground number of false blocks in background error rate.04% 9.87 % % Table : Results of different algorithm number of blocks in number of background blocks in error rate foreground In nois area and blurred area In blank area % % %

7 5. Conclusion and Discussion In this paper e discuss a robust and real-time multi-feature amalgamation algorithm for fingerprint hich should be incorporated in the preprocessing of an automatic fingerprint identification sstem. Since e present to ne features our algorithm largel reduces the error of classification especiall in nois area and blurred area. The to ne features can eactl reflect the difference beteen foreground and background so the make the classification more accuratel. We use K-means classifier and 3-nearest neighbor to classif each block of input fingerprint image into foreground and background. Through eperimental result and human inspection the proposed method provides a real-time and accurate result. We ill etract more efficient features in the future hich can make classification more precise. We can also choice ne classification algorithm for eample neural netork. We think these ma improve the result. Fingerprint Segmentation I Trans [3] Asker M. Bazen Sabih H. Gerez Segmentation of Fingerprint Images ProRISC 001 Workshop on Circuits Sstems and Signal Processing 001 [4] Toshio Kamei Masanori Mizoguchi Image Filter Design For Fingerprint nhancement I Trans [5] Weiei zhang Yangsheng Wang Singular Point Detection in Fingerprint Image Accept b ACCV 00. [6] L. Hong Y. Wan and A. Jain Fingerprint Image nhancement: Algorithm and Performance valuation I Trans. Pattern Analsis and Machine Intelligence Vol. 0 no. 8 pp [7] Zs. M. Kovacs-Vana R. Rovatti M. Frazzoni Fingerprint Ridge Distance Computation Methodologies Pattern Recognition Vol33 pp [8] Marius Tico Pauli Kuosmanen A Topographic Method For Fingerprint Segmentation I Trans [9] B. G. Sherlock D. M. Monro K. Millard Fingerprint nhancement B Directional Fourier Filtering I Proc. Vis Image Signal Process Vol 141 No 1994 Reference [1] A. Jain L. Hong and R. Bolle On-Line Fingerprint Verification I Trans. Pattern Analsis and Machine Intelligence Vol. 19 no. 4 pp [] M. Hassan Ghassemian A Robust On-Line Restoration Algorithm For

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

Fingerprint Image Segmentation Based on Quadric Surface Model *

Fingerprint Image Segmentation Based on Quadric Surface Model * Fingerprint Image Segmentation Based on Quadric Surface Model * Yilong Yin, Yanrong ang, and Xiukun Yang Computer Department, Shandong Universit, Jinan, 5, China lin@sdu.edu.cn Identi Incorporated, One

More information

An Automated System for Fingerprint Classification using Singular Points for Biometric Security

An Automated System for Fingerprint Classification using Singular Points for Biometric Security 6th International Conference on Internet Technolog and Secured Transactions, 11-14 December 2011, Abu Dhabi, United Arab Emirates An Automated Sstem for Fingerprint Classification using Singular Points

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

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN

A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN A FRACTAL WATERMARKING SCHEME FOR IMAGE IN DWT DOMAIN ABSTRACT A ne digital approach based on the fractal technolog in the Disperse Wavelet Transform domain is proposed in this paper. First e constructed

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

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

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

Fingerprint Segmentation

Fingerprint Segmentation World Applied Sciences Journal 6 (3): 303-308, 009 ISSN 1818-495 IDOSI Publications, 009 Fingerprint Segmentation 1 Mohammad Sadegh Helfroush and Mohsen Mohammadpour 1 Department of Electrical Engineering,

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

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision

A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision A Circle Detection Method Based on Optimal Parameter Statistics in Embedded Vision Xiaofeng Lu,, Xiangwei Li, Sumin Shen, Kang He, and Songu Yu Shanghai Ke Laborator of Digital Media Processing and Transmissions

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 Identification Project 2

Fingerprint Identification Project 2 I. Introduction AMERICAN UNIVERSITY OF BEIRUT FACULTY OF ENGINEERING AND ARCHITECTURE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING EECE695C Adaptive Filtering and Neural Networs Fingerprint Identification

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

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) International Association of Scientific Innovation and Research (IASIR) (An Association Unifing the Sciences, Engineering, and Applied Research) International Journal of Emerging Technologies in Computational

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

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

Keywords: Fingerprint, Minutia, Thinning, Edge Detection, Ridge, Bifurcation. Classification: GJCST Classification: I.5.4, I.4.6

Keywords: Fingerprint, Minutia, Thinning, Edge Detection, Ridge, Bifurcation. Classification: GJCST Classification: I.5.4, I.4.6 Global Journal of Computer Science & Technology Volume 11 Issue 6 Version 1.0 April 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN:

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

Palmprint Recognition Based on Local Texture Features

Palmprint Recognition Based on Local Texture Features Palmprint Recognition Based on Local Teture Features Slobodan Ribaric, Markan Lopar Universit of Zagreb, Facult of EE and Computing Unska 3, 1 Zagreb, Croatia slobodan.ribaric@fer.hr markan.lopar@fer.hr

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

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

Optimisation of Image Registration for Print Quality Control

Optimisation of Image Registration for Print Quality Control Optimisation of Image Registration for Print Qualit Control J. Rakun and D. Zazula Sstem Software Laborator Facult of Electrical Engineering and Computer Science Smetanova ul. 7, Maribor, Slovenia E-mail:

More information

RELIABLE ORIENTATION FIELD ESTIMATION OF FINGERPRINT BASED ON ADAPTIVE NEIGHBORHOOD ANALYSIS

RELIABLE ORIENTATION FIELD ESTIMATION OF FINGERPRINT BASED ON ADAPTIVE NEIGHBORHOOD ANALYSIS SHOBA DYRE AND C P SUMATHI: RELIABLE ORIENTATION FIELD ESTIMATION OF FINERPRINT BASED ON ADAPTIVE NEIHBORHOOD ANALYSIS RELIABLE ORIENTATION FIELD ESTIMATION OF FINERPRINT BASED ON ADAPTIVE NEIHBORHOOD

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

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

World Academy of Science, Engineering and Technology International Journal of Computer and Information Engineering Vol:10, No:4, 2016

World Academy of Science, Engineering and Technology International Journal of Computer and Information Engineering Vol:10, No:4, 2016 World Academ of Science, Engineering and Technolog X-Corner Detection for Camera Calibration Using Saddle Points Abdulrahman S. Alturki, John S. Loomis Abstract This paper discusses a corner detection

More information

Photo by Carl Warner

Photo by Carl Warner Photo b Carl Warner Photo b Carl Warner Photo b Carl Warner Fitting and Alignment Szeliski 6. Computer Vision CS 43, Brown James Has Acknowledgment: Man slides from Derek Hoiem and Grauman&Leibe 2008 AAAI

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

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

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

Contents Edge Linking and Boundary Detection

Contents Edge Linking and Boundary Detection Contents Edge Linking and Boundar Detection 3 Edge Linking z Local processing link all points in a local neighbourhood (33, 55, etc.) that are considered to be similar similar response strength of a gradient

More information

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning

Research Article Scene Semantics Recognition Based on Target Detection and Fuzzy Reasoning Research Journal of Applied Sciences, Engineering and Technolog 7(5): 970-974, 04 DOI:0.906/rjaset.7.343 ISSN: 040-7459; e-issn: 040-7467 04 Mawell Scientific Publication Corp. Submitted: Januar 9, 03

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

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

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

Identifying Fingerprint Alteration Using the Reliability Map of the Orientation Field

Identifying Fingerprint Alteration Using the Reliability Map of the Orientation Field Identifing Fingerprint Alteration Using the Reliabilit Map of the Orientation Field Adina Petrovici, Corneliu Lazar Automatic Control and Applied Informatics Department, Technical Universit heorghe Asachi,

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

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

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

Discussion: Clustering Random Curves Under Spatial Dependence

Discussion: Clustering Random Curves Under Spatial Dependence Discussion: Clustering Random Curves Under Spatial Dependence Gareth M. James, Wenguang Sun and Xinghao Qiao Abstract We discuss the advantages and disadvantages of a functional approach to clustering

More information

Keywords: Real-Life Images, Cartoon Images, HSV and RGB Features, K-Means Applications, Image Classification. Features

Keywords: Real-Life Images, Cartoon Images, HSV and RGB Features, K-Means Applications, Image Classification. Features Volume 5, Issue 4, 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Softare Engineering Research Paper Available online at:.ijarcsse.com Distinguishing Images from

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

Action Detection in Cluttered Video with. Successive Convex Matching

Action Detection in Cluttered Video with. Successive Convex Matching Action Detection in Cluttered Video with 1 Successive Conve Matching Hao Jiang 1, Mark S. Drew 2 and Ze-Nian Li 2 1 Computer Science Department, Boston College, Chestnut Hill, MA, USA 2 School of Computing

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

A Framework for Feature Extraction Algorithms for Automatic Fingerprint Recognition Systems

A Framework for Feature Extraction Algorithms for Automatic Fingerprint Recognition Systems A Framework for Feature Extraction Algorithms for Automatic Fingerprint Recognition Systems Chaohong Wu Center for Unified Biometrics and Sensors (CUBS) SUNY at Buffalo, USA Outline of the Presentation

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

Biometrics- Fingerprint Recognition

Biometrics- Fingerprint Recognition International Journal of Information & Computation Technology. ISSN 0974-2239 Volume 4, Number 11 (2014), pp. 1097-1102 International Research Publications House http://www. irphouse.com Biometrics- Fingerprint

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

Preprocessing of a Fingerprint Image Captured with a Mobile Camera

Preprocessing of a Fingerprint Image Captured with a Mobile Camera Preprocessing of a Fingerprint Image Captured with a Mobile Camera Chulhan Lee 1, Sanghoon Lee 1,JaihieKim 1, and Sung-Jae Kim 2 1 Biometrics Engineering Research Center, Department of Electrical and Electronic

More information

PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION ABSTRACT

PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION ABSTRACT PERFORMANCE MEASURE OF LOCAL OPERATORS IN FINGERPRINT DETECTION V.VIJAYA KUMARI, AMIETE Department of ECE, V.L.B. Janakiammal College of Engineering and Technology Coimbatore 641 042, India. email:ebinviji@rediffmail.com

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

9/17/2009. Wenyan Li (Emily Li) Sep. 15, Introduction to Clustering Analysis

9/17/2009. Wenyan Li (Emily Li) Sep. 15, Introduction to Clustering Analysis Introduction ti to K-means Algorithm Wenan Li (Emil Li) Sep. 5, 9 Outline Introduction to Clustering Analsis K-means Algorithm Description Eample of K-means Algorithm Other Issues of K-means Algorithm

More information

Keywords: segmentation, Gaussian Filter, Histogram Equalization, SVM (Support vector machine)

Keywords: segmentation, Gaussian Filter, Histogram Equalization, SVM (Support vector machine) Volume 4, Issue 1, January 014 ISSN: 77 18X International Journal of Advanced Research in Computer Science and Softare Engineering Research Paper Available online at:.ijarcsse.com Segmentation of lo Quality

More information

Announcements. Recognition I. Optical Flow: Where do pixels move to? dy dt. I + y. I = x. di dt. dx dt. = t

Announcements. Recognition I. Optical Flow: Where do pixels move to? dy dt. I + y. I = x. di dt. dx dt. = t Announcements I Introduction to Computer Vision CSE 152 Lecture 18 Assignment 4: Due Toda Assignment 5: Posted toda Read: Trucco & Verri, Chapter 10 on recognition Final Eam: Wed, 6/9/04, 11:30-2:30, WLH

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

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

Towards Accurate Estimation of Fingerprint Ridge Orientation Using BPNN and Ternarization

Towards Accurate Estimation of Fingerprint Ridge Orientation Using BPNN and Ternarization IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 1 (Jul. - Aug. 2013), PP 90-101 Towards Accurate Estimation of Fingerprint Ridge Orientation Using

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

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection

Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Vol13 (Softech 016), pp138-14 http://dxdoiorg/101457/astl016137 Video Seamless Splicing Method Based on SURF Algorithm and Harris Corner Points Detection Dong Jing 1, Chen Dong, Jiang Shuen 3 1 College

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

Combining Gabor Features: Summing vs.voting in Human Face Recognition *

Combining Gabor Features: Summing vs.voting in Human Face Recognition * Combining Gabor Features: Summing vs.voting in Human Face Recognition * Xiaoyan Mu and Mohamad H. Hassoun Department of Electrical and Computer Engineering Wayne State University Detroit, MI 4822 muxiaoyan@wayne.edu

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

6.867 Machine learning

6.867 Machine learning 6.867 Machine learning Final eam December 3, 24 Your name and MIT ID: J. D. (Optional) The grade ou would give to ourself + a brief justification. A... wh not? Problem 5 4.5 4 3.5 3 2.5 2.5 + () + (2)

More information

A Line Drawings Degradation Model for Performance Characterization

A Line Drawings Degradation Model for Performance Characterization A Line Drawings Degradation Model for Performance Characterization 1 Jian Zhai, 2 Liu Wenin, 3 Dov Dori, 1 Qing Li 1 Dept. of Computer Engineering and Information Technolog; 2 Dept of Computer Science

More information

streammoa: Interface to Algorithms from MOA for stream

streammoa: Interface to Algorithms from MOA for stream streammoa: Interface to Algorithms from MOA for stream Matthew Bolaños Southern Methodist Universit John Forrest Microsoft Michael Hahsler Southern Methodist Universit Abstract This packages provides an

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

Ridge Distance Estimation in Fingerprint Images: Algorithm and Performance Evaluation

Ridge Distance Estimation in Fingerprint Images: Algorithm and Performance Evaluation EURASIP Journal on Applied Signal Processing 24:4, 4 2 c 24 Hindawi Publishing Corporation Ridge Distance Estimation in Fingerprint Images: Algorithm and Performance Evaluation Yilong Yin College of Computer

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

Fusion Method of Fingerprint Quality Evaluation: From the Local Gabor Feature to the Global Spatial-Frequency Structures

Fusion Method of Fingerprint Quality Evaluation: From the Local Gabor Feature to the Global Spatial-Frequency Structures Fusion Method of Fingerprint Quality Evaluation: From the Local abor Feature to the lobal Spatial-Frequency Structures Decong Yu, Lihong Ma,, Hanqing Lu, and Zhiqing Chen 3 D Key Lab. of Computer Networ,

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

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

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

Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation

Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation Designing of Fingerprint Enhancement Based on Curved Region Based Ridge Frequency Estimation Navjot Kaur #1, Mr. Gagandeep Singh #2 #1 M. Tech:Computer Science Engineering, Punjab Technical University

More information

Performance Improvement in Binarization for Fingerprint Recognition

Performance Improvement in Binarization for Fingerprint Recognition IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 3, Ver. II (May.-June. 2017), PP 68-74 www.iosrjournals.org Performance Improvement in Binarization

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

6.867 Machine learning

6.867 Machine learning 6.867 Machine learning Final eam December 3, 24 Your name and MIT ID: J. D. (Optional) The grade ou would give to ourself + a brief justification. A... wh not? Cite as: Tommi Jaakkola, course materials

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

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

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

Personal Verification using Palmprint and Hand Geometry Biometric

Personal Verification using Palmprint and Hand Geometry Biometric Personal Verification using Palmprint and Hand Geometr Biometric Aja Kumar 1, David C. M. Wong 1, Helen C. Shen 1, Anil K. Jain 1 Department of Computer Science, Hong Kong Universit of Science and Technolog,

More information

Improved SURF Algorithm and Its Application in Seabed Relief Image Matching

Improved SURF Algorithm and Its Application in Seabed Relief Image Matching Improved SURF Algorithm and Its Application in Seabed Relief Image Matching Hong-Mei ZHANG 1, Le YANG, Ming-Long LI1 1 Department of Automation, School of Power and Mechanical Engineering Wuhan Universit,

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

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification

Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Gaussian Mixture Model Coupled with Independent Component Analysis for Palmprint Verification Raghavendra.R, Bernadette Dorizzi, Ashok Rao, Hemantha Kumar G Abstract In this paper we present a new scheme

More information

A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification

A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification A CW-SSIM Kernel-based Nearest Neighbor Method for Handwritten Digit Classification Jiheng Wang Dept. of Statistics and Actuarial Science, Univ. of Waterloo, Waterloo, ON, Canada j237wang@uwaterloo.ca

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

2 Stereo Vision System

2 Stereo Vision System Stereo 3D Lip Tracking Gareth Lo, Roland Goecke, Sebastien Rougeau and Aleander Zelinsk Research School of Information Sciences and Engineering Australian National Universit, Canberra, Australia fgareth,

More information

Anti-symmetric Fourier Descriptor for Non-closed Segments

Anti-symmetric Fourier Descriptor for Non-closed Segments > REPLACE THIS LINE WITH YOUR PAPER IDENTIFICATION NUMBER (DOUBLE-CLICK HERE TO EDIT) < 1 Anti-smmetric Fourier Descriptor for Non-closed Segments Jian-Jiun Ding, Member, IEEE, Wei-Lun Chao, Student Member,

More information

Optimal Hierarchical Energy Efficient Design for MANETs Wasim El-Hajj Western Michigan University Kalamazoo, MI

Optimal Hierarchical Energy Efficient Design for MANETs Wasim El-Hajj Western Michigan University Kalamazoo, MI Optimal Hierarchical Energ Efficient Design for MAETs Wasim El-Ha Western Michigan Universit Kalamaoo, MI elha@cs.mich.edu Dionsios Kountanis Western Michigan Universit Kalamaoo, MI, USA ountan@cs.mich.edu

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

234 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 14, NO. 2, FEBRUARY 2004

234 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 14, NO. 2, FEBRUARY 2004 234 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 14, NO. 2, FEBRUARY 2004 On Hierarchical Palmprint Coding With Multiple Features for Personal Identification in Large Databases

More information

Biometric Security System Using Palm print

Biometric Security System Using Palm print ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

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

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE)

Features Points. Andrea Torsello DAIS Università Ca Foscari via Torino 155, Mestre (VE) Features Points Andrea Torsello DAIS Università Ca Foscari via Torino 155, 30172 Mestre (VE) Finding Corners Edge detectors perform poorly at corners. Corners provide repeatable points for matching, so

More information

Modeling and Simulation Exam

Modeling and Simulation Exam Modeling and Simulation am Facult of Computers & Information Department: Computer Science Grade: Fourth Course code: CSC Total Mark: 75 Date: Time: hours Answer the following questions: - a Define the

More information

Linear Algebra and Image Processing: Additional Theory regarding Computer Graphics and Image Processing not covered by David C.

Linear Algebra and Image Processing: Additional Theory regarding Computer Graphics and Image Processing not covered by David C. Linear Algebra and Image Processing: Additional Theor regarding Computer Graphics and Image Processing not covered b David C. La Dr. D.P. Huijsmans LIACS, Leiden Universit Februar 202 Differences in conventions

More information