<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513</link>
    <title>MATLAB Central Newsreader - Face recognition technique for newbie</title>
    <description>Feed for thread: Face recognition technique for newbie</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Sun, 22 Nov 2009 01:23:04 -0500</pubDate>
      <title>Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#696602</link>
      <author>David  Miller</author>
      <description>Hello there, &lt;br&gt;
&lt;br&gt;
Hello I am starting a project on face recognition (yeah!!), but the problem is I am in very early stages also a newbie when it comes to matlab. I do not have a strong maths background know that matlab is the best language to use to implement a facial recognition system. &lt;br&gt;
&lt;br&gt;
I was wondering if you could give me advice on what the best face recognition technique, but not too advance that it would take ages to program. This project is for a degree as you can understand there also exams I have to sit. &lt;br&gt;
&lt;br&gt;
I have researched eigenfaces and hidden marklov model. I have heard that these methods are extremely mathematical and will take an immense time to program. Is there any techniques that are not mathematically intensive and carried out with a time period of say 2 months. &lt;br&gt;
&lt;br&gt;
Any help will me hugely appreciated.&lt;br&gt;
&lt;br&gt;
David &lt;br&gt;
&lt;br&gt;
p.s. I keep my post short next time </description>
    </item>
    <item>
      <pubDate>Sun, 22 Nov 2009 02:16:03 -0500</pubDate>
      <title>Re: Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#696603</link>
      <author>Ironic Prata</author>
      <description>&amp;nbsp;This might be too simple for what you are looking for but in case you are using color imagens try using HSV colorspace.&lt;br&gt;
&amp;nbsp;This might sound strange, but all the races have the same skin color. &lt;br&gt;
The only thing that varies is the saturation of the color. You can detect skin by looking at it?s H(hue) value, with a low margin, and ignoring S (saturation)...&lt;br&gt;
&amp;nbsp;Will also detect other skin areas, but it?s good place to start.</description>
    </item>
    <item>
      <pubDate>Mon, 23 Nov 2009 03:09:29 -0500</pubDate>
      <title>Re: Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#696742</link>
      <author>ImageAnalyst</author>
      <description>On Nov 21, 9:16&#160;pm, &quot;Ironic Prata&quot; &amp;lt;lixodoiro...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; &#160;This might be too simple for what you are looking for but in case you are using color imagens try using HSV colorspace.&lt;br&gt;
&amp;gt; &#160;This might sound strange, but all the races have the same skin color.&lt;br&gt;
&amp;gt; The only thing that varies is the saturation of the color. You can detect skin by looking at it?s H(hue) value, with a low margin, and ignoring S (saturation)...&lt;br&gt;
&amp;gt; &#160;Will also detect other skin areas, but it?s good place to start.&lt;br&gt;
&lt;br&gt;
-----------------------------------&lt;br&gt;
I agree that this is a good, easy way to start.  Of course it won't&lt;br&gt;
work in all cases but if all the faces in your database are pretty&lt;br&gt;
similar, it might work well enough for you to get a decent grade in&lt;br&gt;
your class.&lt;br&gt;
&lt;br&gt;
The three dimensional color gamut of skin taken on a calibrated&lt;br&gt;
instrument such as a colorimeter or spectrophotometer is very&lt;br&gt;
interesting - it looks like a boomerang shape.  It goes more or less&lt;br&gt;
out in one hue.  It comes back in towards the L (or H or I) axis both&lt;br&gt;
at the bright end, and the dark end, and it bows out for middle&lt;br&gt;
intensity individuals.  It makes sense if you think about it.  You can&lt;br&gt;
have color if you're not too pale or too dark.  If your skin is very&lt;br&gt;
very white, you're of course going to have a color near the V axis.&lt;br&gt;
Likewise if your skin is very very black, you're also going to be near&lt;br&gt;
the V axis.  Only those people in between can have different&lt;br&gt;
saturations (also called chroma)  - of course they also have different&lt;br&gt;
intensity values also (L, H, or I depending on which color space&lt;br&gt;
you're using).  So you can convert to HSV, find H in a certain range&lt;br&gt;
regardless of S or V.  Of course this will find all &quot;flesh&quot; colored&lt;br&gt;
objects in the field of view but I assume you'll be having something&lt;br&gt;
simple to practice with such as full frontal face images with little&lt;br&gt;
other clutter in the field of view.  If your images are taken with&lt;br&gt;
different color temperature illumination (e.g. daylight, sunlight,&lt;br&gt;
fluorescent light, xenon flash, incandescent lighting, etc.) then now&lt;br&gt;
your boomerang shape is going to wobble around, taking different&lt;br&gt;
angles as it juts out of the V axis.  So now you're going to have to&lt;br&gt;
allow a larger angular range of H values to take (remember the value&lt;br&gt;
of the H channel represents the ANGLE of the hue - very important!).&lt;br&gt;
&lt;br&gt;
You can look up my demo where I find things in monochrome.&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/25157&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/25157&lt;/a&gt;&lt;br&gt;
Just apply this to the hue channel after you've converted your rgb&lt;br&gt;
image and that should be a good start.</description>
    </item>
    <item>
      <pubDate>Sun, 07 Feb 2010 10:03:04 -0500</pubDate>
      <title>Re: Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#714732</link>
      <author>Luigi Giaccari</author>
      <description>&quot;David  Miller&quot; &amp;lt;clothink121@hotmail.co.uk&amp;gt; wrote in message &amp;lt;hea3pn$qe7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello there, &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello I am starting a project on face recognition (yeah!!), but the problem is I am in very early stages also a newbie when it comes to matlab. I do not have a strong maths background know that matlab is the best language to use to implement a facial recognition system. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I was wondering if you could give me advice on what the best face recognition technique, but not too advance that it would take ages to program. This project is for a degree as you can understand there also exams I have to sit. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have researched eigenfaces and hidden marklov model. I have heard that these methods are extremely mathematical and will take an immense time to program. Is there any techniques that are not mathematically intensive and carried out with a time period of say 2 months. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any help will me hugely appreciated.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; David &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; p.s. I keep my post short next time &lt;br&gt;
&lt;br&gt;
www.advancedmcode.org/face-recognition-based-on-fractional-gaussian-derivatives.html&lt;br&gt;
&lt;br&gt;
www.advancedmcode.org/face-detection-system.html&lt;br&gt;
&lt;br&gt;
www.advancedmcode.org/fast-and-accurate-face-identification-using-overlapping-dct.html</description>
    </item>
    <item>
      <pubDate>Mon, 22 Feb 2010 16:01:08 -0500</pubDate>
      <title>Re: Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#720081</link>
      <author>robert de beukelaer</author>
      <description>Hello there,&lt;br&gt;
I am looking for a software the can recognise THE PRESENCE of a face, wether the picture is taken from the front or from the side.&lt;br&gt;
More concrete: if you take a picture from the side  of a car (let us say the side window), and there is a person sitting in the rear seat, does your software (or any other software?) allows to detect that there is a human being??&lt;br&gt;
&lt;br&gt;
With kind regards,&lt;br&gt;
&lt;br&gt;
Robert De Beukelaer </description>
    </item>
    <item>
      <pubDate>Mon, 22 Feb 2010 17:16:04 -0500</pubDate>
      <title>Re: Face recognition technique for newbie</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/266513#720113</link>
      <author>Dave Robinson</author>
      <description>&quot;David  Miller&quot; &amp;lt;clothink121@hotmail.co.uk&amp;gt; wrote in message &amp;lt;hea3pn$qe7$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hello there, &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hello I am starting a project on face recognition (yeah!!), but the problem is I am in very early stages also a newbie when it comes to matlab. I do not have a strong maths background know that matlab is the best language to use to implement a facial recognition system. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I was wondering if you could give me advice on what the best face recognition technique, but not too advance that it would take ages to program. This project is for a degree as you can understand there also exams I have to sit. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; I have researched eigenfaces and hidden marklov model. I have heard that these methods are extremely mathematical and will take an immense time to program. Is there any techniques that are not mathematically intensive and carried out with a time period of say 2 months. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Any help will me hugely appreciated.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; David &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; p.s. I keep my post short next time &lt;br&gt;
&lt;br&gt;
It is better to have a long post that explains your problem, than a short one which doesn't provide all the information required to provide an answer.&lt;br&gt;
&lt;br&gt;
Regarding your Face Recognition problem, look here&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/?term=Face+Recognition&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/?term=Face+Recognition&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
for some very well regarded solutions/partial solutions. Try them, understand them and base your program on your understanding of them - don't plaigarize them; your professor probably visits this site;-)&lt;br&gt;
&lt;br&gt;
Regards&lt;br&gt;
&lt;br&gt;
Dave Robinson</description>
    </item>
  </channel>
</rss>

