Respected All,
I have a set of 3D data points which look uniform plane. I want it to be converted to 3D mesh using python. I was researching and found the geom library. I am very excited to work with this library. Based on this, I tried to do surface reconstruction using the Ball pivot algorithm and also Poisson surface reconstruction. I tried the same using Meshlab software. But, I am unable to do mesh using geom. I need smooth mesh since I want to work on further processes using simulation, based on this mesh.
I have attached the link to the ".ply" file. I would like to know how to work with geom to get such a kind of surface reconstruction. From geom, I am not getting perfect mesh.
Ply file link
Any leads will be appreciated.
Thanks in advance