3DLIRIOUS / MeshLabXML

Create and run MeshLab XML scripts with Python
GNU Lesser General Public License v2.1
202 stars 43 forks source link

How to use ball pivoting? #20

Closed Zhangsihao-Yang closed 4 years ago

Zhangsihao-Yang commented 4 years ago

I was trying to reconstruct the mesh from a point cloud and would like to use ball pivoting in my code. How can I write the code?

Zhangsihao-Yang commented 4 years ago

1

3DLIRIOUS commented 4 years ago

Are you running the latest version from GitHub? The version on PyPI doesn't have ball pivoting yet. I can try to update that soon.

Zhangsihao-Yang commented 4 years ago

I see. So how can I run the latest version from GitHub? By the way, must I install MeshLab on my computer to run your scripts?

3DLIRIOUS commented 4 years ago

You can install the github version using PIP:

pip install -e git+git://github.com/3DLIRIOUS/MeshLabXML#egg=MeshLabXML

Yes, MeshLab must be installed, as MeshLabXML is primarily a front end to meshlabserver.