立体相机的基线是多少?
有人可以解释一下相机的基线到底是什么吗?
Could someone here explain what exactly is the baseline of a camera?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有人可以解释一下相机的基线到底是什么吗?
Could someone here explain what exactly is the baseline of a camera?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
您显然正在处理立体,其中基线是(至少通常是)两个镜头之间的距离。
You're apparently dealing with stereo, where the baseline is (at least normally) the distance between the two lenses.
我相信
可以在这里找到其他坐标: http ://www.ptgrey.com/support/kb/index.asp?a=4&q=63&ST=
I believe
Other coordinates can be found here: http://www.ptgrey.com/support/kb/index.asp?a=4&q=63&ST=
基线(两个相机之间的距离)将影响您可以使用立体相机观察的深度范围以及深度分辨率。这同样适用于您使用的镜头的焦距。
假设您处理大小恒定的视差范围,则适用以下规则:
这种关系可以使用以下在线计算器进行研究:
https://nerian.com/support/resources/calculator/
The baseline (distance between both cameras) will influence the depth range that you can observe with a stereo camera, and also your depth resolution. The same also applies to the focal length of the lenses that you use.
Assuming that you process a disparity range with a constant size, then the following rules apply:
This relationship can be studied with the following online calculator:
https://nerian.com/support/resources/calculator/
基线是两个立体相机之间的距离。
当您进行立体校准时,openCV 方法返回 R、T(相机之间的旋转和平移)
Baseline is the distance between 2 stereo camera.
When you do stereo Calibration, the openCV method return R, T (rotation and translation between your cameras)