Ask Your Question
0

Stereo calibrate, T Matrix.

asked 2016-02-11 02:40:40 -0600

stillNovice gravatar image

I am running stereo calibrate on a dual camera setup. I get the T and R mats back, and I need to pass the baseline distance between the cameras into my stereo vision application. This should be the T values, is that correct?

The issue is, my baseline is around 23 cm, and the T Mat is:

  <data>
    2.2127166167184534e+01 7.9245638499041940e-02 1.6681677038420595e+00</data></T>

Am I looking at the wrong values? Or do i need to convert this somehow?

Thanks.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-02-11 03:22:50 -0600

stillNovice gravatar image

updated 2016-02-11 03:30:30 -0600

Ah, the error was in my failure to understand floats. :)

As here:

http://chortle.ccsu.edu/java5/Notes/c...

2.2127166167184534e+01 7.9245638499041940e-02 1.6681677038420595e+00

equates to:

22.1, 0.07, 1.6

This is given in the same units that you use for the square size variable in StereoCalibrate.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-11 02:40:40 -0600

Seen: 459 times

Last updated: Feb 11 '16