<?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>MultiTouch Video Manipulation &#187; WPF</title>
	<atom:link href="http://aquilis.be/bachelorthesis/tag/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://aquilis.be/bachelorthesis</link>
	<description>Bachelor Thesis 2008 - 2009</description>
	<lastBuildDate>Sat, 15 Aug 2009 17:34:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Progress</title>
		<link>http://aquilis.be/bachelorthesis/2009/02/progress/</link>
		<comments>http://aquilis.be/bachelorthesis/2009/02/progress/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 21:07:19 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Gestures]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://jimmy.aurorion.be/?p=40</guid>
		<description><![CDATA[Like I said last time, I implemented my own gesture recognition.
It&#8217;s still a work in progress but it&#8217;s coming along nice.
I also upgraded the layout of the application so it looks more like a wpf application.
You can see the result below.
]]></description>
			<content:encoded><![CDATA[<p>Like I said last time, I implemented my own gesture recognition.<br />
It&#8217;s still a work in progress but it&#8217;s coming along nice.</p>
<p>I also upgraded the layout of the application so it looks more like a wpf application.<br />
You can see the result below.</p>
<div class="wp-caption alignnone" style="width: 560px"><a href="http://aquilis.be/uploads/images/screen.png"><img class=" " title="Screenshot" src="http://aquilis.be/uploads/images/screen.png" alt="Screenshot" width="540" /></a><p class="wp-caption-text">Screenshot</p></div>
<div class="wp-caption alignnone" style="width: 560px"><a href="http://aquilis.be/uploads/images/screen2.png"><img class=" " title="Screenshot with border" src="http://aquilis.be/uploads/images/screen2.png" alt="Screenshot with border" width="540" /></a><p class="wp-caption-text">Screenshot with border</p></div>
]]></content:encoded>
			<wfw:commentRss>http://aquilis.be/bachelorthesis/2009/02/progress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gesture recognition</title>
		<link>http://aquilis.be/bachelorthesis/2009/02/gesture-recognition/</link>
		<comments>http://aquilis.be/bachelorthesis/2009/02/gesture-recognition/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 17:54:21 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Gestures]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://jimmy.aurorion.be/?p=35</guid>
		<description><![CDATA[I have done some more tests since last time. First I&#8217;ve implemented 2 video methods of viewing a video that prof Luyten advised.
Next i tried to implement gesture recognition to trigger these views. I used the $1 Gesture recognizer to recognize the gestures. This recognizer is actually built for single touch en recognition after the [...]]]></description>
			<content:encoded><![CDATA[<p>I have done some more tests since last time. First I&#8217;ve implemented 2 video methods of viewing a video that prof Luyten advised.</p>
<p>Next i tried to implement gesture recognition to trigger these views. I used the <a href="http://depts.washington.edu/aimgroup/proj/dollar/" target="_blank">$1 Gesture recognizer</a> to recognize the gestures. This recognizer is actually built for single touch en recognition after the gesture is finished. So I tried to use this for multi-touch gestures, and used a threshold to solve the real-time issue. When I&#8217;m sending my own generated data, this works pretty nice, but when I tried it on the multi-touch table, it only recognized 1/3 of the gestures. Obviously this method is not very useful.</p>
<p>My next attempt to solve this problem is to implement the gesture recognition myself, using the amount of input points and the direction each point moves to. Next time I will be able to tell if this works better to recognize the gestures.</p>
<p>Finally, I have been able to extract frames from a movie using only the WPF framework, so for now i don&#8217;t need an external library or application ( like ffmpeg ) to do this.</p>
]]></content:encoded>
			<wfw:commentRss>http://aquilis.be/bachelorthesis/2009/02/gesture-recognition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First tests</title>
		<link>http://aquilis.be/bachelorthesis/2009/01/first-tests/</link>
		<comments>http://aquilis.be/bachelorthesis/2009/01/first-tests/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 17:06:59 +0000</pubDate>
		<dc:creator>jimmy</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Official]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://jimmy.aurorion.be/?p=27</guid>
		<description><![CDATA[Last Tuesday, I went to the EDM to see my councellors, Maarten Cardinaels and Davy Vanacken. We discussed what my main goal is going to be.
The main goal is to explore the multitouch interface and how it can help editing videos, and the editing itself will probably not go much further than the basic open, [...]]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday, I went to the <a title="EDM" href="http://www.edm.uhasselt.be" target="_blank">EDM</a> to see my councellors, <a href="http://www.edm.uhasselt.be/people/show/maarten.cardinaels" target="_blank">Maarten Cardinaels</a> and <a href="http://www.edm.uhasselt.be/people/show/davy.vanacken" target="_blank">Davy Vanacken</a>. We discussed what my main goal is going to be.</p>
<p>The main goal is to explore the multitouch interface and how it can help editing videos, and the editing itself will probably not go much further than the basic open, save, split, join, view operations. Another thing they mentioned was that most of the applications similar to this, were always oriented in 1 direction, so all of the persons interacting with the appliation, must stand on the same side. The obvious solution is to be able to rotate the videos, so this is what I&#8217;m going to attempt.</p>
<p>My councellors also send me 2 classes to receive and parse the UDP data send from the multitouch table, and then raise the normal mouse events: press, move and release. I have not been able to get these classes to work, but i have made a test application for trying out what wpf has to offer for the basic translate, rotate en scale operations on videos. You can see the result below.</p>
[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://aquilis.be/bachelorthesis/2009/01/first-tests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

