Menu

#35 kdtree bug

v1.0_(example)
open
nobody
kdtree (1)
1
2014-07-05
2014-07-05
Anonymous
No

In the method "doQueryK", the variable "count" may be 64, which will exceed the size of mNodeStack. This is because that when create tree, the first node is level 0, the leave may be in level 64, so the mNodeStack may have 65 elements.

Discussion

Anonymous
Anonymous

Add attachments
Cancel