I am trying to determine a formula for locating the pixel coordinates of a geographic location (provided in State Plane) in an oblique aerial photograph with the following variables known:
- Feature point (State Plane)
- Photo geographic centroid (State Plane)
- Photo geographic footprint (Series of state plane coordinates describing the polygon)
- Camera location at time of photo (State Plane)
- Pixel coordinates of photo centroid
- Camera altitude in feet
- Focal length of lens (50mm)
I tried to use the suggested answers here: Convert coordinates from Cartesian system to non-orthogonal axes
But to no avail. Is this possible or do I need more data to solve this?