开始学习边缘检测/图像识别的最佳文章

发布于 2024-08-04 00:57:26 字数 123 浏览 7 评论 0原文

我参与了一个个人项目,该项目需要非常广泛的边缘检测和图像分割/对象识别知识。

我知道在编写代码之前规划/理解的重要性,考虑到这一点,了解这些计算领域的最佳起点是什么?我理想地寻找在线文章/论文。

谢谢

I am involved in a personal project which will require pretty extensive knowledge of edge detection and image segmentation/object recognition.

I know the importance of planning/understanding before writing code and with this in mind, what is the best place to start, to learn about these areas of computing? I am ideally looking for online articles/papers.

Thanks

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

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

发布评论

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

评论(4

↙温凉少女 2024-08-11 00:57:26

我建议寻找好的计算机视觉课程幻灯片,例如这些斯坦福大学一

一般来说,我通过在大学网站上搜索任何给定主题的 powerpoint 演示文稿来找到有趣的材料:计算机视觉站点:edu 文件类型:ppt< /a>

I would suggest looking for good computer vision course slides, such as these Stanford one:

In general I find interesting materials by googling university sites for powerpoint presentations on any given subject: computer vision site:edu filetype:ppt

韶华倾负 2024-08-11 00:57:26

您可能希望广泛使用 OpenCv:http://opencv.willowgarage.com/wiki/Welcome

您需要的许多算法已经在 OpenCv 中实现。因此,您的首要任务应该是尽可能多地了解计算机视觉,可能是从有关该主题的书籍而不是在线资源中学习。您会发现在线资源是检查前沿研究或极其基本技术的好地方,而非常需要的中间介绍材料通常会丢失。

You will probably want to make extensive use of OpenCv: http://opencv.willowgarage.com/wiki/Welcome

Many of the algorithms that you need are already implemented in OpenCv. So your first priority should be to LEARN as much about computer vision as possible, probably from books on the topic not online resources. You will find that online resources are great places to check up on cutting edge research or extremely basic techniques, the inbetween introductory material that is very much needed is usually missing.

眼前雾蒙蒙 2024-08-11 00:57:26

不久前我为一个大学项目做了一些非常基本的边缘检测。我原型化的算法是拉普拉斯和索贝尔。

这是为我提供实现该算法所需的大部分信息的页面:

http ://www.pages.drexel.edu/~weg22/edge.html

我有一些 C++ 源代码,如果您有兴趣的话,在今天可能会有点可怕。

I did some very basic edge detection for a uni project a while back. The algorithms that I prototyped were Laplace and Sobel.

This is the page that got me most of the info I needed to implement the algorithm:

http://www.pages.drexel.edu/~weg22/edge.html

I have some C++ source code that might be a bit scary from back in the day if you are interested.

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