<?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>SemanticMetadata.net &#187; Java</title>
	<atom:link href="http://www.semanticmetadata.net/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 23 May 2012 10:28:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Apache Commons Sanselan &#8211; Image and Metadata I/O</title>
		<link>http://www.semanticmetadata.net/2012/03/16/apache-commons-sanselan/</link>
		<comments>http://www.semanticmetadata.net/2012/03/16/apache-commons-sanselan/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 08:32:41 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[image analysis]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=867</guid>
		<description><![CDATA[Apache Commons has a nice sub project called Sanselan. It&#8217;s a pure Java image library for reading and writing images from and to PNG, PSD (partially), GIF, BMP, ICO, TGA, JPEG and TIFF. It also supports EXIF, IPTC and XMP metadata formats, read for all, write for some. Examples for reading and writing images, EXIF, guessing [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2012/03/16/apache-commons-sanselan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Face Detection in Java</title>
		<link>http://www.semanticmetadata.net/2012/03/15/face-detection-in-java/</link>
		<comments>http://www.semanticmetadata.net/2012/03/15/face-detection-in-java/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 12:21:43 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[face detection]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=874</guid>
		<description><![CDATA[Face detection is basically a common tasks in image retrieval and management. However, finding a stable, well maintained and free-to-use Java library for face detection may prove hard. The OpenIMAJ project contains a common approach and yields rather fine results. However, the packaged version of all the JARs used in OpenIMAJ is quite bunch of [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2012/03/15/face-detection-in-java/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Dealing with images Java can&#8217;t handle out of the box</title>
		<link>http://www.semanticmetadata.net/2012/03/08/dealing-with-images-java-cant-handle-out-of-the-box/</link>
		<comments>http://www.semanticmetadata.net/2012/03/08/dealing-with-images-java-cant-handle-out-of-the-box/#comments</comments>
		<pubDate>Thu, 08 Mar 2012 09:43:20 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=864</guid>
		<description><![CDATA[Frequently asked question in the mailing list is: Lire cannot handle my images, what can I do? In most cases it turns out that Java can&#8217;t read those images and therefore the indexing routine can&#8217;t create a pixel array from the file. Java is unfortunately limited in it&#8217;s ability to handle images. But there are [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2012/03/08/dealing-with-images-java-cant-handle-out-of-the-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Searching with Lire in big datasets</title>
		<link>http://www.semanticmetadata.net/2011/10/27/searching-with-lire-in-big-datasets/</link>
		<comments>http://www.semanticmetadata.net/2011/10/27/searching-with-lire-in-big-datasets/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 09:17:34 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=798</guid>
		<description><![CDATA[Having received several complaints about the slowness of Lire when searching in 100k+ documents I took my time to write a small how to to explain approaches for search in big (relatively) data sets. Lire has the ability to create indexes with lots of different features (descriptors, like RGB color histograms or CEDD). While this [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2011/10/27/searching-with-lire-in-big-datasets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lire and Lire Demo v 0.9 released</title>
		<link>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/</link>
		<comments>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:37:23 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Retrieval]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=780</guid>
		<description><![CDATA[I just released Lire and Lire Demo in version 0.9 on sourceforge.net. Basically it&#8217;s the alpha version with additional speed and stability enhancements for bag of visual words (BoVW) indexing. While this has already been possible in earlier versions I re-furbished vocabulary creation (k-means clustering) and indexing to support up to 4 CPU cores. I [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2011/10/20/lire-and-lire-demo-v-0-9-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire 0.8 released</title>
		<link>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/</link>
		<comments>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 15:15:33 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/</guid>
		<description><![CDATA[I just released LIRe v0.8. LIRe &#8211; Lucene Image Retrieval &#8211; is a Java library for easy content based image retrieval. Based on Lucene it doesn&#8217;t need a database and works reliable and rather fast. Major change in this version is the support of Lucene 3.0.1, which has a changed API and better performance on [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2010/03/11/lire-0-8-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetBeans Community Approves NetBeans 6.7 for Prime Time Release</title>
		<link>http://www.semanticmetadata.net/2009/06/24/netbeans-community-approves-netbeans-67-for-prime-time-release/</link>
		<comments>http://www.semanticmetadata.net/2009/06/24/netbeans-community-approves-netbeans-67-for-prime-time-release/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 08:49:32 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=507</guid>
		<description><![CDATA[The NetBeans community acceptance survey has voted for thhe last NetBeans 6.7 RC to be stable enough to be shipped. While this sounds great there is one minor details I consider critical for the significance of the survey: Only 182 people responded. (re-engineneered from 144 people being 79%). If we go with common numbers in [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2009/06/24/netbeans-community-approves-netbeans-67-for-prime-time-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual VM is Part of Java 1.6 Update 7</title>
		<link>http://www.semanticmetadata.net/2008/07/14/visual-vm-is-part-of-java-16-update-7/</link>
		<comments>http://www.semanticmetadata.net/2008/07/14/visual-vm-is-part-of-java-16-update-7/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 12:59:41 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/07/14/visual-vm-is-part-of-java-16-update-7/</guid>
		<description><![CDATA[Java 1.6 u7 was released recently by Sun. While not bringing major changes it brought along some bug fixes and solved some security issues. However there is one main addition: The VisualVM. This is a really great developer tool: It connects to running VMs and shows &#8220;some statistics&#8221; about them. Besides memory usage and threads [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2008/07/14/visual-vm-is-part-of-java-16-update-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finding duplicate code &#8230;</title>
		<link>http://www.semanticmetadata.net/2008/07/02/finding-duplicate-code/</link>
		<comments>http://www.semanticmetadata.net/2008/07/02/finding-duplicate-code/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 09:58:05 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/07/02/finding-duplicate-code/</guid>
		<description><![CDATA[I recently found myself in a scenario, where I tried to figure out how implementation clusters have been implicitly created within a group of students. All of them were given a task (with 4 sub tasks) for a whole semester. Everyone was meant to do the task alone, but collaboration was allowed. However I needed [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2008/07/02/finding-duplicate-code/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lire SVN build for Java 1.5</title>
		<link>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/</link>
		<comments>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/#comments</comments>
		<pubDate>Fri, 30 May 2008 12:29:04 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[CaliphEmir]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/</guid>
		<description><![CDATA[Due to requests I took some time and built a Java 1.5 version instead of the 1.6 versions. A simple compile with 1.5 wouldn&#8217;t help as I use the swing layout classes of NetBeans (now integrated in Java 1.6), so imports have to be re-adjusted and the library has to be added. Furthermore I created [...]]]></description>
		<wfw:commentRss>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

