How do I track motion using OpenCV in Python?

后端 未结 4 1651
轮回少年
轮回少年 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条回答
  •  北海茫月
    2020-12-01 03:56

    See the forum post Motion tracking using OpenCV.

    I believe you are capable of reading and translating the source code to Python, right?

提交回复
热议问题