Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • M 56.8%
  • MATLAB 43.2%