Skip to content

A Python-based GUI application for detecting and displaying motion in specimen video files using OpenCV and Tkinter.

License

Notifications You must be signed in to change notification settings

AbdulRehmanRattu/Specimen-Average-Movement-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Specimen-Average-Movement-Calculator

A Python-based GUI application for detecting and displaying motion in specimen video files using OpenCV and Tkinter.

Motion Detection App

Introduction

A simple and efficient Python application designed for detecting motion in video files. Leveraging OpenCV for motion detection algorithms and Tkinter for the graphical user interface, this project offers an intuitive tool for analyzing movements within video files, suitable for educational purposes, security monitoring, or any project requiring motion analysis.

Features

  • User-friendly interface to browse and select video files.
  • Real-time display of motion detection results.
  • Detailed metrics on motion within the video, including average movement calculations.
  • Lightweight and easily adaptable for various use cases.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x installed on your system.
  • OpenCV, NumPy, PIL, and Tkinter libraries installed.

Installation

  1. Clone the repository to your local machine or download the ZIP file.

Install the required Python libraries:

pip install opencv-python numpy pillow

Ensure Tkinter is installed (it comes pre-installed with Python).

Running the Application

To run the Motion Detection App, navigate to the project directory and execute: python app.py

How to Use

Upon launching the application, click "Browse" to select a video file. Press "Run" to initiate motion detection. The interface will display the video and highlight areas of motion, alongside metrics related to the detected movement.

Requirements

Python 3.x OpenCV NumPy PIL (Pillow) Tkinter

License

This project is licensed under the MIT License - see the LICENSE.md file for details. The MIT License is a permissive license that is short and to the point. It allows people to do anything they want with your code (as long as they provide attribution back to you and don’t hold you liable).

About

A Python-based GUI application for detecting and displaying motion in specimen video files using OpenCV and Tkinter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages