Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages