2D

编程入门 行业动态 更新时间:2024-10-27 03:42:52
本文介绍了2D-3D单应矩阵估计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在使用我的Kinect进行一些2D 3D图像处理。这是我的问题:我的3D(x,y,z)中的点位于一个平面上。我也知道RGB图像(x,y)上的点的坐标。现在我想估计一个2D-3D单应矩阵来估计(x1,y1,z1)坐标到随机(x1,y1)点。我认为这是可能的,但我不知道从哪里开始。

I am working with my Kinect on some 2D 3D image processing. Here is my problem: I have points in 3D (x,y,z) which lie on a plane. I also know the coordinates of the points on the RGB image (x,y). Now I want to estimate a 2D-3D homography matrix to estimate the (x1,y1,z1) coordinates to a random (x1,y1) point. I think that is possible, but I don't know where to start.

谢谢!

推荐答案

您要找的是相机投影矩阵,而不是单应性。单应性将从相机看到的平面映射到从另一个看到的同一平面。

What you're looking for is a camera projection matrix, not a homography. A homography maps a plane seen from a camera to the same plane seen from another.

为了估计相机矩阵,从已知的点对应中查找求解相机姿态的解决方案。为了帮助您入门,请关于该主题的开创性论文和 OpenCV 实现 solvePnP 。

For estimating the camera matrix, look up solutions to solving for camera pose from known point correspondences. To get you started, a seminal paper on the topic and the OpenCV implementation solvePnP.

更多推荐

2D

本文发布于:2023-05-27 09:56:30,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/285739.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!