确定相机参数

发布于 2024-07-25 22:40:50 字数 196 浏览 12 评论 0原文

给定一张由简单数码相机拍摄的照片,其中包含已知尺寸的矩形图像。 我如何才能在一定程度上准确地确定该相机的参数?

我最感兴趣的是平移、倾斜和摆动角度。 可选地,到矩形的距离会很好。

我承认相机的焦距和分辨率应该是已知的,但可以假设它们是可用的(例如通过 exif 元数据)。

有没有简单的算法可以解决这个问题?

Given a picture taken by a simple digital that contains an image of a rectangle of known dimensions. How can I - to some degree of accuracy - determine the parameters of this camera?

I am mostly interested in Pan-, Tilt- and Swing angles.
Optionally distance to the rectangle would be nice.

I acknowledge the fact that the focal length and resolution of the camera should be known, but it can be assumed that they are available (for example through exif metadata).

Are there any simple algorithms for this problems?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

忘年祭陌 2024-08-01 22:40:50

您正在寻找的是相机校准算法。 常用的是张氏算法

有关校准相机的更多信息,一个很好的来源是 Hartley 和 Zisserman 的教科书

What you are looking for are camera calibration algorithms. A commonly used one is Zhang's algorithm.

For more information regarding calibrating cameras, a good source is Hartley and Zisserman's textbook

⊕婉儿 2024-08-01 22:40:50

有关稍微简单的介绍和示例代码,请参阅(第 12 章 IIRC)

https://covers.oreilly.com/图片/9780596516130/cat.gif

for a slightly simpler introduction and sample code see (chap 12 IIRC)

https://covers.oreilly.com/images/9780596516130/cat.gif

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文