Ask Your Question

Revision history [back]

KNN on the GPU using GpuMat

Hi,

I am storing a pointcloud as a GpuMat and need to perform KNN on that. I was wondering if there is any easy way of efficiently doing that on the GPU or if the current approach is downloading to the CPU and using another library or the FLANN module in opencv.

Thanks