- Use readgeoraster to load the image and it georeference object.
- Use intrinsicToWorld function to get the map coordinates from the pixel coordinates.
- Use projinv function to compute the geo-coordinates from the map coordinates.
- https://www.mathworks.com/help/map/ref/readgeoraster.html
- https://www.mathworks.com/help/images/ref/imref2d.intrinsictoworld.html
- https://www.mathworks.com/help/map/ref/projcrs.projinv.html