问题描述
说我打算使用立体声方式来使用OpenCV进行三维重建......我没有什么特别的立体相机,但只摄像头。
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任何项目,不能用于商业目的,而无需发布源$ C $ C)
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
这篇关于OpenCV的立体声3D重建的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!