Difficulty: Medium
Correct Answer: f / (H - h)
Explanation:
Introduction / Context:
Photo scale varies with terrain elevation. Converting image distances to ground distances requires the correct scale at each ground point, especially over undulating terrain.
Given Data / Assumptions:
Concept / Approach:
Local scale S equals focal length divided by flying height above ground at that point. Flying height above ground is H − h (since both are referenced to MSL for a vertical photo). Thus: S = f / (H − h)
Step-by-Step Solution:
Compute height above ground: H_g = H − h.Apply vertical photo scale formula: S = f / H_g.Therefore S = f / (H − h).
Verification / Alternative check:
Derivation from similar triangles between camera center, image point, and ground point yields the same relation.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
f / (H - h)
Discussion & Comments