I am very much a newbie to this field and I am having problems understanding the mathematical equations given in some of the related questions on other exchange websites.
Basically I want to calculate four coordinates namely, top left, top right, bottom left, bottom right for an image captured by a DJI drone.
I found How do I calculate the ground footprint of an aerial camera? post where the OP has a similar problem.
The accepted answer shows how to calculate the horizontal and ground distance using the EXIF metadata but it doesn't show how to convert it into the bbox coordinates.
Can anyone help me solve this problem?
(x=0,y=0)and the bottom right corner is(x=width,y=height), that are data you can obtain from the Exif or just from the plain image data. – xenoid Apr 15 '22 at 09:57