Skip to content
Advertisement

Tag: meshlab

How to convert 3D cloud datapoints to mesh using python?

I have a set of 3D data points that looks similar to sphere. I need these data points to be connected as a watertight mesh so that it can be used for simulation. I have worked with Meshlab and obtained a reasonable mesh but not watertight. After this, I have tried with Open3D python library by using ball pivot algorithm.

Advertisement