Software Archive
Read-only legacy content
17060 讨论

Appropriate meshing for RealSense data

Thomas_5207
新分销商 I
963 次查看

Hi,

I was using the RealSense SDK for meshing and thought the results were good. For technical reasons I have had to switch to librealsense and wish to implement a similar type of meshing. Does anyone know which type of meshing the SDK uses? I was trying poisson meshing before but the SDK does not produce a watertight mesh so I suspect it does not use this type.

0 项奖励
2 回复数
Eli_E_
新分销商 I
963 次查看

There's many suitable open-source implementations to look at. One of the most accessible projects is InfiniTAM: https://github.com/victorprad/InfiniTAM

There's a pull request on the project that brings librealsense compatibility: https://github.com/victorprad/InfiniTAM/pull/39

Here's a few others

https://github.com/qianyizh/ElasticReconstruction

https://github.com/mp3guy/ElasticFusion

https://github.com/mp3guy/Kintinuous

https://github.com/personalrobotics/OpenChisel - need pose estimation for this

https://github.com/tum-vision/fastfusion - again requires pose estimation

0 项奖励
samontab
重要分销商 II
963 次查看

VTK and PCL provide different meshing algorithms

0 项奖励
回复