Face Detection for Access Control

Slides:



Advertisements
Similar presentations
Detecting Faces in Images: A Survey
Advertisements

Rapid Object Detection using a Boosted Cascade of Simple Features Paul Viola, Michael Jones Conference on Computer Vision and Pattern Recognition 2001.
Face Detection & Synthesis using 3D Models & OpenCV Learning Bit by Bit Don Miller ITP, Spring 2010.
Weiwei Zhang, Jian Sun, and Xiaoou Tang, Fellow, IEEE.
Face Recognition Method of OpenCV
Simple Face Detection system Ali Arab Sharif university of tech. Fall 2012.
Robust 3D Head Pose Classification using Wavelets by Mukesh C. Motwani Dr. Frederick C. Harris, Jr., Thesis Advisor December 5 th, 2002 A thesis submitted.
F ACE D ETECTION FOR A CCESS C ONTROL By Dmitri De Klerk Supervisor: James Connan.
Student: Ibraheem Frieslaar Supervisor: Mehrdad Ghaziasgar.
As applied to face recognition.  Detection vs. Recognition.
The Viola/Jones Face Detector Prepared with figures taken from “Robust real-time object detection” CRL 2001/01, February 2001.
The Viola/Jones Face Detector (2001)
Face Recognition Data Search Tool COMP6703 PRESENTATION Presented by Yan Gao u Supervisor: Professor Tom Gedeon.
1 Face Tracking in Videos Gaurav Aggarwal, Ashok Veeraraghavan, Rama Chellappa.
Face Recognition with Harr Transforms and SVMs EE645 Final Project May 11, 2005 J Stautzenberger.
4EyesFace-Realtime face detection, tracking, alignment and recognition Changbo Hu, Rogerio Feris and Matthew Turk.
Efficient Stop Sign Detection Using 3D Scene Geometry Jeffrey Schlosser CS 223b March 17, 2008.
Section 2.6 Question 1. Section 2.6 Answer 1 Section 2.6 Question 2.
Viola and Jones Object Detector Ruxandra Paun EE/CS/CNS Presentation
Understanding Faces Computational Photography
Matthias Wimmer, Bernd Radig, Michael Beetz Chair for Image Understanding Computer Science Technische Universität München Adaptive.
F ACE D ETECTION FOR A CCESS C ONTROL By Dmitri De Klerk Supervisor: James Connan.
FACE DETECTION AND RECOGNITION By: Paranjith Singh Lohiya Ravi Babu Lavu.
TESTING DIFFERENT CLASSIFICATION APPROACHES BASED ON FACE RECOGNITION APPLICATION AHMED HELMI ABULILA.
Facial Feature Detection
Face Alignment Using Cascaded Boosted Regression Active Shape Models
IIS for Image Processing Michael J. Watts
By Roland Foster Supervisors: Mr. Mehrdad Ghaziasgar Mr. James Connan Mentor: Mr. Warren Nel.
Object Detection Using the Statistics of Parts Presented by Nicholas Chan – Advanced Perception Robust Real-time Object Detection Henry Schneiderman.
By Roland Foster Supervisors: Mr. Mehrdad Ghaziasgar Mr. James Connan Mentor: Mr. Warren Nel.
Automatic Image Anonymizer Alex Brettingen James Esposito.
Augmented Reality and 3D modelling By Stafford Joemat Supervised by Mr James Connan.
By: Kenzo Abrahams Supervisor: Mehrdad Ghaziasgar Co-supervisor: James Connan Mentored by: Diego Mushfieldt.
Real-Time Detection, Alignment and Recognition of Human Faces Rogerio Schmidt Feris Changbo Hu Matthew Turk Pattern Recognition Project June 12, 2003.
The Viola/Jones Face Detector A “paradigmatic” method for real-time object detection Training is slow, but detection is very fast Key ideas Integral images.
Bibek Jang Karki. Outline Integral Image Representation of image in summation format AdaBoost Ranking of features Combining best features to form strong.
` Tracking the Eyes using a Webcam Presented by: Kwesi Ackon Kwesi Ackon Supervisor: Mr. J. Connan.
Mobile Image Processing
Face recognition via sparse representation. Breakdown Problem Classical techniques New method based on sparsity Results.
By: Hossein and Hadi Shayesteh Supervisor: Mr. James Connan.
By Roland Foster Supervisors: Mr. Mehrdad Ghaziasgar Mr. James Connan Mentor: Mr. Warren Nel.
9.913 Pattern Recognition for Vision Class9 - Object Detection and Recognition Bernd Heisele.
IBM - CVUT Student Research Projects IBM Presence detection Milan Stezka
Digit Recognition Using SIS Testbed Mengjie Mao. Overview Cycle 1: sequential component AAM training Cycle 2: sequential components Identifier 0 Ten perfect.
Student: Dane Brown Supervisor : James Connan Co-Supervisor : Mehrdad Ghaziasgar.
Things about pattern recognition OGD. Pattern recognition ● Simplify the input ● Extract features ● Process ● Learn? ● Output results.
FINGERTEC FACE ID FACE RECOGNITION Technology Overview.
Introduction to Skin and Face Detection
2. Skin - color filtering.
IIS for Image Processing
Context-based vision system for place and object recognition
קורס פיננסי – מושגים פיננסיים / כלכליים
Outline Linear Shift-invariant system Linear filters
Brief Review of Recognition + Context
Face Components detection
Eigenfaces for recognition (Turk & Pentland)
SUSPICIOUS ACTIVITY DETECTION
Novel Face Detection Method Based on Gabor Features
Electronic Door Unlock with Face Recognition
Wavelet Transform Fourier Transform Wavelet Transform
Computer Systems Nat 4.5 Computing Science Data Representation
AHED Automatic Human Emotion Detection
Midterm Report “Makeup” Against Face Detection
Face Detection Gender Recognition 1 1 (19) 1 (1)
Tracking the Eyes using a Webcam
The Image The pixels in the image The mask The resulting image 255 X
The 9 times table! The 10 times table Click your way
Diagram Recognition Tuan Van Tony Vigil Jack Herbert Beau Crawford.
One Less Make 9 Click your way to learn the strategy
Presentation transcript:

Face Detection for Access Control By Dmitri De Klerk Supervisor: James Connan

Overview High Level Design (HLD) Low Level Design (LLD) Prototype Demo References Question & Answers

High Level design Component Diagram The family of simple classifiers contains simple rectangular wavelets which are reminiscent of the Haar basis.

High Level design (cont) Package Diagram

Low Level design (cont)

What sets my facial recognition apart from others? Face recognition system have been known to be easily deceived. Ways to get around this. Using two images, one with flash and one without. By combining the two images. One can estimate the depth of the image per per pixel. With defused lighting: recess features appear darker because they receive less light. With flash: gives a true representation of colour.

Prototype Demo

References Builds on the work of Desmond Van Wyk Face Recognition System for Access Control (2006) http://www.cognotics.com/opencv/servo_2007_seri es/part_2/index.html research.microsoft.com/en- us/um/people/viola/pubs/detect/violajones_ij cv.pdf

Questions and Answers Thank you!