Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在opencv中进行sobel检测后是否有检测汽车(物体)的方法?
这是我目前的工作,如下图所示:
高级感谢任何指导或解决方案!
对象检测任务需要相当多的努力。首先,从您要检测的对象中提取相关特征:定向梯度直方图应该适合汽车检测。因此,您需要获取汽车图像数据库。其次,您需要使用机器学习算法来学习模型。增强或支持向量机应该可以完成这项工作。您将在 opencv 中找到实现。