我可以使用哪种算法进行四边形/立方体检测?

发布于 2025-01-06 00:58:09 字数 261 浏览 0 评论 0 原文

对于一个项目,我必须使用网络摄像头检测立方体。我认为 OpenCV 可能是一个很好的解决方案来找出它在哪里(实时)。 我是计算机视觉领域的新手,我想知道我可以使用哪种算法?霍夫? 我看过这个视频(非常令人印象深刻!):http://www.youtube.com/watch ?v=ytvO2dijZ7A 你知道他是怎么做到的吗?

非常感谢您的帮助

For a project, I have to detect a cube with a webcam. I think that OpenCV could be a good solution to find out where is it (real-time).
I'm new in the computer vision domain, and I wonder which algo can I use ? Hough ?
I've seen this video (quite impressive!): http://www.youtube.com/watch?v=ytvO2dijZ7A
Do you know how he was able to do it ?

Thank you a lot for your help

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

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

发布评论

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

评论(1

烟雨凡馨 2025-01-13 00:58:09

要获得您给出的视频中的结果,您可以使用 squares.cpp。 (它用于图像。希望您可以对视频执行此操作。)

关于此主题的其他有用的 SO 是:

1)OpenCV C++/Obj-C:检测一张纸/正方形检测

2) 正方形检测找不到正方形

To get the result as in the video, you have given, you can use squares.cpp that comes with OpenCV samples. (It is for images. Hope you can do it for videos.)

Other useful SO on this topic are:

1) OpenCV C++/Obj-C: Detecting a sheet of paper / Square Detection

2) Square detection doesn't find squares

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