I understand that the scale represented by the fundamental matrix FAB between two camera views A and B is only correct up to a scale (ie, you don't know if you're for example looking at small trees up close or larger trees farther away).
However, given three points a, b, c and two fundamental matrices FAB and FBC, it should be able to relate their relative scales. My first thought is to just choose two features that exist in all three views, and calculate their distance using both FAB and FBC, and divide them. Maybe averaging over all features that exist in all three views? Am I on the right track, or is there a better way to do this?