Triangulate distance of points in 2D image?

asked 2020-01-08 09:03:37 -0600

leejac354 gravatar image

I have three points with a known position in world space. I also have a 2D image in which these three points are visible.

Using OpenCV is there a way I can provide the actual x,y,z world coordinates of the of my points then triangulate the distance of each of these points from their x, y positions in my 2D image?

edit retag flag offensive close merge delete