本文介绍了具有立体 3D 重建的 OpenCV的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

假设我计划使用 OpenCV 使用立体方法进行 3D 重建……而且我没有任何特殊的立体相机,只有网络摄像头.

Say I plan to use OpenCV for 3D reconstruction using a stereo approach...and I do not have any special stereo camera but only webcams.

1.)如何使用一组网络摄像头构建廉价的立体声设置?2.) 是否可以使用网络摄像头拍摄两张图像并使用 openCV API 将它们转换为立体声?

1.)How do I build a cheap stereo setup using a set of web cams?2.)Is it possible to snap two images using web cams and convert them to stereo using openCV API?

我将使用以下链接中的立体算法OpenCV 立体视觉

I will use the stereo algorithm from the link belowStereo vision with OpenCV

使用这种方法,我想创建室内环境的详细映射.(我不想使用任何像Insight3D这样不分发源代码就不能用于商业目的的项目)

Using this approach I want to create a detailed mapping of an indoor environment.(I would not like to use any projects like Insight3D which cannot be used for commercial purposes without distributing the source code)

推荐答案

您可以在这里找到很多资源,包括 教程和立体视觉相机

You can find here a lot of resources including tutorials and stereo vision cameras

这篇关于具有立体 3D 重建的 OpenCV的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-23 07:24