开发者

Quadrilateral Detection & Pose Estimation

开发者 https://www.devze.com 2023-03-29 14:39 出处:网络
How can i estimate the pose of a quadrilateral using OpenCV. I only need to de开发者_如何学Gotect a Rectangle on the frame..not all the quadrilaterals on the screenYes with correspondences between the

How can i estimate the pose of a quadrilateral using OpenCV. I only need to de开发者_如何学Gotect a Rectangle on the frame..not all the quadrilaterals on the screen


Yes with correspondences between the source points (real world points) and destination points (image points), you can calculate homography. All you need to do is find the corners of a rectangular cardboard in the image and using the real world points, you can find homography.

There is already a function for it in opencv. Look here for more details.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号