• No results found

Integrated RFID-Biometric Based Students Management System

N/A
N/A
Protected

Academic year: 2022

Share "Integrated RFID-Biometric Based Students Management System"

Copied!
6
0
0

Loading.... (view fulltext now)

Full text

(1)

Ms. Neha Bakde, IJRIT 196

International Journal of Research in Information Technology (IJRIT)

www.ijrit.com ISSN 2001-5569

Integrated RFID-Biometric Based Students Management System

Ms. Neha Bakde Ms. Arati Choudhari Ms.Nidhi Nimje Ms. Aakansha Sahu Ms. Gargi Saptarshi B. E., RGCER Astt. Professor, RGCER B.E., RGCER B.E.,RGCER B.E. ,RGCER

Department Of Computer Technology, RGCER, Nagpur

[email protected], aych8888 @gmail.com, [email protected]@gmail.com [email protected]

Abstract

In this fast pacing electronic era, applications of RFID and biometric is replacing most of the paper works and manual labor for identification and authentication, independently in different areas. In this paper we will study how we can integrate both the systems to obtain an integrated system to manage student’s attendance in class and laboratories, and also to manage library account automatically. This will be achieved in two steps where RFID tag authentication is based on a PIN number and the card holder is authenticated using the biometrics template stored in the RFID tag that is based on the fingerprint verification.

Keywords: RFID, RFID reader, RFID tag, Biometrics, Fingerprint, Minutiae Points.

I. Introduction

RFID is generally used as an automatic identification system and Biometric is used for authentication. This approach is intended to develop a system that integrates both the systems to serve multiple chores, like ID, attendance card, library account, etc. needed in college campus. In classrooms and laboratories, there is overhead of attendance, which is time consuming process and also not precise. Here RFID-Biometric integrated system hails as an aid to this problem. To implement this system, an RFID transponder and biometric reader will be installed in every classroom and students would be provided with the RFID tag which will be considered as student’s identification card. Student will use combination of RFID tag and Biometrics to mark attendance similarly as one use their login ID and password. To implement this system, an RFID transponder and biometric reader will be installed in every classroom and students would be provided with the RFID tag which will be considered as student’s identification card. Student will use combination of RFID tag and Biometrics to mark attendance similarly as one use their login ID and password.

II. Literature Survey

a. RFID System

RFID (Radio Frequency Identification) is a well-known technology that uses radio waves to identify any object or person. RFID system consists of RFID reader with an antenna and RFID tag which is made up of a microchip with an antenna. RFID tags are of three types: (a) Active tags, (b) Passive tags, and (c) Semi-passive tags. Active RFID tags have an internal battery, which is used to operate the microchip's circuitry and to broadcast a signal to a reader (the way a cell phone transmits signals to a base station). Passive tags have no internal battery. Instead, they draw power from the reader.

Semi-passive tags use internal battery to operate the chip's circuitry, but it draws power from the reader to communicate.

RFID system works on different frequencies, but most commonly used frequencies are low-frequencies (around 125 KHz) which can be read from a foot or less, high-frequencies (around 13.56 MHz) which have maximum read distance of 1.5 meters and ultra-high frequency, or UHF (850-900 MHz) having maximum read range up to 12 meters or 37 feet.

RFID tags and readers have to be tuned to the same frequency to communicate. The reader transmits electromagnetic waves and the tag antenna is tuned to receive these waves. A passive RFID tag, stores a serial number that identifies a

(2)

Ms. Neha Bakde, IJRIT 197 person, draws power from field created by the reader and uses it to power the microchip’s circuits that is attached to an antenna. The antenna triggers the chip to transmit the identification information to a reader. The chip then modulates the waves that the tag sends back to the reader and the reader converts the new waves into digital data that can then be passed on to computers that can make use of it.

b. Biometric System

Biometrics is the science of uniquely recognizing humans based upon intrinsic physical or behavioral characteristics.

Fingerprints are the largely used parameter for personal identification amongst all biometrics. Biometric is a two process mechanism that is enrollment and verification. In enrollment process fingerprint, after processing it, is stored in the database and in verification process live sample is verified with the stored template of fingerprint. Four major components are usually present in a biometric system:

a. A mechanism to scan and capture a digital representation of fingerprint.

b. Software to process the raw data into a format called a template that can be used for storage and matching purpose.

c. Matching software to compare a previously stored biometric template with a template from a live sample.

d. An interface to communicate with users.

This procedure is explained following using Fig2. A fingerprint is a distinct pattern of ridges and valleys on the surface of a finger of an individual. A ridge is defined as the bulged surface, and a valley is the region between two adjacent ridges. In simpler word ridges are the convex skin of fingerprints and valleys are the concave skin of fingerprint.

Fig.1: Biometric System process

Minutiae points are the ridge break off, which are of two types: ridge endings and bifurcations. It is these minutiae points which are used for determining uniqueness of a fingerprint.

Fig.2: Minutiae Points: (a) Bifurcation (b)Termination

For storing fingerprint in the RFID tag and in the database we are required to convert fingerprint image into a template form that carry information about the unique features of the fingerprint i.e. minutiae points. There are few major steps to extract features of the fingerprint:

a. Load the image

b. Convert the image into binary format.

c. Thinning of image

d. Post processing of minutiae points e. Output image showing minutiae points.

Bifurcation Valley

Termination

Ridge

(3)

Ms. Neha Bakde, IJRIT 198 Binarization is a process where each pixel in an image is converted into one bit and you assign the value as '1' or '0' depending upon the mean value of all thepixel. If greater then mean value then its '1' otherwise its '0'. Most minutiae extraction algorithms work on binary images where there are only two levels of interest: the black pixels correspond to ridges, and the white pixels correspond to valleys. This improves the contrast between the ridges and valleys in a fingerprint image to facilitate the extraction of minutiae. We have implemented a binarization method which will have a threshold value so that all the pixels below this are 0 and above this all pixels are 255 i.e. 1. Fig.3 shows example of binarized image.

Fig.3: Binary image

i. Ridge Thinning: Thinning is the process employed over binarized image, by thinning certain pattern shapes until it is represented by 1-pixel wide lines. Fingerprint thinning is implemented via morphological operations such as erosion and dilation to reduce the width of ridges to a single pixel while preserving the extent and connectivity of the original shape. Fig.4 shows thinned image of fingerprint.

Fig.4: Thinned Image

ii. Minutiae Points: Minutia based techniques represent the fingerprint by its local features, like terminations and bifurcations. The classification of ridge-end or bifurcation points is done in MATLAB by generating matrix. If the central pixel is one and has only one neighbor pixel, it will be a ridge-end point. Whereas, if the central pixel is one and has two neighbor pixels, it will be a bifurcation point. On the basis of these matrix minutiae points are extracted. Fig.5 shows minutiae points of the fingerprint:

Fig.5: Minutiae points

(4)

Ms. Neha Bakde, IJRIT 199

III. Proposed Solution

Every student will be provided with the RFID tag which will contain a PIN number and template of fingerprint. On entering the class students will show up their card to RFID reader; in return RFID reader will demand their fingerprint as their password. If fingerprint matched then their attendance will be marked in the database otherwise attendance will not be marked. This procedure is explained substantially by algorithm shown below:

Update database with arrival time

Yes Start

Enroll the student and assign the ID tag

Read ID

Imprint Finger

Arrival Time

Valid?

Yes

No

Fingerprint matched?

Do not enroll

1 No

(5)

Ms. Neha Bakde, IJRIT 200

Fig.6: Flow chart

IV. Conclusion

Implementing integrated RFID with biometric results in a trusted credential for authenticating an individual’s identity using biometric verification. It reduces the manual work required for management of student. And also act as an aid to students as it serves for multiple purposes e.g. classrooms, libraries, and laboratories. This biometric match-on-card approach can provide even more private and secure identity verification system.

V. References

[1] A

rulogun O. T., Olatunbosun, A., Fakolujo O. A., and Olaniyi, O. M. “RFID-Based Students Attendance Management System”

[2]

Stephen A.Weis “RFID (Radio Frequency Identification): Principles and Applications” MIT CSAIL

[3]

Aamir Nizam Ansari, Arundhati Navada, Sanchit Agarwal, Siddharth Patil, Balwant A. Sonkamble Department of Computer Engineering, Pune Institute of Computer Technology, Pune, India “Automation of Attendance System using RFID, Biometrics, GSM Modem with .Net Framework”

[4]

Aysha Qaiser and Shoab A Khan Bachelors of Software Engineering,Fatima Jinnah Women University, The Mall, Rawalpindi College of EME, NUST “Automation of Time and Attendance using RFID Systems”

[5]

Uday Rajanna, Ali Erol, George Bebis “A comparative study on feature extraction for fingerprint classification and performance improvements using rank-level fusion”

[6]

J. V. Kulkarni, R. S. Holambe, Bhushan D. Patil Deptt of Instrumentation Engineering, SGGS IET, Nanded

“Fingerprint Feature Extraction: A Review”

1

Update database with departure time

No

Yes Mark attendance of lectures between arrival

and departure time Is Departure time updated?

Mark attendance of only one

lecture

Mark attendance of lectures between arrival

and departure time

Stop

(6)

Ms. Neha Bakde, IJRIT 201

[7]

Sunil V. K. Gaddam and Manohar Lal (Corresponding author: Sunil V. K. Gaddam) Department of CSE, Meerut

Institute of Engineering & Technology, Meerut, U. P., India School of Computer and Information Sciences, IGNOU, New Delhi, India “Efficient Cancellable Biometric Key Generation Scheme for Cryptography”

[8]

Kulwinder Singh, Kiranbir Kaur, 3Ashok Sardana Gulzar Group of Institutes, Khanna, Punjab, India; Global Institute of Engineering and Technology, Punjab, India IET Bhaddal, Ropar, Punjab, India “Fingerprint Feature Extraction”

[9]

Roli Bansal, Priti Sehgal and Punam Bedi IJCSI International Journal of Computer Science Issues, Vol. 8, Issue 5, No 3, September 2011 “Minutiae Extraction from Fingerprint Images - a Review”

[10]

Jayadevan R., Jayant V. Kulkarni, Suresh N. Mali, and Hemant K. Abhyankar “A New Ridge Orientation based Method of Computation for Feature Extraction from Fingerprint Images”

[11]

Steven L. Eddins “Digital Image processing using MATLAB”

References

Related documents

RESEARCH ARTICLE Open Access A modified surgical approach to women with obstetric anal sphincter tears by separate suturing of external and internal anal sphincter A modified approach

Earth Planets Space, 64, 345?351, 2012 Equatorial sporadic E layer abnormal density enhancement during the recovery phase of the December 2006 magnetic storm A case study L C A Resende

Housing Market and Consumer Confidence As one of the important indicators of the P&C industry, the housing market showed three consecutive years of growth since 2011 which to

The WFC ’ s Public Health Committee has committed to an expanded agenda that focuses on three new prior- ity areas of public health: healthy ageing; opioid overuse and misuse; and

IJEDR1903107 International Journal of Engineering Development and Research (www.ijedr.org) 612 on a simple principle of physics which governs that the high frequency sound

We use Perfectly Matched Layers to absorb incident waves without reflection and damp the absorbed waves, and we use a (partially) absorbing boundary condition to limit the amount

It shows that 2 × 2 array antenna with sequential rotation feeding line has wider axial ratio bandwidth and higher gain than the other models..

Most object storage platforms are built using shared nothing architectures Local persistent storage Internal Disk CPU/Me mory Local persistent storage Internal Disk