From: Rebecca on
Are there Matlab functions that support this operation? I want to use it to orthorectify a photo taken from a plane with a pan/tilt/ camera. I have access to the real-time telemetry stream, so I know the pitch/roll/yaw and the pan/tilt of the camera for each image. Can I use this information to orthorectify an image for creating a map mosaic?
From: ImageAnalyst on
On Jul 12, 12:44 pm, "Rebecca " <ronumbe...(a)hotmail.com> wrote:
> Are there Matlab functions that support this operation? I want to use it to orthorectify a photo taken from a plane with a pan/tilt/ camera. I have access to the real-time telemetry stream, so I know the pitch/roll/yaw and the pan/tilt of the camera for each image. Can I use this information to orthorectify an image for creating a map mosaic?
---------------------------------------------------------------------------------------------
How about maketform and tformfwd?