/Point-Cloud-Rendering

This program is used to tansfer a point cloud (.ply) into a ball-based model for high-quality rendering

Primary LanguageBatchfile

Point-Cloud-Rendering

rendering

This program is used to tansfer a point cloud (.ply) into a ball-based model for high-quality rendering.

The pipeline is summaized as:

  1. Load the point cloud;

  2. Put balls for all points with estimated radius;

  3. Compute the RGB values based on RGB cube;

  4. Output the ball-based model for rendering.

Using the start.bat to run the program.