I have 3-dimensional data. I keep this data on the kd-tree and perform spatial indexing. Then I search using the k-nn search algorithm.
I wonder if there is a more performance tree structure than kd-tree for 3 dimensional data structure ? (It will increase the speed of my search algorithms)
Thanks in advance
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…