-
-
Notifications
You must be signed in to change notification settings - Fork 48.8k
Open
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files
Description
Feature description
Hello Maintainers,
I would like to contribute a new script to the /computer_vision/
directory for Hacktoberfest/open source contribution.
Proposed File: motion_detection.py
Description: This script will implement a basic Motion Detection algorithm using frame differencing and background subtraction techniques from OpenCV.
- Functionality: It will take a video file (or webcam feed) and highlight regions of motion by calculating the absolute difference between the current frame and a reference/background frame.
- Relevance: Motion detection is a fundamental computer vision concept and is currently missing from the directory. I will ensure the code adheres to the existing project's style.
Additionally, please assign this issue to me so I can begin working on the Pull Request.
Thank you for the review!
Metadata
Metadata
Assignees
Labels
enhancementThis PR modified some existing filesThis PR modified some existing files