Point Clouds

Learn what point clouds are and how to use them in PyTorch3D.

The point cloud

A point cloud is simply a list of points in a 3D Euclidean space. Point clouds can represent many things, such as the surface of a scanned object, particles moving through a volume, or key points in a 3D scene. In addition to its (x,y,z)(x, y, z) coordinates, each point can also contain a ...