【问题标题】:How to detect shape of an object using multiple images?如何使用多张图像检测物体的形状?
【发布时间】:2017-09-26 09:53:12
【问题描述】:

我有一个对象的两个侧视图(比如左视图和右视图)。如何使用 2 个(如果不是多个)图像获取对象的形状或大小。

有没有几何约束方法或特征识别方法可以做到这一点?

以下是对象的左视图和右视图示例

【问题讨论】:

    标签: image image-processing computer-vision opencv3.0 3d-reconstruction


    【解决方案1】:

    为了重建物体的 3D 尺寸,你必须推导出立体系统的数学模型。

    如果您使用固定相机拍照,运动技术的结构似乎是一个很好的解决方案。

    https://en.wikipedia.org/wiki/Structure_from_motion

    由于库中包含 openCV 3.0 实现:

    http://docs.opencv.org/3.1.0/de/d7c/tutorial_table_of_content_sfm.html

    玩得开心!

    【讨论】:

      猜你喜欢
      • 2017-04-29
      • 2010-10-11
      • 2015-01-26
      • 2013-11-23
      • 2011-07-28
      • 2018-12-06
      • 2016-08-24
      • 1970-01-01
      相关资源
      最近更新 更多