Creating 3d coordinates from stereoscopic images

Click For Summary
The discussion focuses on creating 3D coordinates from stereoscopic images using two identical cameras positioned on the x-axis. The main challenge is converting 2D coordinates and depth information into a 3D (x, y, z) format, where depth corresponds to the z-coordinate. Key points include the need to understand the relationship between the camera separation (s), the distance from the pinhole to the image plane, and the offsets of the point object in both images. Participants suggest using formulas and resources to help derive the coordinates, emphasizing the importance of calibration for accurate results. The conversation highlights the mathematical relationships necessary for successful 3D coordinate generation from stereoscopic data.
steven77723
Messages
4
Reaction score
0
Hi, I'm working on a project that would take a 3d image using stereocopic camera and would record the depth and the 2d (x1,y1) , (x2,y2) coordinates of a single point in the image. The depth is found using the focal point, disparity, and the distance between the difference the camera sees on the point.

I was wondering if there is a formula that would convert this point into a (x,y,z) coordinate. I'm stuck because even if the physical location of the point may be different, the camera would reply with a different depth, but same x,y values.

Thanks,
 
Engineering news on Phys.org
isn't the depth the z coordinate? Could you be more specific about what you are imaging, and maybe include some kind of illustration?
 
Is this a correct description of the problem ?

You have two identical cameras. The pinholes of those cameras are positioned on the x-axis, the first at the origin, looking along the z-axis, with the second camera, at x = s, with camera 2 optical axis parallel to that of camera 1.

The images from the two cameras each have a cardinal reference point, defined by the intersection of the image and the optical axis. A point object, visible on both images is located relative to the reference point; on image #1 at (x1, y1), and on image #2 at (x2, y2).

Find the position of the point object(x, y, z), given s, and the (x1, y1) and (x2, y2) offsets.

Do you have the distance of the pinhole from the image plane?
 
Baluncore, Thats exactly how I should've worded it.
The distance from the pinhole to image plane is roughly about 50cm, but I want it to work for any value.
 
steven77723 said:
The distance from the pinhole to image plane is roughly about 50cm, but I want it to work for any value.

The x-coordinate is a function of s.

The z-coordinate is a function of the image plane to pinhole distance.
With a lens, that is the focal length only when focussed at infinity.
Let's be slack and just call it f.

So you must be able to somehow measure or calibrate f, against your camera separation, s.

Draw a view of the object and image placement in the x-z plane and you will see it is ratiometric.
x = s * x1 / (x1+x2), I will let you sort out the sign of the x values.
z = f * ?, and the y = ? values.

See the post#4 references from blainiac.
 
  • Like
Likes 1 person
What mathematics software should engineering students use? Is it correct that much of the engineering industry relies on MATLAB, making it the tool many graduates will encounter in professional settings? How does SageMath compare? It is a free package that supports both numerical and symbolic computation and can be installed on various platforms. Could it become more widely used because it is freely available? I am an academic who has taught engineering mathematics, and taught the...

Similar threads

Replies
7
Views
3K
Replies
17
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K