feat: configurations
This commit is contained in:
@@ -32,7 +32,6 @@ class Geolocation:
|
||||
# Вычисляем угол поворота
|
||||
rotation = -np.arctan2(mat[1, 0], mat[0, 0])
|
||||
scale = np.hypot(mat[0, 0], mat[0, 1])
|
||||
print("Scale: ", scale)
|
||||
|
||||
# Координаты уже отцентрированы, поэтому используем их напрямую
|
||||
dx_meters = tx
|
||||
|
||||
Reference in New Issue
Block a user