Closed zhanglepy closed 1 month ago
Hi @zhanglepy If you are stitching together .ply files then it may be worth next trying the free open-source CloudCompare tool - https://www.danielgm.net/cc/ - for merging them, as advised at https://github.com/IntelRealSense/librealsense/issues/12611#issuecomment-1911880790
If you only need to convert the point cloud to mesh then CloudCompare has support for poisson reconstruction to perform the conversion.
Poisson reconstruction can also be done in MeshLab, as described in the section of the RealSense Viewer to MeshLab .ply conversion guide headed Simplification / Sampling
https://www.andreasjakl.com/capturing-3d-point-cloud-intel-realsense-converting-mesh-meshlab/
Thanks for your reply!
Hi @zhanglepy Do you require further assistance with this case, please? Thanks!
Case closed due to no further comments received.
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..> Hello, By using a depth camera to obtain the surface point cloud model of an object (in ply format), and then stitching it together from multiple perspectives to form a complete point cloud model, what processing is needed to efficiently convert it into a finite element accurate mesh model suitable for SOFA deformation simulation. I previously tried using meshlab software to convert point clouds into models, then using FreeCAD to convert the models into solids, and finally using Gmsh to partition 2D and 3D meshes. However, the grid model established in this way is relatively rough, with a low success rate and a complex process. I look forward to your help!