Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Stereo Calibration contents

Solved!
Go to solution

Hello!

 

Is it possible to open the .calib file that LabVIEW creates after calibration, to se what is in the file? What does it contain? What information?

 

gbbalint

0 Kudos
Message 1 of 5
(4,487 Views)

Hello,

 

the values written in the calibration data should be:

 

- the intrinsic parameters of each camera (focal length,pricipal point and distortion)

- extrinsic parameters, the transformation of one image coordinate system to the other (translation vector and rotation matrix).

 

To be honest, i really don't know why NI codes this information in some strange gibberish...

Anyway, if i remember correctly,you can extract those values yourself.

 

Best regards,

K

 

 

 

 

 


https://decibel.ni.com/content/blogs/kl3m3n



"Kudos: Users may give one another Kudos on the forums for posts that they found particularly helpful or insightful."
0 Kudos
Message 2 of 5
(4,472 Views)

Hi,

 

The data stored is binary data representing the calibration. It is not possible to open that file. However, you can call IMAQ get Binocular Stereo Calibration Info and IMAQ Get Maximum Disparity 2 to retrieve the information associated with the stereo calibration, such as the rotation matrix, translation vector, essential matrix, fundamental matrix, Q matrix, max disparity and Min Depth Covered.

You can load a saved calibration using IMAQ Read Binocular Stereo File to use it without having to go through the whole calibration process again.

 

Christophe

0 Kudos
Message 3 of 5
(4,470 Views)
Solution
Accepted by topic author gbvbalint

The intrinsic parameters can be retrieved if you saved the left and right calibration files that you must have created in order to calibrate the stereo system.

IMAQ Get Camera Parameters (located in the Vision and Motion>>Vision Utilities>>Calibration palette) retrieves this info from the left or right calibration file.

Message 4 of 5
(4,469 Views)

Thank you!

0 Kudos
Message 5 of 5
(4,455 Views)