<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="Module.2003-12-16.1348">
  <name>Problem</name>
  <metadata>
  <md:version>**new**</md:version>
  <md:created>2003/12/16 16:13:48.960 US/Central</md:created>
  <md:revised>2003/12/16 16:14:20.432 US/Central</md:revised>
  <md:authorlist>
    <md:author id="nsiva">
      <md:firstname>Sivakiran</md:firstname>
      
      <md:surname>Nagisetty</md:surname>
      <md:email>nsiva@rice.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="nsiva">
      <md:firstname>Sivakiran</md:firstname>
      
      <md:surname>Nagisetty</md:surname>
      <md:email>nsiva@rice.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  

  <md:abstract>A formal defintion of our problem and initial conditions</md:abstract>
</metadata>

  <content>
<section id="problem_sect1">
			<name>The Problem</name>
			<para id="sect1_para1">Our project involves the examination of four sets of images from each subject. The program is equipped to detect four emotions: <term>happy</term>, <term>angry</term>, <term>sad</term>, and <term>surprised</term>. It should be able to <term>examine the four images, distinguish between them, and correctly classify each image with its corresponding emotion</term> 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.      </para>
		</section>

<section id="problem_sect2">
			<name>Initial concerns</name>
			<para id="sect2_para1">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.    </para>
			<para id="sect2_para2">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 orient="horizontal" id="problem_fig1">
					<name/>
					<media id="problem_img" type="image/jpg" src="crop3.jpg"/>
					<caption>An example of the four images to be processed (happy, surprised, angry, sad)</caption>
				</figure></para>
		</section>

	 
  </content>
  
</document>
