https://github.com/kevinleeex/motion-detector
Motion object detector with opencv3 and python3.
https://github.com/kevinleeex/motion-detector
Last synced: 3 months ago
JSON representation
Motion object detector with opencv3 and python3.
- Host: GitHub
- URL: https://github.com/kevinleeex/motion-detector
- Owner: kevinleeex
- License: mit
- Created: 2018-08-15T12:08:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-29T03:23:24.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T00:53:30.723Z (5 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Motion-Detector
## Intro
Three kinds of motion detection methods are provided.
- motion_detector_2f
> Motion detector based on 2 frame, showed more diff regions, but it's not suitable for fast moving.- motion_detector_3f
> Motion detector based on 3 frame, showed less diff regions, but it's more suitable for fast moving.- ease_motion_detector
> Motion detector with ease affects, that means the detected motion contour would not disappear at once.- motion_attention_point
> This is based on ease motion detector and could detect the attention point according to the motion.
## Requirements
- opencv-python 3.x
- numpy