First time here? Check out the FAQ!

Ask Your Question
0

Stereo calibrate, T Matrix.

asked Feb 11 '16

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.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Feb 11 '16

stillNovice gravatar image

updated Feb 11 '16

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.

Preview: (hide)

Question Tools

1 follower

Stats

Asked: Feb 11 '16

Seen: 561 times

Last updated: Feb 11 '16