The Wayback Machine - https://web.archive.org/web/20211108072103/https://github.com/topics/mesh-processing
Skip to content
#

mesh-processing

Here are 102 public repositories matching this topic...

odddozen
odddozen commented Aug 27, 2021

the .pcd file format allows for fields to be extended. this means it can neatly hold data about the label or object of a point. this can be very handy for ML tasks. However, the open3d file io does not appear to be able to read other fields other than the xyz, rgb, normals etc . I haven't been able to find where in the open3d structure the code for the file io pcd loading is implemented to att

pyvista
akaszynski
akaszynski commented Sep 2, 2021

About 50% of our docstrings in PyVista have examples. This is fairly good, especially considering that many of these objects are not publicly exposed.

However, for modules like pyvista.plotting.plotting, it would be great to see nearly 100% coverage considering how important it is to be able to demonstrate the individual methods of the Plotting class.

This is a great first issue since it

Improve this page

Add a description, image, and links to the mesh-processing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mesh-processing topic, visit your repo's landing page and select "manage topics."

Learn more