<?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>Edge of Vision &#187; Computer Vision</title>
	<atom:link href="http://edgeofvision.com/category/computer-vision/feed/" rel="self" type="application/rss+xml" />
	<link>http://edgeofvision.com</link>
	<description>A Caltech grad student's random-ish musings about vision, brains, and artificial intelligence</description>
	<lastBuildDate>Tue, 02 Nov 2010 22:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Face Detection with HTML5 &amp; JavaScript</title>
		<link>http://edgeofvision.com/2010/11/02/face-detection-with-html5-javascript/</link>
		<comments>http://edgeofvision.com/2010/11/02/face-detection-with-html5-javascript/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 22:26:48 +0000</pubDate>
		<dc:creator>Neil Halelamien</dc:creator>
				<category><![CDATA[Computer Vision]]></category>

		<guid isPermaLink="false">http://edgeofvision.com/?p=51</guid>
		<description><![CDATA[Via ReadWriteHack: Hack of the Day: Face Detection with HTML5 &#38; JavaScript. It&#8217;s a pretty cool idea. Taking a quick look at the source code (particularly the ccv.js file), it seems like it&#8217;s using something along the lines of the &#8230; <a href="http://edgeofvision.com/2010/11/02/face-detection-with-html5-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em;"><script type="text/javascript" src="http://button.topsy.com/widget/retweet-big?url=http://edgeofvision.com/2010/11/02/face-detection-with-html5-javascript/&amp;shorturl=http://bit.ly/dBDtEm&amp;title=Face+Detection+with+HTML5+%26+JavaScript&amp;theme=blue&amp;txt_tweet=tweet&amp;txt_retweet=retweet"></script></div><p>Via ReadWriteHack:</p>
<p><a href="http://www.readwriteweb.com/hack/2010/11/face-detection-html5.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+readwriteweb+%28ReadWriteWeb%29#">Hack of the Day: Face Detection with HTML5 &amp; JavaScript</a>.</p>
<p>It&#8217;s a pretty cool idea. Taking a quick look at the <span style="font-size: x-small;"><span style="line-height: 19px;"><a href="http://github.com/liuliu/ccv/tree/current/js/">source code</a> (particularly the ccv.js file), it seems like it&#8217;s using something along the lines of the <a href="http://research.microsoft.com/en-us/um/people/viola/Pubs/Detect/violaJones_CVPR2001.pdf">Viola-Jones boosted cascade</a> of simple features algorithm. I&#8217;m guessing the actual cascade values (found in the face.js file) were trained in a non-javascript program.</span></span></p>
<p>It&#8217;s really too bad that no browsers support the HTML5 &lt;device&gt; tag yet, as it isn&#8217;t yet finalized. I&#8217;ve seen Flash apps which do some processing on camera input in the past, but having computer vision algorithms written in Java/Javascript/HTML5, running on the browser and integrated in web applications could be quite powerful. There&#8217;s of course all manner of games and toys one could come up with, but there&#8217;s also possibilities for things like authentication, changing the view when a face is no longer detected nearby, etc.</p>

]]></content:encoded>
			<wfw:commentRss>http://edgeofvision.com/2010/11/02/face-detection-with-html5-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

