SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
32 
Student Attendance Recording System Using Face 
Recognition with GSM Based 
Mr.C.S.Patil, Mr.R.R.Karhe, Mr.M.D.Jain 
Department name: E&TC, E&TC, E&TC, Position: Head of department, Assistant Professor, Lecturer 
Email:Patilcs777@gmail.com,rajeshkarhe@yahoo.com,mitesh.jain56@gmail.com 
Abstract- This paper describes the development of a student attendance system based on face recognition and 
authentication technology. MATLAB framework is used for implementation. The existing conventional 
attendance system requires students to manually sign the sheet every time. This includes the more time 
consumed by the students for their attendance, some students may purposely signed another student’s name and 
the sometimes sheet may get lost. For avoiding the sheet problem, we used radio frequency identification 
technology, RFID card capture the attendance by flashing their card and save all information about students but 
sometimes RFID card may get lost. For avoiding the problem in conventional system and RFID, we used face 
recognition using Web-Cam (i-ball) with GSM based. After having images from Web-Cam, the image is 
cropped into square shape. We also focus on the special characteristics of human facial aspects such as nose, 
eye, etc...The input image goes through the recognition system for facial identification. All the input images are 
in the form of pixels. In this recognition different control point are detected. Their co-ordinate values are in the 
form of matrix. In some cases where the input image from the Web-Cam does not exist in the database, the user 
will get some error. However, in cases where the image exists in the database, that image will be computed for 
similarity measurement using distance between control point measures from the input image. The result of our 
experiment shows that the authentication process of number of images in the database and some images from 
the Web-Cam provides 100% accuracy in terms of recognition and authentication. 
Index Terms - LCD, Microcontroller ATmega16 A PU 1350, Web-Cam, PC, RS232, GSM etc… 
1. INTRODUCTION 
Normally sheet is passed around the classroom 
while the lecturer is conducting the lecture. For 
instance, lecturers with a large class may find the 
hassle of having the attendance sheet being passed 
around the class and the manual signing of attendance 
by students are burdensome and most students are not 
concentrating on teaching [1]. In terms of analysis, the 
lecturer also has to perform manual computation to 
obtain the students’ attendance percentage, which 
normally consume a lot of time. As a consequence of 
that, lecturer can no longer trace the students overall 
record throughout the particular year. Apart from that, 
a lecturer also has limited access to the single-copy 
record. 
Some students may accidentally sign another 
student's name. The first case leads to a student 
missing out their name, while the latter leads to a false 
attendance record. Another issue of having the record 
in a hardcopy form is that a lecturer may lose the 
sheet [2]. Sometimes storage of sheets needs cupboard 
or lots of space. The limitations imposed by the 
conventional system, we propose a solution in the 
form of an attendance tracking system based on RFID 
technology. 
Our aim is to capture student attendance in a semi-automated 
way where the students are required to 
flash their card at the RFID reader upon entering the 
classroom. But the RFID based student attendance 
system requires students to manually handle the RFID 
card every time they attend a class. It is a wireless 
system, with real-time visual display of activities, 
resulting in the improvement in efficiency and 
accuracy with less human efforts in data entry. It 
reduces the delivery and assembly processes time. 
The RFID card may get lost. Face recognition helps to 
recognize the facial image in more efficient and 
accurate in order to match with the identity stored in 
the database. Having said the limitations imposed by 
the RFID attendance recording system, we propose a 
solution in the form of an attendance tracking system 
based on Face recognization based on GSM based 
technology [3]. The system throughout the academic 
faculty will benefit the academic management as 
students attendance to classes is one of the key factor 
in improving the quality of teaching and monitoring 
their students’ performance. 
The objective of our project is to implement a still-image 
based face recognition algorithm by using web 
cam. After research into the field of image processing, 
we have found that there is ample room for improving
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
33 
upon currently available face authentication systems. 
An RGB camera can provide us with the necessary 
resources to achieve such improvements in face 
recognition. These resources include various camera, 
GSM board, Personal Computer, LCD. 
Fig. 1: Face Recognition and Detection 
2. OPERATION OF RECORDING SYSTEM 
USING FACE RECOGNITION 
This is the diagram of student attendance using 
face recognition with GSM based. AVR 
microcontroller is interface with GSM board and 
LCD. Face of the particular student is captured by 
web-cam and stored into the database by using 
MATLAB code in the form of pixels. LCD are used 
for indicating delivery report about message sending 
to the number which are stored in controller. Different 
AT Commands are used for different purpose. 
Fig. 2: Block Diagram Of Student Recording Using 
Face Recognition With GSM Based. 
A) Using GSM board we can send message to any 
mobile number which a re stored into database. 
B) By interfacing the GSM modem with PC 
containing MATLAB code. 
C) GSM MODEM, PC, SIM, LCD (Liquid Crystal 
Display), microcontroller, power supply and also 
some connecting wires are the common peripherals 
required for developing GSM based applications [4]. 
Different component are used for implementation. 
They are mentioned below [5]. 
1. USB to Serial Convertor 
2. GSM Modem 
3. Web-Cam 
4. Power supply 
5. AVR controller 
6. LCD 
7. SIM 
3. FLOWCHART OF THE RECORDING 
SYSTEM USING FACE RECOGNITION 
Fig. 3: GUI Input Image Flowchart 
Fig. 4: Flowchart of the GUI of Identify Face Process 
Fig. 3 shows that how GUI works for input image 
processing. Overview of capturing image from outside world 
and Save in database. If image is not captured properly then 
it will gives error otherwise it display output message of 
matching face. Fig. 4 shows that steps of identifying face 
process.
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
34 
4. SIMULATION RESULTS 
There are different parts of panel are used, the 
Web-Cam control I/O and the processing unit. The 
first part receives an input face image through the 
camera. This process captures only the facial part of 
the image. We are using LIST component for display 
the presence of different device which are connected 
externally or inbuilt. The Selection of device from the 
list indicates camera activation. Images are cropped in 
square form according to its threshold value. After the 
“Start” button is pressed, the interrupt signal is sent to 
our camera which is connected externally, which has 
now stopped its task since the outside image is 
obtained. [6]. 
Fig. 5: Control Point Detection 
Control point detection techniques are applied to 
the image. In order to compare the similarity 
measurement with the stored image, our reference 
point is based on the distance between extracted 
features such as nose, eye, etc… is shown in Fig. 5. 
Fig.6. Resulted Score. 
Depending on the value of resulted score, it gives 
the result about matching in the form of message. 
Message sending is done with the help of GSM board 
[7]. Distance between control points of outside image 
is match with the distance between control points of 
previous image which are stored in database. After 
that matching keeps continuously updates it score is 
shown in Fig. 6 i.e face matched with user1. After 
getting result, MATLAB code gives some particular 
signal to the controller. 
Fig.7. Prototype Based On GSM Based Application. 
Controller detects the signal which is coming 
from personal computer. In such a way controller 
sends message to the other student who are not 
available at that time. Fig. 7 shows prototype based on 
GSM based application. 
5. CONCLUSIONS 
Student recording system using face 
authentication was designed and implemented. It was 
tested with different face images. This idea is working 
properly with different panel. All windows are 
running independently and parallel. If recognition is 
to compete as a viable biometric for authentication, 
then a further order of improvement in recognition 
score is necessary. Under controlled condition, when 
lighting and pose can be restricted, this may be 
possible. It is more likely, that future improvements 
will rely on making better use of video technology 
and employing fully 3D face models. 
We hope that this system provides some 
additional insight into the field of image processing 
and contributes to the development of the field. Face 
as a biometric modality is widely acceptable for the 
general public, and face recognition technology is 
able to meet the accuracy demands of a wide range of 
applications. Also we realize that this project saves 
time, energy and hence environment. Cost of printing 
card is also reduced. In addition, we found that our 
database was limiting. The MATLAB code was 
developed and it met the design criteria and solves the 
problem. Future work will be focused on verifying the 
algorithm performance against general images and 
studying the required modifications to make the 
algorithm robust with any image. These ideas will be 
implemented in future.
International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 
E-ISSN: 2321-9637 
35 
REFERENCES 
[1]Mahyidin, M.F. Student Attendance Using RFID 
System. 2008 December 2012; Available from: 
http://umpir.ump.edu.my. 
[2]Gatsheni, B.N., R.B. Kuriakose, and F. Aghdasi. 
Automating a student class attendance register 
using radio frequency identification in South 
Africa. in Mechatronics, ICM2007 4th IEEE 
International Conference on. 2007. 
[3]Tokiwa, Y., K. Nonobe, and M. Iwatsuki. Web-based 
tools to sustain the motivation of students in 
distance education. in Frontiers in Education 
Conference, 2009. FIE '09. 39th IEEE. 2009. 
[4]Chuo-Ling Chang, Edward Li, Zhifei Wen, 
Rendering Novel Views of faces Using Disparity 
Estimation. Stanford EE368 Spring 2000/2001 
Final Project. 
[5]W. Zhao, R. Chellapra, P.J. Phillips, A. Rosenfeld, 
“Face Recognition: A Literature Survey,” ACM 
Computing Surveys, Vol. 35, No. 4, December 
2003, pp. 399-458 
[6]M.A. Turk, A.P. Pentland. “Face Recognition 
Using Eigenfaces,” IEEE Conference on Computer 
Vision and Pattern Recognition, pp.586--591, 
1991. 
[7]X. Li and S. Areibi, “A Hardware/Software Co-design 
Approach for Face Recognition,” Proc. 
16th International Conference on 
Microelectronics, Tunis, Tunisia, Dec 2004. 
.

More Related Content

What's hot

Graphical Password Authenticationimp.docx2
Graphical Password Authenticationimp.docx2Graphical Password Authenticationimp.docx2
Graphical Password Authenticationimp.docx2Raghu Vamsy Sirasala
 
Online Examination System For Android AAD Report Akshay Kalapgar
Online Examination System For Android AAD Report Akshay KalapgarOnline Examination System For Android AAD Report Akshay Kalapgar
Online Examination System For Android AAD Report Akshay KalapgarAkshayKalapgar
 
IRJET- Intelligent Automated Attendance System based on Facial Recognition
IRJET-  	  Intelligent Automated Attendance System based on Facial RecognitionIRJET-  	  Intelligent Automated Attendance System based on Facial Recognition
IRJET- Intelligent Automated Attendance System based on Facial RecognitionIRJET Journal
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET Journal
 
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Knobbe Martens - Intellectual Property Law
 
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...grandhiprasuna
 
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...IRJET Journal
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET Journal
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation systemkhushi kalaria
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technologyranjit banshpal
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET Journal
 
Face recognition using laplacianfaces
Face recognition using laplacianfaces Face recognition using laplacianfaces
Face recognition using laplacianfaces StudsPlanet.com
 
Improved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlImproved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlConference Papers
 
50409621003 fingerprint recognition system-ppt
50409621003  fingerprint recognition system-ppt50409621003  fingerprint recognition system-ppt
50409621003 fingerprint recognition system-pptMohankumar Ramachandran
 
Training and placement –innobuzz pune
Training and placement –innobuzz puneTraining and placement –innobuzz pune
Training and placement –innobuzz punediwakar sharma
 
Review of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationReview of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationIJCERT
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLABIRJET Journal
 

What's hot (20)

Graphical Password Authenticationimp.docx2
Graphical Password Authenticationimp.docx2Graphical Password Authenticationimp.docx2
Graphical Password Authenticationimp.docx2
 
Online Examination System For Android AAD Report Akshay Kalapgar
Online Examination System For Android AAD Report Akshay KalapgarOnline Examination System For Android AAD Report Akshay Kalapgar
Online Examination System For Android AAD Report Akshay Kalapgar
 
IRJET- Intelligent Automated Attendance System based on Facial Recognition
IRJET-  	  Intelligent Automated Attendance System based on Facial RecognitionIRJET-  	  Intelligent Automated Attendance System based on Facial Recognition
IRJET- Intelligent Automated Attendance System based on Facial Recognition
 
IRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: SurveyIRJET- Smart Classroom Attendance System: Survey
IRJET- Smart Classroom Attendance System: Survey
 
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
Advanced Claiming Strategies for Artificial Intelligence/Machine Learning Inv...
 
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
Student Marks Analyzing System-Problem Statement, SRS, ERD, DFD, Structured C...
 
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...
IRJET-Online Ticket Substantiation using QR Code based Android Application Sy...
 
IRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face DetectionIRJET- Student Attendance System by Face Detection
IRJET- Student Attendance System by Face Detection
 
srs for railway reservation system
 srs for railway reservation system srs for railway reservation system
srs for railway reservation system
 
Face recognition technology
Face recognition technologyFace recognition technology
Face recognition technology
 
IRJET- Sign Language Interpreter
IRJET- Sign Language InterpreterIRJET- Sign Language Interpreter
IRJET- Sign Language Interpreter
 
School Management System
School Management SystemSchool Management System
School Management System
 
Face recognition using laplacianfaces
Face recognition using laplacianfaces Face recognition using laplacianfaces
Face recognition using laplacianfaces
 
Complete-Mini-Project-Report
Complete-Mini-Project-ReportComplete-Mini-Project-Report
Complete-Mini-Project-Report
 
Improved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring controlImproved learning through remote desktop mirroring control
Improved learning through remote desktop mirroring control
 
50409621003 fingerprint recognition system-ppt
50409621003  fingerprint recognition system-ppt50409621003  fingerprint recognition system-ppt
50409621003 fingerprint recognition system-ppt
 
E-LEARNING
E-LEARNINGE-LEARNING
E-LEARNING
 
Training and placement –innobuzz pune
Training and placement –innobuzz puneTraining and placement –innobuzz pune
Training and placement –innobuzz pune
 
Review of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note AuthenticationReview of Various Image Processing Techniques for Currency Note Authentication
Review of Various Image Processing Techniques for Currency Note Authentication
 
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
IRJET-  Review on Text Recognization of Product for Blind Person using MATLABIRJET-  Review on Text Recognization of Product for Blind Person using MATLAB
IRJET- Review on Text Recognization of Product for Blind Person using MATLAB
 

Viewers also liked

Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107IJRAT
 
Paper id 24201456
Paper id 24201456Paper id 24201456
Paper id 24201456IJRAT
 
Paper id 252014125
Paper id 252014125Paper id 252014125
Paper id 252014125IJRAT
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466IJRAT
 
Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley! Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley! Alex Gomez
 
Paper id 25201498
Paper id 25201498Paper id 25201498
Paper id 25201498IJRAT
 
Instituto tecnologico de cerro azul
Instituto tecnologico de cerro azulInstituto tecnologico de cerro azul
Instituto tecnologico de cerro azulEdiel Domingo Santos
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)IJRAT
 
Paper id 25201492
Paper id 25201492Paper id 25201492
Paper id 25201492IJRAT
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112IJRAT
 
Paper id 27201475
Paper id 27201475Paper id 27201475
Paper id 27201475IJRAT
 
Paper id 25201423
Paper id 25201423Paper id 25201423
Paper id 25201423IJRAT
 
Paper id 25201441
Paper id 25201441Paper id 25201441
Paper id 25201441IJRAT
 
Paper id 27201448
Paper id 27201448Paper id 27201448
Paper id 27201448IJRAT
 
Paper id 21201423
Paper id 21201423Paper id 21201423
Paper id 21201423IJRAT
 
Paper id 2320147
Paper id 2320147Paper id 2320147
Paper id 2320147IJRAT
 
Paper id 21201495
Paper id 21201495Paper id 21201495
Paper id 21201495IJRAT
 
Paper id 27201411
Paper id 27201411Paper id 27201411
Paper id 27201411IJRAT
 
Paper id 2520141232
Paper id 2520141232Paper id 2520141232
Paper id 2520141232IJRAT
 
Paper id 27201419
Paper id 27201419Paper id 27201419
Paper id 27201419IJRAT
 

Viewers also liked (20)

Paper id 252014107
Paper id 252014107Paper id 252014107
Paper id 252014107
 
Paper id 24201456
Paper id 24201456Paper id 24201456
Paper id 24201456
 
Paper id 252014125
Paper id 252014125Paper id 252014125
Paper id 252014125
 
Paper id 25201466
Paper id 25201466Paper id 25201466
Paper id 25201466
 
Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley! Executive Recruiter at the University of California, Berkeley!
Executive Recruiter at the University of California, Berkeley!
 
Paper id 25201498
Paper id 25201498Paper id 25201498
Paper id 25201498
 
Instituto tecnologico de cerro azul
Instituto tecnologico de cerro azulInstituto tecnologico de cerro azul
Instituto tecnologico de cerro azul
 
Paper id 2520148 (2)
Paper id 2520148 (2)Paper id 2520148 (2)
Paper id 2520148 (2)
 
Paper id 25201492
Paper id 25201492Paper id 25201492
Paper id 25201492
 
Paper id 212014112
Paper id 212014112Paper id 212014112
Paper id 212014112
 
Paper id 27201475
Paper id 27201475Paper id 27201475
Paper id 27201475
 
Paper id 25201423
Paper id 25201423Paper id 25201423
Paper id 25201423
 
Paper id 25201441
Paper id 25201441Paper id 25201441
Paper id 25201441
 
Paper id 27201448
Paper id 27201448Paper id 27201448
Paper id 27201448
 
Paper id 21201423
Paper id 21201423Paper id 21201423
Paper id 21201423
 
Paper id 2320147
Paper id 2320147Paper id 2320147
Paper id 2320147
 
Paper id 21201495
Paper id 21201495Paper id 21201495
Paper id 21201495
 
Paper id 27201411
Paper id 27201411Paper id 27201411
Paper id 27201411
 
Paper id 2520141232
Paper id 2520141232Paper id 2520141232
Paper id 2520141232
 
Paper id 27201419
Paper id 27201419Paper id 27201419
Paper id 27201419
 

Similar to Student Attendance System Using Face Recognition & GSM

IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring SystemIRJET Journal
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTIRJET Journal
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET Journal
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionTELKOMNIKA JOURNAL
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face RecognitionIRJET Journal
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET Journal
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face RecognitionIRJET Journal
 
Face Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemFace Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemIRJET Journal
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management SystemIRJET Journal
 
Effective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsEffective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsIRJET Journal
 
Smart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionSmart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionIRJET Journal
 
IRJET- Attendance Monitoring System using Face Detection &Face Recognition
IRJET-  	  Attendance Monitoring System using Face Detection &Face RecognitionIRJET-  	  Attendance Monitoring System using Face Detection &Face Recognition
IRJET- Attendance Monitoring System using Face Detection &Face RecognitionIRJET Journal
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...IRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMIRJET Journal
 
Introduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfIntroduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfbkbk37
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face RecognitionIRJET Journal
 
A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmIRJET Journal
 
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face RecognitionIRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face RecognitionIRJET Journal
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET Journal
 

Similar to Student Attendance System Using Face Recognition & GSM (20)

IRJET- Automation Software for Student Monitoring System
IRJET-  	  Automation Software for Student Monitoring SystemIRJET-  	  Automation Software for Student Monitoring System
IRJET- Automation Software for Student Monitoring System
 
Face Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoTFace Recognition based Smart Attendance System Using IoT
Face Recognition based Smart Attendance System Using IoT
 
IRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face RecognitionIRJET- Autonamy of Attendence using Face Recognition
IRJET- Autonamy of Attendence using Face Recognition
 
Deep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognitionDeep hypersphere embedding for real-time face recognition
Deep hypersphere embedding for real-time face recognition
 
Student Attendance Using Face Recognition
Student Attendance Using Face RecognitionStudent Attendance Using Face Recognition
Student Attendance Using Face Recognition
 
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
IRJET- Automated Student’s Attendance Management using Convolutional Neural N...
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face Recognition
 
Face Recognition Based Payment Processing System
Face Recognition Based Payment Processing SystemFace Recognition Based Payment Processing System
Face Recognition Based Payment Processing System
 
Automated Attendance Management System
Automated Attendance Management SystemAutomated Attendance Management System
Automated Attendance Management System
 
Effective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID TagsEffective Attendance Markingusing Face Recognition & RFID Tags
Effective Attendance Markingusing Face Recognition & RFID Tags
 
Smart Attendance System using Face-Recognition
Smart Attendance System using Face-RecognitionSmart Attendance System using Face-Recognition
Smart Attendance System using Face-Recognition
 
IRJET- Attendance Monitoring System using Face Detection &Face Recognition
IRJET-  	  Attendance Monitoring System using Face Detection &Face RecognitionIRJET-  	  Attendance Monitoring System using Face Detection &Face Recognition
IRJET- Attendance Monitoring System using Face Detection &Face Recognition
 
Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...Development of an Automatic & Manual Class Attendance System using Haar Casca...
Development of an Automatic & Manual Class Attendance System using Haar Casca...
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
FACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEMFACE RECOGNITION ATTENDANCE SYSTEM
FACE RECOGNITION ATTENDANCE SYSTEM
 
Introduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdfIntroduction Many institutes like and universities always.pdf
Introduction Many institutes like and universities always.pdf
 
Attendance System using Face Recognition
Attendance System using Face RecognitionAttendance System using Face Recognition
Attendance System using Face Recognition
 
A Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net AlgorithmA Real Time Advance Automated Attendance System using Face-Net Algorithm
A Real Time Advance Automated Attendance System using Face-Net Algorithm
 
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face RecognitionIRJET - Augmented Reality: Social Profile Detection by Face Recognition
IRJET - Augmented Reality: Social Profile Detection by Face Recognition
 
IRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using AndroidIRJET- Free & Generic Facial Attendance System using Android
IRJET- Free & Generic Facial Attendance System using Android
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 

Student Attendance System Using Face Recognition & GSM

  • 1. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 32 Student Attendance Recording System Using Face Recognition with GSM Based Mr.C.S.Patil, Mr.R.R.Karhe, Mr.M.D.Jain Department name: E&TC, E&TC, E&TC, Position: Head of department, Assistant Professor, Lecturer Email:Patilcs777@gmail.com,rajeshkarhe@yahoo.com,mitesh.jain56@gmail.com Abstract- This paper describes the development of a student attendance system based on face recognition and authentication technology. MATLAB framework is used for implementation. The existing conventional attendance system requires students to manually sign the sheet every time. This includes the more time consumed by the students for their attendance, some students may purposely signed another student’s name and the sometimes sheet may get lost. For avoiding the sheet problem, we used radio frequency identification technology, RFID card capture the attendance by flashing their card and save all information about students but sometimes RFID card may get lost. For avoiding the problem in conventional system and RFID, we used face recognition using Web-Cam (i-ball) with GSM based. After having images from Web-Cam, the image is cropped into square shape. We also focus on the special characteristics of human facial aspects such as nose, eye, etc...The input image goes through the recognition system for facial identification. All the input images are in the form of pixels. In this recognition different control point are detected. Their co-ordinate values are in the form of matrix. In some cases where the input image from the Web-Cam does not exist in the database, the user will get some error. However, in cases where the image exists in the database, that image will be computed for similarity measurement using distance between control point measures from the input image. The result of our experiment shows that the authentication process of number of images in the database and some images from the Web-Cam provides 100% accuracy in terms of recognition and authentication. Index Terms - LCD, Microcontroller ATmega16 A PU 1350, Web-Cam, PC, RS232, GSM etc… 1. INTRODUCTION Normally sheet is passed around the classroom while the lecturer is conducting the lecture. For instance, lecturers with a large class may find the hassle of having the attendance sheet being passed around the class and the manual signing of attendance by students are burdensome and most students are not concentrating on teaching [1]. In terms of analysis, the lecturer also has to perform manual computation to obtain the students’ attendance percentage, which normally consume a lot of time. As a consequence of that, lecturer can no longer trace the students overall record throughout the particular year. Apart from that, a lecturer also has limited access to the single-copy record. Some students may accidentally sign another student's name. The first case leads to a student missing out their name, while the latter leads to a false attendance record. Another issue of having the record in a hardcopy form is that a lecturer may lose the sheet [2]. Sometimes storage of sheets needs cupboard or lots of space. The limitations imposed by the conventional system, we propose a solution in the form of an attendance tracking system based on RFID technology. Our aim is to capture student attendance in a semi-automated way where the students are required to flash their card at the RFID reader upon entering the classroom. But the RFID based student attendance system requires students to manually handle the RFID card every time they attend a class. It is a wireless system, with real-time visual display of activities, resulting in the improvement in efficiency and accuracy with less human efforts in data entry. It reduces the delivery and assembly processes time. The RFID card may get lost. Face recognition helps to recognize the facial image in more efficient and accurate in order to match with the identity stored in the database. Having said the limitations imposed by the RFID attendance recording system, we propose a solution in the form of an attendance tracking system based on Face recognization based on GSM based technology [3]. The system throughout the academic faculty will benefit the academic management as students attendance to classes is one of the key factor in improving the quality of teaching and monitoring their students’ performance. The objective of our project is to implement a still-image based face recognition algorithm by using web cam. After research into the field of image processing, we have found that there is ample room for improving
  • 2. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 33 upon currently available face authentication systems. An RGB camera can provide us with the necessary resources to achieve such improvements in face recognition. These resources include various camera, GSM board, Personal Computer, LCD. Fig. 1: Face Recognition and Detection 2. OPERATION OF RECORDING SYSTEM USING FACE RECOGNITION This is the diagram of student attendance using face recognition with GSM based. AVR microcontroller is interface with GSM board and LCD. Face of the particular student is captured by web-cam and stored into the database by using MATLAB code in the form of pixels. LCD are used for indicating delivery report about message sending to the number which are stored in controller. Different AT Commands are used for different purpose. Fig. 2: Block Diagram Of Student Recording Using Face Recognition With GSM Based. A) Using GSM board we can send message to any mobile number which a re stored into database. B) By interfacing the GSM modem with PC containing MATLAB code. C) GSM MODEM, PC, SIM, LCD (Liquid Crystal Display), microcontroller, power supply and also some connecting wires are the common peripherals required for developing GSM based applications [4]. Different component are used for implementation. They are mentioned below [5]. 1. USB to Serial Convertor 2. GSM Modem 3. Web-Cam 4. Power supply 5. AVR controller 6. LCD 7. SIM 3. FLOWCHART OF THE RECORDING SYSTEM USING FACE RECOGNITION Fig. 3: GUI Input Image Flowchart Fig. 4: Flowchart of the GUI of Identify Face Process Fig. 3 shows that how GUI works for input image processing. Overview of capturing image from outside world and Save in database. If image is not captured properly then it will gives error otherwise it display output message of matching face. Fig. 4 shows that steps of identifying face process.
  • 3. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 34 4. SIMULATION RESULTS There are different parts of panel are used, the Web-Cam control I/O and the processing unit. The first part receives an input face image through the camera. This process captures only the facial part of the image. We are using LIST component for display the presence of different device which are connected externally or inbuilt. The Selection of device from the list indicates camera activation. Images are cropped in square form according to its threshold value. After the “Start” button is pressed, the interrupt signal is sent to our camera which is connected externally, which has now stopped its task since the outside image is obtained. [6]. Fig. 5: Control Point Detection Control point detection techniques are applied to the image. In order to compare the similarity measurement with the stored image, our reference point is based on the distance between extracted features such as nose, eye, etc… is shown in Fig. 5. Fig.6. Resulted Score. Depending on the value of resulted score, it gives the result about matching in the form of message. Message sending is done with the help of GSM board [7]. Distance between control points of outside image is match with the distance between control points of previous image which are stored in database. After that matching keeps continuously updates it score is shown in Fig. 6 i.e face matched with user1. After getting result, MATLAB code gives some particular signal to the controller. Fig.7. Prototype Based On GSM Based Application. Controller detects the signal which is coming from personal computer. In such a way controller sends message to the other student who are not available at that time. Fig. 7 shows prototype based on GSM based application. 5. CONCLUSIONS Student recording system using face authentication was designed and implemented. It was tested with different face images. This idea is working properly with different panel. All windows are running independently and parallel. If recognition is to compete as a viable biometric for authentication, then a further order of improvement in recognition score is necessary. Under controlled condition, when lighting and pose can be restricted, this may be possible. It is more likely, that future improvements will rely on making better use of video technology and employing fully 3D face models. We hope that this system provides some additional insight into the field of image processing and contributes to the development of the field. Face as a biometric modality is widely acceptable for the general public, and face recognition technology is able to meet the accuracy demands of a wide range of applications. Also we realize that this project saves time, energy and hence environment. Cost of printing card is also reduced. In addition, we found that our database was limiting. The MATLAB code was developed and it met the design criteria and solves the problem. Future work will be focused on verifying the algorithm performance against general images and studying the required modifications to make the algorithm robust with any image. These ideas will be implemented in future.
  • 4. International Journal of Research in Advent Technology, Vol.2, No.8, August 2014 E-ISSN: 2321-9637 35 REFERENCES [1]Mahyidin, M.F. Student Attendance Using RFID System. 2008 December 2012; Available from: http://umpir.ump.edu.my. [2]Gatsheni, B.N., R.B. Kuriakose, and F. Aghdasi. Automating a student class attendance register using radio frequency identification in South Africa. in Mechatronics, ICM2007 4th IEEE International Conference on. 2007. [3]Tokiwa, Y., K. Nonobe, and M. Iwatsuki. Web-based tools to sustain the motivation of students in distance education. in Frontiers in Education Conference, 2009. FIE '09. 39th IEEE. 2009. [4]Chuo-Ling Chang, Edward Li, Zhifei Wen, Rendering Novel Views of faces Using Disparity Estimation. Stanford EE368 Spring 2000/2001 Final Project. [5]W. Zhao, R. Chellapra, P.J. Phillips, A. Rosenfeld, “Face Recognition: A Literature Survey,” ACM Computing Surveys, Vol. 35, No. 4, December 2003, pp. 399-458 [6]M.A. Turk, A.P. Pentland. “Face Recognition Using Eigenfaces,” IEEE Conference on Computer Vision and Pattern Recognition, pp.586--591, 1991. [7]X. Li and S. Areibi, “A Hardware/Software Co-design Approach for Face Recognition,” Proc. 16th International Conference on Microelectronics, Tunis, Tunisia, Dec 2004. .