Yuhao Zhu

Results 5 issues of Yuhao Zhu

Not sure if I am missing anything here, but seems like we can't control the position of the z-axis. I would have thought that the z-axis starts on [0, 0]...

enhancement
wontfix

Hi! I wrote a small sample code, where I added two point sets, and used one as the query set and the other as the point set. I then did...

https://github.com/InteractiveComputerGraphics/cuNSearch/blob/master/src/cuNSearchDeviceData.cu#L160-#L167 These lines seem to be redundant. Since `tempSequence.begin` is a unique sequence that starts from 0 and `d_SortIndices` is also a unique sequence that starts from 0, `d_ReversedSortIndices` is...

https://github.com/InteractiveComputerGraphics/cuNSearch/blob/b3b708de5a396826aecc74b47b390418f92c8dcb/src/cuNSearchKernels.cu#L162 I might be wrong about this, but I was under the impression that the point of sorting points is to minimize scattered global memory access and thus facilitating memory...