kinect - 如何更快地分割深度图像?

标签 kinect image-segmentation point-cloud-library

我需要分割从以下位置捕获的深度图像 实时 kinect 设备(30fps)。

目前我正在使用 PCL 中的 EuclideanClusterExtraction,它可以工作,但速度非常慢(1fps)。

这是 PCL 教程中的一段内容:

“Unorganized” point clouds are characterized by non-existing point references between points from different point clouds due to varying size, resolution, density and/or point ordering. In case of “organized” point clouds often based on a single 2D depth/disparity images with fixed width and height, a differential analysis of the corresponding 2D depth data might be faster.

所以我认为有更快的方法来分割深度图像。

  • 该项目不使用 RGB 相机,因此我需要一种仅使用深度图像的分割方法。

最佳答案

PCL 提供针对有组织的点云优化的分割算法。

详情请参阅:

关于kinect - 如何更快地分割深度图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31197459/

相关文章:

python - 使用 keras 实现 u-net 时 Jaccard 精度为零

c++ - 我可以使用什么在我的 GUI 应用程序中用颜色渲染 3D 图像(OBJ、PLY)?

c++ - PCL : How continue refreshing of a viewer window?

c# - 使用 Kinect sdk for windows v 2.0 调整 kinect 相机角度

c++ - 带回调的 SWIG C++ 绑定(bind)

c# - 有没有一种方法可以使用 Kinect SDK 检测我的手是张开还是闭合?

tensorflow - 语义分割损失函数

c++ - OpenCV:期望最大化的预测函数的输出

c# - 如何缩放 Kinect 相机?

3d - 可视化网格与其点云之间的区别