kdtree
kdtree copied to clipboard
A simple C library for working with KD-Trees
Hello, I needed to implement the function kd_nearest_n. It's up to you to see if it interests and suits you. Sincerely, F. Briol.
the paramter struct kdhyperrect* rect is no change all the time.it's obvious wrong
i find that something wrong with find_nearest method,One of the reasons why kdtree saves time is to use the distance from the nearest point to the point to be queried...
Just curious as to why the kd_nearest_n methods are commented out? Are they methods that could be made to work with a little work, or is the reason they are...
These (incomplete) patches introduce a couple of improvements to [jtsiomb/kdtree](https://github.com/jtsiomb/kdtree) that wound up being necessary for use in [IVPR/Weave](http://github.com/IVPR/Weave). - Unwound recursion in `insert_rec` and `clear_rec` - Added new recursionless...
``` What steps will reproduce the problem? Check the code attachment. When run in VS2010, Win7 64Bit System, debug version will crash, release version no problem. After delete the last...
``` What steps will reproduce the problem? Check the code attachment. When run in VS2010, Win7 64Bit System, debug version will crash, release version no problem. After delete the last...