opencv-python实现运动检测

Github:https://github.com/asd123pwj/motion-detect

是一次比赛里面实现的两种运动检测算法,第一种性能较好。

  1. 运动检测-基于帧间比较减少灯光影响-opencv-python
  2. 运动检测-基于边缘提取与帧间作差-opencv-python