Smart Nearest Neighbors

Doria, David1*,Zhu, Wanlin
1.Rensselaer Polytechnic Institute
Abstract
Smart Nearest Neighbors

Abstract

This document presents an implementation of two algorithms, Voronoi Neighbors and Binary Space Partition (BSP) Neighbors. These algorithms find neighbors of a point in a point set that are somehow ``better'' than a ``K nearest neighbors'' or a ``all neighbors within a radius'' query. This type of nearest neighbor query is more computationally expensive, but results in set of neighbors with more desirable properties. The BSP Neighbors search ensures that there is less local duplication, while the Voronoi Neighbors search ensures that the spatial arrangement of the neighbors is as uniform as possible. These algorithms are explained in ``Point Primitives for Interactive Modeling and Processing of 3D Geometry''. The code is available here: https://github.com/daviddoria/SmartNearestNeighbors

Keywords

PointCloudsNearestNeighbors
Manuscript
Source Code and Data

Source Code and Data

No source code files available for this publication.