1 / 6

Digital Image Processing Project

Digital Image Processing Project. Group-1 Group members- Sadbodh sharma-y07uc101 Kapil Phatnani-y08uc065. Face Recognition. Input: Input will be a live video stream of human faces . Output:

carrie
Download Presentation

Digital Image Processing Project

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Digital Image ProcessingProject Group-1 Group members- Sadbodh sharma-y07uc101 Kapil Phatnani-y08uc065

  2. Face Recognition • Input: Input will be a live video stream of human faces. • Output: The output will be an photo or identity from the database recognizing the person in the video stream . • Application: It can be used for automatic attendance in schools, offices and other places.

  3. APPROACH • The main method that we will be using for the face recognition is based onEigen Faces that was proposed by Alex Pentland in his paper. • The methods we will be using for implementing this paper will be: • We will create a video data set of faces using web cam. The subjects should be asked to rotate their heads in front of the camera with and without specs. This data set should contain faces of at least 50 different persons.

  4. APPROACH(cont…) 2. We will prepare a code such that the face regions can be detected and then marked. • After getting the face images we will be implementing various methods on the database: • Calculating mean of images • Calculating covariance matrix of images • Calculating Eigen vectors and Eigen values. • And we will be implementing same methods for the input video stream and match these values with the database values.

  5. Challenges • Face discovery in complex scene. • Only one face should be discovered at one time. • There is a possibility that face will not be recognized in every case. • To create database of 50 persons and each person will have around 10-20 images that counts to around 500-1000 images which requires a lot of time.

  6. Targets • 28th October 2010 : Start with studying the research paper regarding Eigen faces and other related papers. • 1st November 2010 : Creating database . • 3rd November 2010: Starting with coding part. • 10th November 2010:Interim Presentation. • 18th November 2010: Tentative completion of the code. • 19thNovember 2010: Testing the with different faces of images. • 25th November 2010: final project submission

More Related