An open API service indexing awesome lists of open source software.

https://github.com/dvaser/algorithmuav

CODE: MECHANISM
https://github.com/dvaser/algorithmuav

python

Last synced: 3 months ago
JSON representation

CODE: MECHANISM

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