De- rotating face - Procedure Eye detection and mouth detection

Slides:



Advertisements
Similar presentations
Electrical & Computer Engineering Dept. University of Patras, Patras, Greece Evangelos Skodras Nikolaos Fakotakis.
Advertisements

Simple Face Detection system Ali Arab Sharif university of tech. Fall 2012.
Image Processing IB Paper 8 – Part A Ognjen Arandjelović Ognjen Arandjelović
Color spaces CIE - RGB space. HSV - space. CIE - XYZ space.
Face Recognition and Biometric Systems 2005/2006 Filters.
Color Image Processing
ICIP 2000, Vancouver, Canada IVML, ECE, NTUA Face Detection: Is it only for Face Recognition?  A few years earlier  Face Detection Face Recognition 
Zhengya Xu, Hong Ren Wu, Xinghuo Yu, Fellow, IEEE, Bin Qiu, Senior Member, IEEE Colour Image Enhancement by Virtual Histogram Approach IEEE Transactions.
1 Color Segmentation: Color Spaces and Illumination Mohan Sridharan University of Birmingham
Eleven colors and rasters. Color objects [color name] Returns color with the specified name [color red green blue] Returns color with the specified amounts.
Face Detection: a Survey Speaker: Mine-Quan Jing National Chiao Tung University.
Smart Traveller with Visual Translator. What is Smart Traveller? Mobile Device which is convenience for a traveller to carry Mobile Device which is convenience.
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
VINCENT URIAS, CURTIS HASH Detection of Humans in Images Using Skin-tone Analysis and Face Detection.
LYU0203 Smart Traveller with Visual Translator for OCR and Face Recognition Supervised by Prof. LYU, Rung Tsong Michael Prepared by: Wong Chi Hang Tsang.
KMA NMSC Abstract Operational COMS(Communication, Ocean and Meteorological Satellite) Cloud Detection(CLD) algorithm shows that fog and low-level clouds.
Image and Video Retrieval INST 734 Doug Oard Module 13.
Facial Feature Extraction Yuri Vanzine C490/B657 Computer Vision.
Joon Hyung Shim, Jinkyu Yang, and Inseong Kim
1 Webcam Mouse Using Face and Eye Tracking in Various Illumination Environments Yuan-Pin Lin et al. Proceedings of the 2005 IEEE Y.S. Lee.
1 Chapter 2: Color Basics. 2 What is light?  EM wave, radiation  Visible light has a spectrum wavelength from 400 – 780 nm.  Light can be composed.
Presented By: ROLL No IMTIAZ HUSSAIN048 M.EHSAN ULLAH012 MUHAMMAD IDREES027 HAFIZ ABU BAKKAR096(06)
A Face processing system Based on Committee Machine: The Approach and Experimental Results Presented by: Harvest Jang 29 Jan 2003.
Page 1 Visual calibration for (mobile) devices Lode De Paepe GOAL: Calibrate the luminance response of a display (transfer function of the display.
Autonomous Robots Vision © Manfred Huber 2014.
Face Detection Using Skin Color and Gabor Wavelet Representation Information and Communication Theory Group Faculty of Information Technology and System.
Video Camera Security and Surveillance System ICAMES 2008 Team Members : Semih Altınsoy Denis Kürov Team Advisor: Assist. Prof. M. Elif Karslıgil May,
Co-Retrieval of Surface Color and Aerosols from SeaWiFS Satellite Data Outline of a Seminar Presentation at EPA May 2003 Sean Raffuse and Rudolf Husar.
2016/1/141 A novel method for detecting lips, eyes and faces in real time Real-Time Imaging (2003) 277–287 Cheng-Chin Chiang*,Wen-Kai Tai,Mau-Tsuen Yang,
Co-Retrieval of Surface Color and Aerosols from SeaWiFS Satellite Data Outline of a Seminar Presentation at EPA May 2003 Sean Raffuse and Rudolf Husar.
9.913 Pattern Recognition for Vision Class9 - Object Detection and Recognition Bernd Heisele.
Face Detection Final Presentation Mark Lee Nic Phillips Paul Sowden Andy Tait 9 th May 2006.
Sensing Colors. B G Color Digital Image R Red sensor Green sensor Blue sensor.
Coordination Group for Meteorological Satellites - CGMS Korea Meteorological Administration, May 2015 KMA Progress on COMS Cloud Detection Presented to.
Illumination and Shading. Illumination (Lighting) Model the interaction of light with surface points to determine their final color and brightness OpenGL.
Physical Science Light. Reflection & Mirrors  When light strikes an object  It is either reflected, absorbed or transmitted. Opaque: a material that.
Head Drawing. Basic Shapes of the Head How to begin. No matter what the angle or Position of the head, you always Start with a CIRCLE. Draw the “+”
Color Models Light property Color models.
(Project) by:- ROHAN HIMANSHU ANUP 70282
Identification of Facial Features on Android Platforms
Introduction to Skin and Face Detection
How to detect macromolecules in food
Color Image Processing
Color Image Processing
by Konrad Rzeszutek B.S. University of New Orleans, 1999
Color Image Processing
PRESENTED BY Yang Jiao Timo Ahonen, Matti Pietikainen
Digital 2D Image Basic Masaki Hayashi
JPEG Process RGB to YCbCr Y=0.299R+0.587G+0.114B Cb=0.1687R–0.3313G+0.5B Cr=0.5R–0.4187G B Y strongly dependent on Green component Cb strongly.
International Journal of Multimedia and Ubiquitous Engineering
Chapter 10 Light.
Chapter 22 – The Nature of Light
M101 the pinwheel hubble.
Combining Sketch and Tone for Pencil Drawing Production
This program can produce a portrait of your face based on the information you submit ... هذا البرنامج يعطك صوره قريبه من شكل تقاسيم وجهك حسب المعلومات.
Statistical Approach to a Color-based Face Detection Algorithm
Color Image Processing
Centre and angle of rotation
“Face recognition using Kinect”
Fundamentals of Programming I Introduction to Digital Image Processing
The Bright Light By Yan Shan and Andre.
Chapter 10 Light.
Color Image Processing
Reflectivity and Pedestrian Safety
Speaker: YI-JIA HUANG Date: 2011/12/08 Authors: C. N
CSE (c) S. Tanimoto, 2001 Image Understanding
Novel Multiple Spatial Watermarking Technique in Color Images
ECE738 Final Project Face Detection Baseline
Image segmentation Grey scale image Binary image
HW#4: Image Compositing
Presentation transcript:

De- rotating face - Procedure Eye detection and mouth detection Measuring angle of face Rotating the face back to upright frontal position

EyemapC High Cb and low Cr values are found the eyes(EyemapC)

EyemapL Eye contains both dark and bright pixels in the luminance component(EyemapL)

Eyemap Eyemap=(EyeMapC)AND(EyeMapL) ->Normalize Eyemap to the range [0,255]

Construction of eye map

MouthMap The color of mouth region contains more red component and less blue component than other facial region. Hence, Cr>Cb

Construction of the mouth map

Test

Locating Eyes

Locating mouth and rotating

Extracting face part

Result

More result

More results

Advantages Fast to get result (1.7 seconds) It can be related to face detection.

Further study Better lightening compensate techniques is required->Very sensitive to lightening problems Different method to measure angle -> Eyes can’t always be detected.(Sunglasses, small eyes, closed eyes, etc)