https://github.com/theredpill-exe/circular_motion
Project using computer vision to create and analyze a video of a particle
https://github.com/theredpill-exe/circular_motion
computer-vision opencv python
Last synced: over 1 year ago
JSON representation
Project using computer vision to create and analyze a video of a particle
- Host: GitHub
- URL: https://github.com/theredpill-exe/circular_motion
- Owner: TheRedPill-exe
- Created: 2024-10-17T16:39:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T02:37:49.000Z (over 1 year ago)
- Last Synced: 2025-02-26T01:43:27.759Z (over 1 year ago)
- Topics: computer-vision, opencv, python
- Language: Python
- Homepage:
- Size: 549 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Circular Motion Simulation
Download the .exe: https://drive.google.com/file/d/1KuIaeefO8cImF3JW2K2_Kyj7u59Qb73z/view?usp=sharing
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [How It Works](#how-it-works)
- [License](#license)
- [Contact](#contact)
## Overview
This project simulates circular motion, allowing users to visualize and understand the principles behind circular dynamics. It demonstrates key concepts such as angular velocity, centripetal force, and periodic motion.
## Features
- Interactive simulation of circular motion.
- Adjustable parameters (radius, speed, mass).
- Visualization of forces acting on the moving object.
- User-friendly interface for easy experimentation.
## Technologies Used
- **Python**: The core programming language.
- **Matplotlib**: For plotting and visualizing circular motion.
- **NumPy**: For numerical calculations and data handling.
- **Pygame** (optional): For a more interactive experience (if implemented).
## Installation
1. Clone this repository:
```bash
git clone https://github.com/TheRedPill-exe/Circular_motion.git
cd Circular_motion
pip install -r requirements.txt