Definition

A point cloud is a collection of 3D points sampled from a surface. It is simple and lightweight, but it lacks connectivity: no explicit surface is defined between the points.

Point clouds are what many sensors (LiDAR, depth cameras) and reconstruction methods (Structure from Motion, Multi-View Stereo) produce. To get a surface, the points have to be converted, for example with Delaunay triangulation or Poisson surface reconstruction. 3D Gaussian Splatting can be seen as a point cloud where every point is a Gaussian.

Appears in