OpenCV with stereo 3D reconstruction

给你一囗甜甜゛ 提交于 2019-12-03 12:55:32

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

Firstly, ensure that your web cams don't have any inbuilt autofocus technology. As the cameras should have fixed focal length.

1) Align the cameras in canonical configuration with varying baseline distance. Then calibrate them using opencv's stereo_calib.cpp program. Usually, the distance will be 20-60cms. For some web cameras even 10cm will give you better results. If rms error and reprojection error are less than 0.5 then you could consider that the stereo setup is ready.

2) Yes, it is possible to capture stereo images from the setup which I just mentioned. Check out this link for capturing images from cameras.

OpenCV provides better algorithms from which one can do wonders with 3D vision.

Stereo is better suited for indoor environment as it is very sensitive to lighting variations.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!