<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>LAMP with ·dotmanila &#187; php face detection</title>
	<atom:link href="http://dotmanila.com/blog/tag/php-face-detection/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotmanila.com/blog</link>
	<description>Linux, Apache, PHP, MySQL Musings</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:32:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Face Detection with PHP</title>
		<link>http://dotmanila.com/blog/2009/01/face-detection-with-php/</link>
		<comments>http://dotmanila.com/blog/2009/01/face-detection-with-php/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 11:34:30 +0000</pubDate>
		<dc:creator>jervin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php face detection]]></category>

		<guid isPermaLink="false">http://dotmanila.com/blog/?p=40</guid>
		<description><![CDATA[I was enjoying playing photofunia.com a while ago when I got interested on how I can implement such a thing with opensource tools, specifically LAMP. In less than a minute, with "php face detection" on Google I found this.]]></description>
			<content:encoded><![CDATA[<p>I was enjoying playing photofunia.com a while ago when I got interested on how I can implement such a thing with opensource tools, specifically LAMP. In less than a minute, with &#8220;php face detection&#8221; on Google I found this.</p>
<blockquote><p>The headline does say face detection &#8211; but what does this mean? Easy said, this article focus on how to find faces on images with PHP. Faces have a certain form and so it is possible to search for it. At the end of the search you will say how many human faces are on the image or better: Where are human faces on my image. This article is not intended to be mathematically.</p>
<p>Intel works on the OpenCV library to search for structures on images. The library is shipped with training files, what was trained with hundrets of photos to detect faces from different perspectives on images and so we can focus on the PHP part.</p></blockquote>
<p><a href="http://www.xarg.org/2008/07/face-detection-with-php/" target="_blank">http://www.xarg.org/2008/07/face-detection-with-php/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dotmanila.com/blog/2009/01/face-detection-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

