User Tools

Site Tools


ece4580:module_pcd:localneighborhood

This is an old revision of the document!


Obtaining a Sparser Set of Local Neighborhoods

This section covers how to obtain a sub-sampled set of points for extraction of local neighborhoods of the point clouds. The idea behind using local neighborhoods is that some information is best not calculated for every point in a point cloud, but rather at a subset of points, called central points. Usually the information will require computations with a small region around each central point. Once computed for the small region, there is no need to compute it at points in the small region that differ from the chosen central point.

Below are a few ways to obtain these local neighborhoods. They are not all the same. Some allow for the neighborhood regions to overlap, some may not. all involve specifying how big the neighborhood should be. Usually that is done through a radius specification $\bar \rho$.

Using the Connectivity Matrix

ece4580/module_pcd/localneighborhood.1487696313.txt.gz · Last modified: 2024/08/20 21:38 (external edit)