<?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>eclecticc &#187; face tracking</title>
	<atom:link href="http://eclecti.cc/tag/face-tracking/feed" rel="self" type="application/rss+xml" />
	<link>http://eclecti.cc</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 06:31:30 +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>Evil Eye: Microvision SHOWWX as a Face Tracking Eyeball</title>
		<link>http://eclecti.cc/computergraphics/evil-eye-microvision-showwx-as-a-face-tracking-eyeball</link>
		<comments>http://eclecti.cc/computergraphics/evil-eye-microvision-showwx-as-a-face-tracking-eyeball#comments</comments>
		<pubDate>Sat, 10 Apr 2010 22:04:48 +0000</pubDate>
		<dc:creator>nrp</dc:creator>
				<category><![CDATA[Computer Graphics]]></category>
		<category><![CDATA[face tracking]]></category>
		<category><![CDATA[microvision]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[projector]]></category>
		<category><![CDATA[pygame]]></category>
		<category><![CDATA[showwx]]></category>

		<guid isPermaLink="false">http://eclecti.cc/?p=502</guid>
		<description><![CDATA[www.youtube.com/watch?v=uRnBg9gflZM This idea, like most good ones, came to me while I was in my bathroom.  I recently took delivery of a Microvision SHOWWX laser pico projector, and I was trying to come up with a quick project to show the cool stuff it could do.  I noticed that the light above my mirror was [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p><a href="http://www.youtube.com/watch?v=uRnBg9gflZM&#038;fmt=18">www.youtube.com/watch?v=uRnBg9gflZM</a></p>
<p><a href="http://www.youtube.com/watch?v=uRnBg9gflZM&#038;fmt=18"><img src="http://img.youtube.com/vi/uRnBg9gflZM/default.jpg" width="130" height="97" border=0></a></p>
</p>
<p style="text-align: justify;">This idea, like most good ones, came to me while I was in my bathroom.  I recently took delivery of a <a href="http://www.microvision.com/showwx/index.html">Microvision SHOWWX</a> laser pico projector, and I was trying to come up with a quick project to show the cool stuff it could do.  I noticed that the light above my mirror was diffused by a large frosted glass dome, which led to this strange project.  It&#8217;ll probably make more sense around Halloween.</p>
<p style="text-align: justify;"><a href="http://eclecti.cc/files/2010/04/showwx.jpg"><img class="aligncenter size-large wp-image-503" title="The shot is blurry because my tripod is in the picture." src="http://eclecti.cc/files/2010/04/showwx-700x466.jpg" alt="Microvision SHOWWX Setup" width="700" height="466" /></a></p>
<p style="text-align: justify;">The software is pretty similar to what I wrote the last time I did <a href="http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking">face tracking</a>:  OpenCV&#8217;s very convenient Haar feature detection along with Pygame to do the image display.  I tried taking a picture of my own eye, but Flickr user Sarah Cartwright&#8217;s is <a href="http://www.flickr.com/photos/sarahcartwright/369063792/">much more photogenic</a> and available under Creative Commons Attribution-Share Alike.</p>
<p style="text-align: justify;"><a href="http://eclecti.cc/files/2010/04/evileye.jpg"><img class="aligncenter size-large wp-image-504" title="Now I just need to figure out how to get the camera inside the dome." src="http://eclecti.cc/files/2010/04/evileye-700x466.jpg" alt="Inside the Eye" width="700" height="466" /></a></p>
<p style="text-align: justify;">A regular pico projector would probably work as well, but the contrast ratio on this thing means it looks like the iris is being projected by itself.  I have some much cooler projects planned that will really take advantage of the focus free nature of the laser projector.  In the mean time, the code for this project is available below.  The image is CC A-SA, the code is <a href="http://creativecommons.org/licenses/publicdomain/">public domain</a>, and the Haar file is Intel License Agreement like the rest of <a href="http://opencv.willowgarage.com/wiki/">OpenCV</a>.  I also attached the Python script itself for perusal by search engines or folks who just want to see the code.</p>
<p style="text-align: justify;"><strong>Download:<br />
<a href="http://eclecti.cc/files/2010/04/EvilEye.zip">EvilEye.zip</a><br />
<a href="http://eclecti.cc/files/2010/04/EvilEye.py">EvilEye.py</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://eclecti.cc/computergraphics/evil-eye-microvision-showwx-as-a-face-tracking-eyeball/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PyEyes: xeyes in Python with Face Tracking</title>
		<link>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking</link>
		<comments>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:07:25 +0000</pubDate>
		<dc:creator>nrp</dc:creator>
				<category><![CDATA[OLPC]]></category>
		<category><![CDATA[face tracking]]></category>
		<category><![CDATA[pyeyes]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[vision]]></category>
		<category><![CDATA[xeyes]]></category>

		<guid isPermaLink="false">http://eclecti.cc/?p=38</guid>
		<description><![CDATA[As a crash course in learning the basics of Pygame, I wrote a quick little Activity for the OLPC XO.  It is a clone of xeyes, except instead of following the mouse cursor, it uses the webcam to be creepy and follow your face.  It&#8217;s a bit slow, and kind of messy, but I did [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="It sees you..." src="http://eclecti.cc/files/2008/04/pyeyes.jpg" alt="PyEyes" /></p>
<p style="text-align: justify;">As a crash course in learning the basics of <a href="http://www.pygame.org/news.html" target="_blank">Pygame</a>, I wrote a quick little Activity for the OLPC XO.  It is a clone of xeyes, except instead of following the mouse cursor, it uses the webcam to be creepy and follow your face.  It&#8217;s a bit slow, and kind of messy, but I did only make it for learning purposes.</p>
<p style="text-align: justify;">It uses OpenCV, so you&#8217;re going to need a version of it that works on the XO.  The latest <a href="http://sourceforge.net/cvs/?group_id=22870" target="_blank">source from CVS</a> works, or you can install a patched rpm of it that I hacked together:</p>
<blockquote>
<p style="text-align: left;">sudo rpm -i <a href="http://eclecti.cc/files/opencv-1.0.0-3olpchack.fc7.i386.rpm">http://eclecti.cc/files/opencv-1.0.0-3olpchack.fc7.i386.rpm</a></p>
</blockquote>
<p style="text-align: justify;">You&#8217;ll also need the opencv-python package, which is available in the repository.</p>
<blockquote>
<p style="text-align: left;">sudo yum install opencv-python</p>
</blockquote>
<p style="text-align: justify;">You can get the .xo itself here: <a href="http://eclecti.cc/files/PyEyes-1.xo">PyEyes-1.xo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eclecti.cc/olpc/pyeyes-xeyes-in-python-with-face-tracking/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.241 seconds -->

