<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fun with Python, OpenCV and face detection</title>
	<atom:link href="http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 22:28:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TechB</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-296</link>
		<dc:creator>TechB</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-296</guid>
		<description>After about a week of work, I couldn&#039;t get opencv to work. I used VideoCapture again, and fdlib.dll to detect the faces. &lt;a href=&quot;http://www.kyb.mpg.de/bs/people/kienzle/facedemo/facedemo.htm&quot; rel=&quot;nofollow&quot;&gt;http://www.kyb.mpg.de/bs/people/kienzle/facedem...&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>After about a week of work, I couldn&#39;t get opencv to work. I used VideoCapture again, and fdlib.dll to detect the faces. <a href="http://www.kyb.mpg.de/bs/people/kienzle/facedemo/facedemo.htm" rel="nofollow"></a><a href="http://www.kyb.mpg.de/bs/people/kienzle/facedem&#8230" rel="nofollow">http://www.kyb.mpg.de/bs/people/kienzle/facedem&#8230</a>;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechB</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-295</link>
		<dc:creator>TechB</dc:creator>
		<pubDate>Tue, 02 Mar 2010 13:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-295</guid>
		<description>Hey great post. I can&#039;t wait to get started hacking it to my needs. I made a script that tracts an IR LED and maps the mouse to the movements(http://hackaday.com/2010/02/25/python-ir-tracking-for-the-handicapped/). &lt;br&gt;&lt;br&gt;I used VideoCapture(http://videocapture.sourceforge.net/) for the webcam interface though. I&#039;m going to try and map the mouse movements to this new face-recognition.</description>
		<content:encoded><![CDATA[<p>Hey great post. I can&#39;t wait to get started hacking it to my needs. I made a script that tracts an IR <span class="caps">LED </span>and maps the mouse to the movements(http://hackaday.com/2010/02/25/python-ir-tracking-for-the-handicapped/). </p>
<p>I used VideoCapture(http://videocapture.sourceforge.net/) for the webcam interface though. I&#39;m going to try and map the mouse movements to this new face-recognition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Vermeulen</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-281</link>
		<dc:creator>Jo Vermeulen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-281</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auttapong</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-280</link>
		<dc:creator>auttapong</dc:creator>
		<pubDate>Wed, 20 Jan 2010 19:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-280</guid>
		<description>thank you very much Jo ^^</description>
		<content:encoded><![CDATA[<p>thank you very much Jo ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Vermeulen</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-279</link>
		<dc:creator>Jo Vermeulen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-279</guid>
		<description>I currently don&#039;t have a Linux machine for testing, but IIRC the line&lt;br&gt;&lt;br&gt;cascade = cv.LoadHaarClassifierCascade(&#039;haarcascade_frontalface_alt.xml&#039;, cv.Size(1,1))&lt;br&gt;&lt;br&gt;requires the cascade file to be in the same directory as the script.&lt;br&gt;&lt;br&gt;By the way, the script I presented in this blog post won&#039;t work on Windows. You should use the simple_winclient.py script for that (which can be found in the tarball available from &lt;a href=&quot;http://jozilla.net/Software/Facade&quot; rel=&quot;nofollow&quot;&gt;my website&lt;/a&gt;).</description>
		<content:encoded><![CDATA[<p>I currently don&#39;t have a Linux machine for testing, but <span class="caps">IIRC </span>the line</p>
<p>cascade = cv.LoadHaarClassifierCascade(&#39;haarcascade_frontalface_alt.xml&#39;, cv.Size(1,1))</p>
<p>requires the cascade file to be in the same directory as the script.</p>
<p>By the way, the script I presented in this blog post won&#39;t work on Windows. You should use the simple_winclient.py script for that (which can be found in the tarball available from <a href="http://jozilla.net/Software/Facade" rel="nofollow">my website</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auttapong</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-278</link>
		<dc:creator>auttapong</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-278</guid>
		<description>C:DevOpenCVdatahaarcascades</description>
		<content:encoded><![CDATA[<p>C:DevOpenCVdatahaarcascades</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Vermeulen</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-277</link>
		<dc:creator>Jo Vermeulen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 15:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-277</guid>
		<description>Are you sure you have the &lt;a href=&quot;http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml&quot; rel=&quot;nofollow&quot;&gt;cascade file&lt;/a&gt; in the same directory?</description>
		<content:encoded><![CDATA[<p>Are you sure you have the <a href="http://eclecti.cc/files/2008/03/haarcascade_frontalface_alt.xml" rel="nofollow">cascade file</a> in the same directory?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auttapong</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-276</link>
		<dc:creator>auttapong</dc:creator>
		<pubDate>Wed, 20 Jan 2010 14:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-276</guid>
		<description>hi. i have this&lt;br&gt;Null pointer (Invalid classifier cascade)&lt;br&gt;in function cvHaarDetectObjects,&lt;br&gt;C:UserVPoperncvcvsrccvhaar.cpp(890)</description>
		<content:encoded><![CDATA[<p>hi. i have this<br />Null pointer (Invalid classifier cascade)<br />in function cvHaarDetectObjects,<br />C:UserVPoperncvcvsrccvhaar.cpp(890)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Vermeulen</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-275</link>
		<dc:creator>Jo Vermeulen</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-275</guid>
		<description>You&#039;re welcome!</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auttapong</title>
		<link>http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/comment-page-2/#comment-274</link>
		<dc:creator>auttapong</dc:creator>
		<pubDate>Wed, 20 Jan 2010 13:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jozilla.net/?p=144#comment-274</guid>
		<description>thank you very much Jo ^^</description>
		<content:encoded><![CDATA[<p>thank you very much Jo ^^</p>
]]></content:encoded>
	</item>
</channel>
</rss>
