Inferring real-world coordinates from pixel positions
Show older comments
Hi all. I have an image with a few control points (CPs), for which I know both the pixel coordinates and their corresponding real-world UTM coordinates, including elevation. I’d like to use these control points to estimate the UTM coordinates of another feature in the image, for which I only have the pixel coordinates. I’ve explored some image rectification functions, but I’m not sure they are the right tool for this task. Does anyone have suggestions? I've attached the image — the control points are marked in green, and the feature I'm trying to locate is indicated by the red line. The pixel positions (u, v) and the corresponding UTM coordinates (x,y) are reported below. Thanks !
u = [1333 1265 1227 1481 937 842 667];
v = [1066 910 822 499 558 539 532];
x = [ 498899 498895 498892 498854 498734 498682 498584];
y = [4915388 4915389 4915391 4915430 4915441 4915442 4915425];
z = [6.268 6.270 6.264 11.512 4.764 6.698 6.705];

Accepted Answer
More Answers (1)
You need a stereo camera,
Categories
Find more on Coordinate Reference Systems in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



