【发布时间】:2013-03-05 22:15:37
【问题描述】:
我正在尝试检测图像中的车辆(实际上是视频中的一系列帧)。我是 opencv 和 python 新手,在 windows 7 下工作。
有没有办法获取图像的水平边缘和垂直边缘,然后将得到的图像总结为各自的向量?
是否有可用的 Python 代码或函数。
我查看了this 和this,但不知道该怎么做。 您可以使用下图进行说明。
编辑
我受到以下论文中提出的想法的启发(抱歉,如果您没有访问权限)。
贝特克,M.; Haritaoglu, E. & Davis, L. S. Real-time multiple Vehicle detection and tracking from amoving vehicle Machine Vision and Applications, Springer-Verlag, 2000, 12, 69-83
【问题讨论】:
标签: python opencv computer-vision edge-detection