Skip to content Skip to navigation

Connexions

You are here: Home » Content » Problem

Navigation

Content Actions

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ECE 301 Projects Fall 2003"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

  • Rice University OCW

    This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"ECE 301 Projects Fall 2003"

    Click the "Rice University OCW" link to see all content affiliated with them.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Problem

Module by: Sivakiran Nagisetty

Summary: A formal defintion of our problem and initial conditions

The Problem

Our project involves the examination of four sets of images from each subject. The program is equipped to detect four emotions: happy, angry, sad, and surprised. It should be able to examine the four images, distinguish between them, and correctly classify each image with its corresponding emotion to a satisfactory degree. Although initial implementations will have a user-defined cropping of relevant facial features, we will also need to design a way to accurately automate this process.

Initial concerns

Naturally, we want two images of the same person to be different only in emotion, not in lighting, position, intensity, etc. Thus, all pictures were taken in the same environment with the same digital camera, each framing the subject's face only as he or she looked straight ahead. The images were then grayscaled and reduced to a size of 250 by 333 pixels. This took care of issues of normalization, since all images were then uniform.

A second, more important issue was which portions of the face to examine. The brain tends to look at several regions: the eyes, the mouth, the cheeks, and the forehead. However, the difference between emotions is very subtle for all of these regions except the mouth, which tends to be the most expressive. Thus, we decided to focus exclusively on the mouth for our project and attempt to gain accurate results using only that portion of the face.

Figure 1: An example of the four images to be processed (happy, surprised, angry, sad)
 (crop3.jpg)

Comments, questions, feedback, criticisms?

Send feedback