I may have titled this badly, if someone wants to suggest a better question I'll change it :)
I have previously calibrated camera using a ground plane with known world dimensions successfully, but now I'm trying to work out if I can calculate a camera's extrinsics (the intrinsics are known) from just identifying an object in 2D when I know its height.
Frankly, I think this can be done with trigonometry, but I've not figured it out quite yet...
Maybe I can construct triangles between two objects and determine a distance over the ground plane, then do the normal pose estimation once I have a vague plane?
I've been searching, but not found any references to algorithms for doing this from this approach... Can it be done?