roboflow / dji-aerial-georeferencing

Detect objects in drone videos and plot them on a map
https://blog.roboflow.com/georeferencing-drone-videos/
Apache License 2.0
189 stars 32 forks source link

Fix tan calculation (degrees->radians) #4

Closed yeldarby closed 1 year ago

yeldarby commented 1 year ago

Description

The math was wrong (but two errors canceled each other out previously so the output was pretty close to correct). Also increase precision of degrees->radians and radians->degrees calculations.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

Locally