<?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/category/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semanticmetadata.net</link>
	<description></description>
	<lastBuildDate>Wed, 11 Jan 2012 16:35:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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>
			<content:encoded><![CDATA[<p>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.</p>
<p>Lire has the ability to create indexes with lots of different features (descriptors, like RGB color histograms or CEDD). While this opens the opportunity to flexibility at search time as we can select the feature at the time we create a query, the index tends to get bigger and bigger and searcher take longer and longer.</p>
<p>With a data set of 121,379 images the index created with the features selected for default in Lire Demo has a size of 14,3 <acronym title="Gigabyte">GB</acronym> on the disk. In contrast to that an index just storing the CEDD feature along with the image identifier has a size of 29 <acronym title="Megabyte">MB</acronym>.</p>
<p>Due to the size of the index also linear search tends to get slower. While for the index stripped down to the CEDD feature and the identifier searching takes (on a AMD Quad-Core computer with 4GB RAM and Java 1.7) roughly 0.33 seconds, searching the big index takes 7 minutes and 3 seconds.</p>
<p style="text-align: center;"><img class="aligncenter" title="charts" src="http://www.semanticmetadata.net/wiki/lib/exe/fetch.php?media=lire:search-big.png" alt="" width="451" height="135" /></p>
<p>So if you want to index and search big data sets (&gt; 100.000 images for instance) I recommend to</p>
<ul>
<li>
<div>select which features you need,</div>
</li>
<li>
<div>create the index with a minimum set of features, and</div>
</li>
<li>
<div>eventually split the index per feature and select the index on the fly instead of the feature</div>
</li>
<li>
<div>also you can load the index into RAM</div>
</li>
</ul>
<p>For more on loading the index to RAM and the option to use local features read on in the <a href="http://www.semanticmetadata.net/wiki/doku.php?id=lire:manydocs">developer wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/10/27/searching-with-lire-in-big-datasets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire publication in the top 10 downloads of ACM SIGMM</title>
		<link>http://www.semanticmetadata.net/2011/10/24/lire-publication-in-the-top-10-downloads-of-acm-sigmm/</link>
		<comments>http://www.semanticmetadata.net/2011/10/24/lire-publication-in-the-top-10-downloads-of-acm-sigmm/#comments</comments>
		<pubDate>Mon, 24 Oct 2011 12:42:48 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[happy]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[sigmm]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=793</guid>
		<description><![CDATA[As to be found in this month&#8217;s SIGMM record, which is the electronic SIGMM newsletter, a publication about Lire is in the top 10 downloads of the ACM special interest group on multimedia for September 2011. I co-authored the paper with Savvas Chatzichristofis: Mathias Lux, Savvas A. Chatzichristofis. Lire: lucene image retrieval: an extensible java [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://sigmm.org/records/records1103/featured04.html#Top 10 ACM SIGMM Downloads"><img class="alignright size-thumbnail wp-image-799" title="sigmm-lire-top10" src="http://www.semanticmetadata.net/wp-content/uploads/2011/10/sigmm-lire-top10-150x150.png" alt="" width="150" height="150" /></a>As to be found in this month&#8217;s SIGMM record, which is the electronic SIGMM newsletter, a publication about Lire is in the top 10 downloads of the ACM special interest group on multimedia for September 2011.</p>
<p>I co-authored the paper with Savvas Chatzichristofis:</p>
<p>Mathias Lux, Savvas A. Chatzichristofis. <em><a href="http://dl.acm.org/citation.cfm?doid=1459359.1459577">Lire: lucene image retrieval: an extensible java CBIR library</a></em>. In ACM Multimedia 2008</p>
<p>It&#8217;s also the paper I recommend to include in references if Lire is used within a scientific publication, so my thanks also go to the authors citing and therefore pointing to our work!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/10/24/lire-publication-in-the-top-10-downloads-of-acm-sigmm/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>
			<content:encoded><![CDATA[<p>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 <em>bag of visual words (BoVW)</em> 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 also integrated a function to add documents to BoVW indexes incrementally. So a list of major changes since Lire 0.8 includes</p>
<ul>
<li>Major speed-up due to change and re-write of indexing strategies for local features</li>
<li>Auto color correlation and color histogram features improved</li>
<li>Re-ranking filter based on global features and LSA</li>
<li>Parallel <em>bag of visual words</em> indexing and search supporting SURF and SIFT including incremental index updates (see also in the <a href="http://www.semanticmetadata.net/wiki/doku.php?id=lire:bovw">wiki</a>)</li>
<li>Added functionality to Lire Demo including support for new Lire features and a new result list view</li>
</ul>
<p>Download and try:</p>
<ul>
<li><a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/Lire-0.9.zip/download">Source and binaries</a> (or as <a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/Lire-0.9.tar.bz2/download">tar.bz2</a>)</li>
<li><a href="http://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/LireDemo_v0.9.zip/download">Lire Demo</a></li>
</ul>
]]></content:encoded>
			<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 Demo 0.9 alpha 2 just released</title>
		<link>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/</link>
		<comments>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 10:41:46 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/?p=786</guid>
		<description><![CDATA[Finally I found some time to go through Lire and fix several of the &#8212; for me &#8212; most annoying bugs. While this is still work in progress I have a preview with the demo uploaded to sf.net. New features are: Auto Color Correlogram and Color Histogram features improved Re-ranking based on different features supported [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.semanticmetadata.net/wp-content/uploads/2011/08/LireDemo_v0.9_a2.png"><img class="alignright size-thumbnail wp-image-789" title="LireDemo_v0.9_a2" src="http://www.semanticmetadata.net/wp-content/uploads/2011/08/LireDemo_v0.9_a2-150x150.png" alt="" width="150" height="150" /></a>Finally I found some time to go through Lire and fix several of the &#8212; for me &#8212; most annoying bugs. While this is still work in progress I have a preview with the demo uploaded to sf.net. New features are:</p>
<ul>
<li>Auto Color Correlogram and Color Histogram features improved</li>
<li>Re-ranking based on different features supported</li>
<li>Enhanced results view</li>
<li>Much faster indexing (parallel, use -server switch for your JVM)</li>
<li>Much faster search (re-write of the searhc code in Lire)</li>
<li>New developer menu for faster switching of search features</li>
<li>Re-ranking of results based on latent semantic analysis</li>
</ul>
<p>You can find the updated Lire Demo along with a windows launcher here, Mac and Linux users please run it using &#8220;java -jar &#8230; &#8221; or double click (if your windows manager supports actions like that <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<ul>
<li><a href="https://sourceforge.net/projects/caliph-emir/files/Lire/Lire%200.9/LireDemo-v09a2.zip/download">Download Liredemo v0.9 alpha 2</a></li>
</ul>
<p>The source is &#8212; of course &#8212; GPL and available in the <a href="http://caliph-emir.svn.sourceforge.net/viewvc/caliph-emir/">SVN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2011/08/05/lire-demo-0-9-alpha-2-just-released/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>
			<content:encoded><![CDATA[<p><a href="http://www.semanticmetadata.net/wp-content/uploads/2008/07/visualvm.png" title="visualvm.png"><img src="http://www.semanticmetadata.net/wp-content/uploads/2008/07/visualvm.thumbnail.png" alt="visualvm.png" align="right" border="0" /></a>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 information it also allows to do some basic profiling. In my opinion Sun did a good job on including VisualVM in the package! Not that this thing is build on the NetBeans Platform <img src='http://www.semanticmetadata.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://java.sun.com/javase/6/webnotes/ReleaseNotes.html">Java 1.6 u7 release notes </a></li>
</ul>
]]></content:encoded>
			<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>Lire: Submission to the ACM Multimedia Open Source Contest 2008</title>
		<link>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/</link>
		<comments>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 09:00:27 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[acm]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[submission]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/</guid>
		<description><![CDATA[I recently submitted Lire and LireDemo to the ACM Multimedia Open Source Software Competition 2008. As I&#8217;d really like to go there I hope it will judged as relevant contribution and a demo at the ACM Multimedia is requested. Note that I&#8217;ve integrated a new feature in LireDemo for the ACM Multimedia submission: Now its [...]]]></description>
			<content:encoded><![CDATA[<p>I recently submitted Lire and LireDemo to the <a href="http://www.mcrlab.uottawa.ca/acmmm2008/index.php?option=com_content&amp;task=view&amp;id=45&amp;Itemid=9">ACM Multimedia Open Source Software Competition 2008</a>. As I&#8217;d really like to go there I hope it will judged as relevant contribution and a demo at the ACM Multimedia is requested. Note that I&#8217;ve integrated a new feature in LireDemo for the ACM Multimedia submission: Now its easier to test Lire by just indexing random photos from Flickr. By just hitting the &#8220;Index&#8221; button without giving a directory of images the download will start automatically.</p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://www.itec.uni-klu.ac.at/~mlux/files/LIRe-ACM-MM08-OSContestSubmission.zip">Submission files</a> (~800 kB)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/06/17/lire-submission-to-the-acm-multimedia-open-source-contest-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LIRE v0.6 released: New Image Features</title>
		<link>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/</link>
		<comments>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 14:35:47 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/</guid>
		<description><![CDATA[The new release contains three additional features: (i) Tamura texture features, (ii) Color and Edge Directivity Descriptor (CEDD) and (iii) a configurable color histogram implementation. While the last one was integrated for comparison only the other two provide additional improvements, especially the CEDD feature. Furthermore a FastMap implementation was included in the release for optimization [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 11pt; line-height: 115%; font-family: 'Calibri','sans-serif'" lang="EN-US">The new release contains three additional features: (i) Tamura texture features, (ii) Color and Edge Directivity Descriptor (CEDD) and (iii) a configurable color histogram implementation. While the last one was integrated for comparison only the other two provide additional improvements, especially the CEDD feature. Furthermore a FastMap implementation was included in the release for optimization of the indexing process in a later release. Also some bugs were fixed in the MPEG-7 EdgeHistogram descriptor provided in the cbir-library jar file and in color-only search. Note that due to the increased number of features the extensive document builder, which extracts all available features, needs significantly more time for extraction than in the last release.</span></p>
<p><strong>Links:</strong></p>
<ul>
<li><a href="http://sourceforge.net/project/showfiles.php?group_id=105915&amp;package_id=178511">Download Lire &amp; LireDemo</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/06/09/lire-v06-released-new-image-features/feed/</wfw:commentRss>
		<slash:comments>2</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>
			<content:encoded><![CDATA[<p>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 an explicit build target in Caliph to create a 1.5 version of the cbir jar file. This snapshot works fine with MacOS (as far as I&#8217;ve heard) and on Windows.</p>
<p><strong>Files:</strong></p>
<ul>
<li><a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.tar.bz2">liredemo-svn-2008-05-29-jdk1.5.tar.bz2</a> [670k]<a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.tar.bz2"><br />
</a></li>
<li><a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.zip">liredemo-svn-2008-05-29-jdk1.5.zip</a> [884k]<a href="http://www.semanticmetadata.net/lire-files/liredemo-svn-2008-05-29-jdk1.5.zip"><br />
</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/05/30/lire-svn-build-for-java-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lire development: a big next step ..</title>
		<link>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/</link>
		<comments>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/#comments</comments>
		<pubDate>Thu, 29 May 2008 08:12:09 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Dev]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lire]]></category>
		<category><![CDATA[LireDemo]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[cbir]]></category>
		<category><![CDATA[features]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/</guid>
		<description><![CDATA[While it has been quiet for some time around Lire, recently development has been pushed forward. I switched to SVN for development and integrated simple RGB color histograms as a feature for comparison with the MPEG-7 features. Savvas Chatzichristofis (or on facebook, his image search engine) contributed the CEDD feature, which works great! Marko Keuschnig [...]]]></description>
			<content:encoded><![CDATA[<p>While it has been quiet for some time around Lire, recently development has been pushed forward. I switched to SVN for development and integrated simple RGB color histograms as a feature for comparison with the MPEG-7 features. <a href="http://savvash.blogspot.com/">Savvas Chatzichristofis</a> (or <a href="http://www.facebook.com/profile.php?id=656951763">on facebook</a>, his <a href="http://orpheus.ee.duth.gr/anaktisi/">image search engine</a>) contributed the CEDD feature, which works great! Marko Keuschnig and Christian Penz contributed implementations for the Gabor texture feature and the Tamura texture features, where the latter is already in the <a href="http://caliph-emir.svn.sourceforge.net/viewvc/caliph-emir/">SVN</a>. I also integrated the new features in LireDemo. A new version &#8211; already compiled &#8211; can be downloaded here: <a href="http://www.semanticmetadata.net/wp-content/uploads/2008/05/liredemo-svn-2008-05-29-jdk16tar.bz2" title="liredemo-svn-2008-05-29-jdk16tar.bz2">liredemo-svn-2008-05-29-jdk16.tar.bz2</a> Note that Java 1.6 is required.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/05/29/lire-development-a-big-next-step/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetBeans 6.1 Released</title>
		<link>http://www.semanticmetadata.net/2008/04/30/netbeans-61-released/</link>
		<comments>http://www.semanticmetadata.net/2008/04/30/netbeans-61-released/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 11:51:46 +0000</pubDate>
		<dc:creator>Mathias Lux</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Netbeans]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.semanticmetadata.net/2008/04/30/netbeans-61-released/</guid>
		<description><![CDATA[The new NetBeans IDE 6.1 has been released 2 days ago. Changes are more incremental than fundamental, but it features now support for JavaScript and code completion for JavaDoc. Furthermore support for MySQL has been added. Release notes can be found here.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.netbeans.org/images/v6/nb-logo-frontpage.gif" align="right" height="45" width="210" />The new <a href="http://download.netbeans.org/netbeans/6.1/final/">NetBeans IDE 6.1</a> has been released 2 days ago. Changes are more incremental than fundamental, but it features now support for <a href="http://en.wikipedia.org/wiki/JavaScript" title="JavaScript" rel="wikipedia" target="_blank">JavaScript</a> and code completion for <a href="http://en.wikipedia.org/wiki/Javadoc" title="Javadoc" rel="wikipedia" target="_blank">JavaDoc</a>. Furthermore support for <a href="http://mysql.com/" title="MySQL" rel="homepage" target="_blank">MySQL</a> has been added. Release notes can be found <a href="http://www.netbeans.org/community/releases/61/relnotes.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semanticmetadata.net/2008/04/30/netbeans-61-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

