How do I track motion using OpenCV in Python?

后端 未结 4 1657
轮回少年
轮回少年 2020-12-01 03:03

I can get frames from my webcam using OpenCV in Python. The camshift example is close to what I want, but I don\'t want human intervention to define the object. I want to ge

4条回答
  •  Happy的楠姐
    2020-12-01 03:52

    This following link tracks the moving vehicles as well as counting them. It is based on OpenCV and is written in Python 2.7.
    OpenCV and Python

提交回复
热议问题