使用opencv实现消失点算法

发布于 2025-01-05 04:34:31 字数 168 浏览 0 评论 0原文

我正在尝试制作一个 ARDRONE(四旋翼飞行器)来穿过迷宫。

我正在使用 ROS-ELECTRIC 和 OPENCV。我已经实现了霍夫线变换。我需要实现消失点算法来使机器人自主导航。我是 opencv 的新手。你们能建议一下达到消失点的方法吗?它还能帮助机器人穿过迷宫并找到目标吗?

谢谢

I am trying to make an ARDRONE(a quadrotor) to navigate trhough a maze.

I am using ROS-ELECTRIC and OPENCV. I have implemented hough line transfrom. I need to implement the vanishing point algortihm to make the robot navigate autonomously. I am new to opencv . Could you guys please suggest the approach to attain the vanishing point? and also will it serve the purpose of navigating the robot through a maze and find the target?

thank you

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

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

发布评论

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

评论(1

闻呓 2025-01-12 04:34:31

您可以在代码中检查这个http://marcosnieto.net/#PhD

基于作者博士论文的OpenCV实现。

它对我有用,但在我的测试中最多有 2 个消失点。

You can check this http://marcosnieto.net/#PhD in the code.

OpenCV implementation based on the author's PhD thesis.

It works for me, but up to 2 vanishing point in my test.

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