kangxue / How-do-I-render-point-clouds

How do I render point clouds?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I render point clouds?

I received some emails/messages asking me how did I render point clouds in P2P-NET and LOGAN.

Here is how:

  • Convert the point cloud into a set of spheres, and save it in an obj file. You can use the matlab code under "pc2sphere".

  • Use Keyshot to render the obj file. The software provides a library of nice materials. The education version is $95/yr.

  • You can also write a python script to render a batch of files. See the document here.

Hope this is helpful.

Acknowledgments

The author of the file "read_vertices_and_faces_from_obj_file.m" is Alec Jacobson.

About

How do I render point clouds?


Languages

Language:M 56.8%Language:MATLAB 43.2%