I’ve took a part of my dataset, a part where two flights overlaped, and run both Sift and ORB to look at how different the camera would be interpreted.
It was a bit shocking to see the “k2” value be so different between the two.
I’m not shocked at all
Orb uses the central part and SIFT covers the whole field of view. You have fisheye projection selected, and the image scale on a fisheye lens varies hugely from centre to edge, distorting and compressing more and more towards the edges. SIFT has to correct for that outer edge distortion, ORB doesn’t to anywhere near as much.