I am new to 3D, I have a point cloud for this I want to form a mesh using python libraries. But I am able to do with using meshlab functions those are "Filters --> Pointset -- > compute normals for pointsets" and "Filters --> Remeshing,Simplifications and Reconstruction --> Surface Reconstruction ::Poission"
Is there any methods to doing above meshlab functions with using python to make it automate.
Thanks
You can make a system call to meshlabserver, which comes with Meshlab (it's in the Meshlab install directory).
If you run meshlabserver.exe with no arguments, it will display the following man page
First, load a mesh with Meshlab, run the filters you want to run, then go to
filters >> show current filter script
and save the script somewhere so you can call it with meshlabserver.One pro-tip: If you're loading .stl files, you have to add the following as the very first filter: