1. Overview of 3D Point Processing

What Is 3D Point Processing?

3D point processing involves analyzing and making decisions on point clouds, which are sets of 3D points (x, y, z) typically generated by sensors like LiDAR or depth cameras.

Applications:


2. Representations of 3D Data

Point Clouds: → converted to other representations before it’s fed to a deep NN

Other 3D Representations:

  1. Voxel Grids:
  2. Projected Views:
  3. Range Images:
  4. Meshes:

3. Deep Learning on Point Clouds