https://github.com/dvaser/algorithmuav
CODE: MECHANISM
https://github.com/dvaser/algorithmuav
python
Last synced: 3 months ago
JSON representation
CODE: MECHANISM
- Host: GitHub
- URL: https://github.com/dvaser/algorithmuav
- Owner: dvaser
- Created: 2022-05-12T13:12:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T17:19:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T12:13:00.290Z (11 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 232 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALGORITHM
### **UAV Image Processing Algorithm**
- _Algorithm_
> algorithm.py
- _Find Red Area_
> findRedArea.py
- _Distance to Area_
- _Projectile Motion_
> distance.py
- _GPS Difference_
> gpsDistance.py
- _Triangle Calculate_
> mathDistance.py
- _The time it takes for the ball dropped to the target to hit the ground_
> fallTime.py
- _UAV speed calculate with windy weather_
> speedUAV.py
- _GPS Coordinate of Area_
> gpsArea.py
- _Save to Coordinate Difference on webcam with Red Area - Webcam Center_
> coordinate.py
- _Reading the average of the recorded coordinates from the txt file_
> readCoordinate.py
- _Area size calculate_
> area.py