<?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>Jan Snelders</title>
	<atom:link href="http://www.snelders.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.snelders.net</link>
	<description>Java playground</description>
	<lastBuildDate>Mon, 05 Oct 2009 23:02:42 +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>Google Maps API for Java J2SE</title>
		<link>http://www.snelders.net/?p=34</link>
		<comments>http://www.snelders.net/?p=34#comments</comments>
		<pubDate>Mon, 05 Oct 2009 22:23:05 +0000</pubDate>
		<dc:creator>Jan Snelders</dc:creator>
				<category><![CDATA[Google Maps API]]></category>

		<guid isPermaLink="false">http://www.snelders.net/?p=34</guid>
		<description><![CDATA[Well that Java API for Google Maps doesn&#8217;t exists which is a shame. Especially considering the fact that there is an API for Flash!
With the help of this post &#8220;How Google Maps Works&#8220;, I created this small useless (no navigation/zooming yet) proof of concept which caches the map-tiles on disk (in a separate thread) to [...]]]></description>
			<content:encoded><![CDATA[<p>Well that Java API for Google Maps doesn&#8217;t exists which is a shame. Especially considering the fact that there is an API for Flash!</p>
<p>With the help of this post &#8220;<a href="http://www.codeproject.com/KB/scrapbook/googlemap.aspx">How Google Maps Works</a>&#8220;, I created this small useless (no navigation/zooming yet) proof of concept which caches the map-tiles on disk (in a separate thread) to avoid getting banned from Google Maps.<br />
Nice to see that Google uses some security mechanism to avoid people from abusing their service; they add a variable-length substring &#8220;Galileo&#8221; to each url of a tile where the substring is calculated as follows: &#8220;Galileo&#8221;.substr(0,(tile.x*3+tile.y)%8). That isn&#8217;t difficult to find (it&#8217;s straight there to read in their JavaScript code), but one day they might change this code&#8230;.</p>
<p><img class="alignnone size-full wp-image-35" title="maps" src="http://www.snelders.net/wp-content/uploads/2009/10/maps.jpg" alt="maps" width="300" height="188" /></p>
<p><script src="http://java.com/js/deployJava.js"></script> <script type="text/javascript">// <![CDATA[
var url = "http://www.snelders.net/wp-content/uploads/jnlp/Maps.jnlp";
deployJava.createWebStartLaunchButton(url, '1.6.0');
// ]]&gt;</script><br />
<br/><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snelders.net/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haarcascade based Face Detection in Java</title>
		<link>http://www.snelders.net/?p=3</link>
		<comments>http://www.snelders.net/?p=3#comments</comments>
		<pubDate>Fri, 25 Sep 2009 18:20:02 +0000</pubDate>
		<dc:creator>Jan Snelders</dc:creator>
				<category><![CDATA[JNI/JNA]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.snelders.net/?p=3</guid>
		<description><![CDATA[While figuring out how to implement face detection in Java I created this very simple face-detection-application. It is based on Intel&#8217;s Open Source Computer Vision (OpenCV) library.
Since I used JNI together with dll&#8217;s only, the application currently only runs on Windows but should be easily extended to Linux.

 // 

]]></description>
			<content:encoded><![CDATA[<p>While figuring out how to implement face detection in Java I created this very simple face-detection-application. It is based on Intel&#8217;s <a href="http://opencv.willowgarage.com">Open Source Computer Vision</a> (OpenCV) library.</p>
<p>Since I used JNI together with dll&#8217;s only, the application currently only runs on Windows but should be easily extended to Linux.</p>
<p><img class="alignnone size-full wp-image-32" title="FaceDetectionScreenshot" src="http://www.snelders.net/wp-content/uploads/2009/10/FaceDetectionScreenshot.jpg" alt="FaceDetectionScreenshot" width="401" height="390" /></p>
<p><script src="http://java.com/js/deployJava.js"></script> <script type="text/javascript">// <![CDATA[
var url = "http://www.snelders.net/wp-content/uploads/FaceDetection/FaceDetection.jnlp";
deployJava.createWebStartLaunchButton(url, '1.6.0');
// ]]&gt;</script></p>
<p><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://www.snelders.net/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
