<?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>blog.V1ru8.net &#187; DirectShow</title>
	<atom:link href="http://blog.v1ru8.net/tag/directshow/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.v1ru8.net</link>
	<description></description>
	<lastBuildDate>Mon, 28 Sep 2009 15:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Video Filters in OpenCV</title>
		<link>http://blog.v1ru8.net/2009/04/02/video-filters-in-opencv/</link>
		<comments>http://blog.v1ru8.net/2009/04/02/video-filters-in-opencv/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 21:58:14 +0000</pubDate>
		<dc:creator>Thomas Post</dc:creator>
				<category><![CDATA[Audio And Video Processing]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[DirectShow]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.v1ru8.net/?p=284</guid>
		<description><![CDATA[For the &#8220;Audio and Video Processing&#8221; lecture tomorrow I had to write some simple video filters. The professor recommended to use the DirectShow SDK. But everyone who knows me knows that when there is a way to do something without Windows I will do it without! So I used the OpenCV library from Intel. Which [...]]]></description>
			<content:encoded><![CDATA[<p>For the &#8220;Audio and Video Processing&#8221; lecture tomorrow I had to write some simple video filters. The professor recommended to use the DirectShow SDK. But everyone who knows me knows that when there is a way to do something without Windows I will do it without! So I used the OpenCV library from Intel. Which I know from my last semester project. I wrote a little program who uses the iSight as video source. (based on the OpenCV XCode example project) You can select 8 diffrent video filters by pressing number 1-8 on your keyboard.</p>
<ul>
<li>0: no filter</li>
<li>1: 3&#215;3 Sobelfilter Horizontal </li>
<li>2: 3&#215;3 Sobelfilter Vertical</li>
<li>3: 3&#215;3 Laplace  </li>
<li>4: 3&#215;3 Box Filter</li>
<li>5: 3&#215;3 Gauss Filter</li>
<li>6: 5&#215;5 Gauss Filter</li>
<li>5: 5&#215;5 Box Filter</li>
<li>6: 7&#215;7 Box Filter (overflow)</li>
</ul>
<p>With the key <b>&#8216;t&#8217;</b> you can add an additional filter who generates four abstract colored pictures.</p>
<table>
<tr>
<td>
<a href="http://img.skitch.com/20090402-djtqbs8338brke47usm31mwqac.png" rel="lightbox[groupname]" title="Filter 1"><img src="http://img.skitch.com/20090402-djtqbs8338brke47usm31mwqac.preview.png" width="186" height="150" alt="Filter 1" /></a>
</td>
<td><a href="http://img.skitch.com/20090402-dn93nnn7x4r5dpcce8hre6mt32.png" rel="lightbox[groupname]" title="Filter 2"><img src="http://img.skitch.com/20090402-dn93nnn7x4r5dpcce8hre6mt32.preview.png" width="186" height="150" alt="Filter 2" /></a>
</td>
<td>
<a href="http://img.skitch.com/20090402-ei1mxct69nsyfq8459xety391.jpg" rel="lightbox[groupname]" title="Filter 2"><img src="http://img.skitch.com/20090402-ei1mxct69nsyfq8459xety391.preview.png" width="186" height="150" alt="Filter 2" /></a>
</td>
</tr>
</table>
<p>Downloads:</p>
<ul>
<li>Sourcecode: <a href="http://files.v1ru8.net/OpenCVFilters/Filters.c">Filters.c</a></li>
<li>XCode Project: <a href="http://files.v1ru8.net/OpenCVFilters/Filters.zip">Filters.zip</a></li>
<li><a href="http://www.ient.rwth-aachen.de/~asbach/OpenCV-Private-Framework-1.1.dmg">OpenCV.framework</a></li>
<li>Compiled Binary: <a href="http://files.v1ru8.net/OpenCVFilters/FaceTracker.app.zip">FaceTracker.app.zip</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.v1ru8.net/2009/04/02/video-filters-in-opencv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

