Application of Facial Recognition in Biometric Security

Slides:



Advertisements
Similar presentations
Patient information extraction in digitized X-ray imagery Hsien-Huang P. Wu Department of Electrical Engineering, National Yunlin University of Science.
Advertisements

Binary Image Algorithm. What is an Object? What is an object? – Binary image Connected cluster of black pixels on a white background Connected cluster.
Road-Sign Detection and Recognition Based on Support Vector Machines Saturnino, Sergio et al. Yunjia Man ECG 782 Dr. Brendan.
Computational Biology, Part 23 Biological Imaging II Robert F. Murphy Copyright  1996, 1999, All rights reserved.
IntroductionIntroduction AbstractAbstract AUTOMATIC LICENSE PLATE LOCATION AND RECOGNITION ALGORITHM FOR COLOR IMAGES Kerem Ozkan, Mustafa C. Demir, Buket.
By : Adham Suwan Mohammed Zaza Ahmed Mafarjeh. Achieving Security through Kinect using Skeleton Analysis (ASKSA)
Face Recognition Method of OpenCV
Simple Face Detection system Ali Arab Sharif university of tech. Fall 2012.
Lecture 07 Segmentation Lecture 07 Segmentation Mata kuliah: T Computer Vision Tahun: 2010.
Indian Institute of Technology Hyderabad INDEPENDENT PROJECT ID 1035 INDEPENDENT PROJECT ID 1035 SECURITY ALARM SYSTEM SECURITY ALARM SYSTEM.
Real-Time Human Pose Recognition in Parts from Single Depth Images Presented by: Mohammad A. Gowayyed.
Facial feature localization Presented by: Harvest Jang Spring 2002.
Virtual Dart: An Augmented Reality Game on Mobile Device Supervisor: Professor Michael R. Lyu Prepared by: Lai Chung Sum Siu Ho Tung.
CONTENT BASED FACE RECOGNITION Ankur Jain 01D05007 Pranshu Sharma Prashant Baronia 01D05005 Swapnil Zarekar 01D05001 Under the guidance of Prof.
Image representation using arrays Image processing examples
Fig. 2 – Test results Personal Memory Assistant Facial Recognition System The facial identification system is divided into the following two components:
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
Biometrics & Security Tutorial 6. 1 (a) Understand why use face (P7: 3-4) and face recognition system (P7: 5-10)
Behavior Analysis Midterm Report Lipov Irina Ravid Dan Kotek Tommer.
Feature extraction Feature extraction involves finding features of the segmented image. Usually performed on a binary image produced from.
Brief overview of ideas In this introductory lecture I will show short explanations of basic image processing methods In next lectures we will go into.
TEAM-1 JACKIE ABBAZIO SASHA PEREZ DENISE SILVA ROBERT TESORIERO Face Recognition Systems.
Vision-Based Biometric Authentication System by Padraic o hIarnain Final Year Project Presentation.
Knowledge Systems Lab JN 8/24/2015 A Method for Temporal Hand Gesture Recognition Joshua R. New Knowledge Systems Laboratory Jacksonville State University.
Digital Images Chapter 8 Exploring the Digital Domain.
Training Database Step 1 : In general approach of PCA, each image is divided into nxn blocks or pixels. Then all pixel values are taken into a single one.
By: Adam Hebert.  Why Sudoku?  Attempts at an App  MATLAB Implementation - Use of webcam - Algorithm  Problems with method  Demonstration  Questions.
Joon Hyung Shim, Jinkyu Yang, and Inseong Kim
Automatic Image Anonymizer Alex Brettingen James Esposito.
Dan Lopez Dan Lopez Ben Rohner Ben Rohner Erin Loutzenhiser Erin Loutzenhiser.
A Seminar Report On Face Recognition Technology A Seminar Report On Face Recognition Technology 123seminarsonly.com.
Figure ground segregation in video via averaging and color distribution Introduction to Computational and Biological Vision 2013 Dror Zenati.
Gesture Recognition in a Class Room Environment Michael Wallick CS766.
A NOVEL METHOD FOR COLOR FACE RECOGNITION USING KNN CLASSIFIER
1 Machine Vision. 2 VISION the most powerful sense.
By: David Gelbendorf, Hila Ben-Moshe Supervisor : Alon Zvirin
Augmented Reality and 3D modelling Done by Stafford Joemat Supervised by Mr James Connan.
Application of Facial Recognition in Biometric Security Kyle Ferris.
Learning Photographic Global Tonal Adjustment with a Database of Input / Output Image Pairs.
Canny Edge Detection Using an NVIDIA GPU and CUDA Alex Wade CAP6938 Final Project.
SUREILLANCE IN THE DEPARTMENT THROUGH IMAGE PROCESSING F.Y.P. PRESENTATION BY AHMAD IJAZ & UFUK INCE SUPERVISOR: ASSOC. PROF. ERHAN INCE.
Essential components of the implementation are:  Formation of the network and weight initialization routine  Pixel analysis of images for symbol detection.
ITK. Ch 9 Segmentation Confidence Connected Isolated Connected Confidence Connected in Vector Images Jin-ju Yang.
Evaluation of Gender Classification Methods with Automatically Detected and Aligned Faces Speaker: Po-Kai Shen Advisor: Tsai-Rong Chang Date: 2010/6/14.
Face Detection – EE368 Group 10 May 30, Face Detection EE 368 Group 10 Waqar Mohsin Noman Ahmed Chung-Tse Mar.
Submitted by: Siddharth Jain (08EJCIT075) Shirin Saluja (08EJCIT071) Shweta Sharma (08EJCIT074) VIII Semester, I.T Department Submitted to: Mr. Abhay Kumar.
Coin Recognition Using MATLAB - Emad Zaben - Bakir Hasanein - Mohammed Omar.
Presented By Bhargav (08BQ1A0435).  Images play an important role in todays information because A single image represents a thousand words.  Google's.
Another Example: Circle Detection
Excuber ' Product introduction.
MANAGEMENT of INFORMATION SECURITY, Fifth Edition
Detecting and Mixing Colors STEM DIGITAL Institute
Tracking the eyes using a webcam
A Seminar Report On Face Recognition Technology
Shane Bric and Kevin Paprocki
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
FACE DETECTION USING ARTIFICIAL INTELLIGENCE
JPG vs GIF vs PNG What is the difference?
Machine Vision Acquisition of image data, followed by the processing and interpretation of these data by computer for some useful application like inspection,
Representing Images 2.6 – Data Representation.
Introduction Computer vision is the analysis of digital images
Application of Facial Recognition in Biometric Security
Presented by :- Vishal Vijayshankar Mishra
Electronic Door Unlock with Face Recognition
Enhancing the Enlargement of Images
Elecbits Electronic shade.
Research Institute for Future Media Computing
Introduction Computer vision is the analysis of digital images
A Novel Smoke Detection Method Using Support Vector Machine
Presentation transcript:

Application of Facial Recognition in Biometric Security Kyle Ferris

Introduction The purpose of this project is to be able to create a "key" for any person who wishes to use the program. An image of the client's face will be taken and used as the base biometric key. The program should be able to recognize the client and authorize him or her, while denying access to those not recognized.

Input Method A webcam will take a short video of the user The frames of this video will be converted to image files To acquire test images, plain photos are taken and used as input

Example Input

PCA There are many different approaches to this type of problem. One of the most effective is Principal Component Analysis (PCA). PCA involves identifying the principal features of a face (aka, eyes, mouth, jaw structure) and comparing these features for different images

Algorithms Conversion Converts a .ppm format file, which is a color image, into a specially formatted .pgm format. Pixel Subtraction: Creates a third image which shows the obvious differences between two very similar images, with no analysis

Algorithms (continued) Mean Pixel Area Comparison (MPAC): Averages the pixel intensity in a specified area and compares that value to the average value in the same area on a second image. Interference Evaluation: Evaluates how much interference or errant objects are in the image and tells you how reliable the results are.

Algorithms (continued) Principal Components Labeling Evaluates an image and determines groups of pixels which are stored as components Uses aspects of edge detection and floodfill

Example Output The “average difference between images” is the example of the Mean Pixel Area Comparison function You can see the interference level here as well, and an evaluation from the program

Incorporating Principal Component Analysis By default, the program runs by comparing 3x3 blocks of pixels. For more ideal results, instead of evaluating the similarity of 3x3 blocks, identify the primary components of interest in the images, then compare across those. This is known as Principal Component Analysis.

Connected Components Labeling Also known as CCL, this is a method to identify which pixels in an image are connected. Algorithm returns groups of pixels in the form of arrays of their location.

Aspects of CCL Binary filtering method Filter the image into black and white pixels only based on some arbitrary threshold

Aspects of CCL (continued) From this black and white image, run a recursive method that finds groups of connected pixels Store these groups as arrays of pixel locations

Incorporating CCL with MPAC When the MPAC method is run on these groups, it gives better results than when run on just square blocks. This overall process is Principal Component Analysis.

Results/Expectations Will be able to be implemented into any security system with fairly basic equipment. Able to accurately recognize the user 90% of the time No false positives- very important to avoid giving authorization to those unauthorized