Path: news.mathworks.com!not-for-mail
From: "Sprinceana " <mihaispr@yahoo.com>
Newsgroups: comp.soft-sys.matlab
Subject: Gender detection
Date: Thu, 2 Jul 2009 21:57:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 11
Message-ID: <h2jafd$okp$1@fred.mathworks.com>
Reply-To: "Sprinceana " <mihaispr@yahoo.com>
NNTP-Posting-Host: webapp-03-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1246571821 25241 172.30.248.38 (2 Jul 2009 21:57:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Jul 2009 21:57:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1740796
Xref: news.mathworks.com comp.soft-sys.matlab:552567


After I detect the face of a person which I stored in an axes component(guide matlab) and compute the haussdorf distance using that formula between the eyes for example(which represent the distance between two points)

Formula for distance Hausdorff:

distance_Hausdorff=sqrt( (x1-x2)*(x1-x2) + (y1-y2)*(y1-y2) ) ; for instance is the generalisde Pytagora theorem in analytical geometry. That works!

My problem is now how can I determine if the person which I load the picture in axes component is a man or female.

Any ideas of links or topics?

Thanks!