CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: R tree

  1. #1
    Join Date
    Apr 2005
    Posts
    8

    R tree

    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

  2. #2
    Join Date
    Apr 2005
    Posts
    8

    Re: R tree

    Never mind. Got it at http://www.nist.gov/dads/HTML/rtree.html
    Any other pointer is welcome.

  3. #3
    Join Date
    Nov 2003
    Posts
    24

    Re: R tree

    good site for rtree:http://www.rtreeportal.org/
    there are some codes...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured