Kartik17 / Point-Cloud-Nearest-Neighbour-using-Kd-Tree

Use a KD-tree to perform the nearest neighbor search on a point cloud.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kdtree-for-Nearest-Neighbour-Search

Use a KD-tree to perform nearest neighbor search on a point cloud.

Main.cpp includes two test cases: One with a bin point cloud file, and other with a custom 2D point cloud.

Build

g++ -o main main.cpp

About

Use a KD-tree to perform the nearest neighbor search on a point cloud.


Languages

Language:C++ 100.0%