I have faced a problem, I have an aerial image, I have its elevation and x,y of its center, I know we need to have at least 3 point to georeference an image using afine calculations, Is there any way to do it by elevation and one point?
I am thinking if I can find pixel size on land I can calculate two other points manually based on central pixels location, is it possible/?
I want to do it using gdal and c#. I just need the methodology and to know if it is possible to do this using these data or not.