【问题标题】:[ARCore][Open3D] Depth and RGB registration[ARCore][Open3D] 深度和 RGB 配准
【发布时间】:2021-01-14 09:54:19
【问题描述】:

我正在尝试在 Open3D 教程中运行重建系统,其中包含使用 Android ARCore acquireCameraImageacquireDepthImage 在 Google Pixel 3 上捕获的 RGB 和深度图像。

重建系统:http://www.open3d.org/docs/release/tutorial/reconstruction_system/index.html

从 ARCore 接收到的图像具有以下分辨率:

RGB:640 x 480
深度:160 x 90

这些图像不能直接输入到 Open3D 重建系统,因为它希望 RGB 和深度图像具有相同的分辨率。

我目前正在研究如何将低分辨率深度图像转换为与 RGB 图像相同的分辨率以输入到重建系统。如何实现?

【问题讨论】:

    标签: computer-vision arcore open3d


    【解决方案1】:

    没有简单的方法可以对深度图像进行上采样。
    Depth image super-resolution 实际上是一个研究领域。

    如何将您的彩色图像下采样到与深度相同的分辨率?

    【讨论】:

      猜你喜欢
      • 2022-05-09
      • 1970-01-01
      • 1970-01-01
      • 2017-11-16
      • 2020-03-24
      • 2013-11-24
      • 2013-07-30
      • 2016-07-01
      • 2016-01-15
      相关资源
      最近更新 更多