Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过网络摄像头获取图像。然后我想处理图像并计算从图像右边缘到图像中某个对象的距离。随后,我想将此距离作为模糊控制器的输入。
我怎样才能做到这一点?如何将图像处理输出链接到模糊控制器?
要获得距离,您需要使用深度相机或立体相机或带有投影仪的立体相机。
立体相机和投影仪用于进行三角测量。您可以查看图像校准/校正。
最后,您想要计算视差图。
看看这个以了解更多:差异 这篇文章也非常好:这里