vincentfpgarcia / kNN-CUDA

Fast k nearest neighbor search using GPU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About KDTree

xiaoxiaotao opened this issue · comments

commented
commented

I can not find code kdtree,you use which way?

No KD-tree is used in this code, only an exhaustive search.