Skip to content

Feature: Add motion_detection.py using frame differencing #13358

@vannu07

Description

@vannu07

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

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions