<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: GLTree:Fast K-Nearest Neighbors Search</title>
	<atom:link href="http://www.advancedmcode.org/gltree.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.advancedmcode.org/gltree.html</link>
	<description>Open Blog with: Engineering Solutions, Algorithms, Advanced Matlab Source Code and Science related contents</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:45:02 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-1420</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 09 Mar 2010 07:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-1420</guid>
		<description>A new more efficient version of the KNN and radius search can be found &lt;a href=&quot;http://www.advancedmcode.org/gltree-pro-version-a-fast-nearest-neighbour-library-for-matlab-and-c.html&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.

Understood the potential of this library, I decided to give it for a symbolic price in order to have support to enlarge it.</description>
		<content:encoded><![CDATA[<p>A new more efficient version of the KNN and radius search can be found <a href="http://www.advancedmcode.org/gltree-pro-version-a-fast-nearest-neighbour-library-for-matlab-and-c.html" rel="nofollow">here</a>.</p>
<p>Understood the potential of this library, I decided to give it for a symbolic price in order to have support to enlarge it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Kua</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-1387</link>
		<dc:creator>John Kua</dc:creator>
		<pubDate>Mon, 08 Mar 2010 22:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-1387</guid>
		<description>When will k-NN search and radius search be put back into the distribution? Thanks!</description>
		<content:encoded><![CDATA[<p>When will k-NN search and radius search be put back into the distribution? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-633</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Thu, 03 Dec 2009 10:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-633</guid>
		<description>I am sorry but I am very busy this days.

I hope I can fix this problem in the next release which is scheduled for early 2010.

I don&#039;t have a MAC nor  a Linux system but I thing I know what the problem is.

Thank you</description>
		<content:encoded><![CDATA[<p>I am sorry but I am very busy this days.</p>
<p>I hope I can fix this problem in the next release which is scheduled for early 2010.</p>
<p>I don&#8217;t have a MAC nor  a Linux system but I thing I know what the problem is.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-631</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Thu, 03 Dec 2009 08:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-631</guid>
		<description>Hi

I&#039;ve been using this code under windows but I also would like it to work under Linux. At first the TestMexFiles stopped right away and complained about this line in KNNSearch.cpp: 
#include &quot;GLtree.cpp&quot; 
where I changed the lower case t to a T. 
But there seems to be something else wrong with the DeleteGLTree. This is what happens when I run TestMexFiles now:
...
&lt;pre lang=&quot;MATLAB&quot;&gt;
DELETING THE TREE

Mex file entry point is missing. Please check the (case-sensitive) 
spelling of mexFunction (for C MEX-files), or the (case-insensitive) 
spelling of MEXFUNCTION (for FORTRAN MEX-files). 
??? Invalid MEX-file 
&#039;/home/tfy05/tfy05thd/edu/Optronic/Matlabkod/GLTree230909/DeleteGLTree.mexglx&#039;: .

Error in ==&gt; TestMexFiles at 75 
DeleteGLTree(ptrtree);&quot;

&lt;/pre&gt;

Do you know what the problem is?

/Tobias</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;ve been using this code under windows but I also would like it to work under Linux. At first the TestMexFiles stopped right away and complained about this line in KNNSearch.cpp:<br />
#include &#8220;GLtree.cpp&#8221;<br />
where I changed the lower case t to a T.<br />
But there seems to be something else wrong with the DeleteGLTree. This is what happens when I run TestMexFiles now:<br />
&#8230;</p>

<div class="wp_syntax"><div class="code"><pre class="matlab" style="font-family:monospace;">DELETING THE TREE
&nbsp;
Mex file entry point <span style="color: #0000FF;">is</span> missing. <span style="">Please</span> check the <span style="color: #080;">&#40;</span>case-sensitive<span style="color: #080;">&#41;</span> 
spelling of mexFunction <span style="color: #080;">&#40;</span><span style="color: #0000FF;">for</span> C MEX-files<span style="color: #080;">&#41;</span>, or the <span style="color: #080;">&#40;</span>case-insensitive<span style="color: #080;">&#41;</span> 
spelling of MEXFUNCTION <span style="color: #080;">&#40;</span><span style="color: #0000FF;">for</span> FORTRAN MEX-files<span style="color: #080;">&#41;</span>. 
??? Invalid MEX-file 
<span style="color:#A020F0;">'/home/tfy05/tfy05thd/edu/Optronic/Matlabkod/GLTree230909/DeleteGLTree.mexglx'</span>: .
&nbsp;
<span style="color: #0000FF;">Error</span> in ==&amp;gt; TestMexFiles at <span style="color: #33f;">75</span> 
DeleteGLTree<span style="color: #080;">&#40;</span>ptrtree<span style="color: #080;">&#41;</span>;&quot;</pre></div></div>

<p>Do you know what the problem is?</p>
<p>/Tobias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luigi Giaccari</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-416</link>
		<dc:creator>Luigi Giaccari</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:44:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-416</guid>
		<description>Thank you for your report, it will be fixed in the next release.</description>
		<content:encoded><![CDATA[<p>Thank you for your report, it will be fixed in the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.advancedmcode.org/gltree.html/comment-page-1#comment-415</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 03 Nov 2009 21:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancedmcode.org/?p=578#comment-415</guid>
		<description>When I run mex DeleteGLTree.cpp on version R2009a with Mac OS 10.6 (Snow Leopard), I get the following message:

Undefined symbols:
“_mexFunction”, referenced from:
-exported_symbols_list command line option
ld: symbol(s) not found
collect2: ld returned 1 exit status

mex: link of ‘ “DeleteGLTree.mexmaci”‘ failed.

This turns out to be a problem with the declaration of mexFunction. For the solution, see
http://www.mathworks.co.kr/matlabcentral/newsreader/view_thread/173095</description>
		<content:encoded><![CDATA[<p>When I run mex DeleteGLTree.cpp on version R2009a with Mac OS 10.6 (Snow Leopard), I get the following message:</p>
<p>Undefined symbols:<br />
“_mexFunction”, referenced from:<br />
-exported_symbols_list command line option<br />
ld: symbol(s) not found<br />
collect2: ld returned 1 exit status</p>
<p>mex: link of ‘ “DeleteGLTree.mexmaci”‘ failed.</p>
<p>This turns out to be a problem with the declaration of mexFunction. For the solution, see<br />
<a href="http://www.mathworks.co.kr/matlabcentral/newsreader/view_thread/173095" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.mathworks.co.kr/matlabcentral/newsreader/view_thread/173095?referer=');">http://www.mathworks.co.kr/matlabcentral/newsreader/view_thread/173095</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
