如何使用多个图像检测物体的形状?

时间:2017-09-26 09:53:13

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

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

是否有任何几何约束方法或特征识别方法?

以下是左边和左边的样本。对象的右视图

enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

为了重建物体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

玩得开心!