OpenCV中sobel检测后如何检测物体

发布于 2025-01-08 18:16:00 字数 158 浏览 2 评论 0原文

在opencv中进行sobel检测后是否有办法检测汽车(物体)?

这是我当前的工作,如下图所示:

在此处输入图像描述

高级感谢您提供任何指导或解决方案!

Is there anyway to detect a car (object) after a sobel detction in opencv?

This is my current's work as shown as the image below:

enter image description here

Advanced thanks for any guidelines or solutions!

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

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

发布评论

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

评论(1

纸伞微斜 2025-01-15 18:16:00

物体检测任务需要相当多的努力。
首先,从要检测的对象中提取相关特征:定向梯度直方图应该适合汽车检测。因此,您需要获取汽车图像数据库。其次,您需要使用机器学习算法来学习模型。 Boosting 或支持向量机应该可以完成这项工作。你会在 opencv 中找到实现。

Object detection task need quite a bit of effort.
First, extract relevant features from object you want to detect: histogram of oriented gradient should be fine for car detection. So, you need to get database of car images. Second, you need to learn models using machine learning algorithm. Boosting or support vector machine should do the work. You will find the implementation in opencv.

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