Hi,
Can anyone please point me to the code for R-tree or R* tree implementation? I guess it's generally used for region queries. Even an algorithm or a pseudo code for the same is fine for me.
TIA,
tilu
Printable View
Hi,
Can anyone please point me to the code for R-tree or R* tree implementation? I guess it's generally used for region queries. Even an algorithm or a pseudo code for the same is fine for me.
TIA,
tilu
Never mind. Got it at http://www.nist.gov/dads/HTML/rtree.html
Any other pointer is welcome.
good site for rtree:http://www.rtreeportal.org/
there are some codes...