--
You received this message because you are subscribed to the Google Groups "XMALab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xmalab+un...@brown.edu.
<20180910_211919.jpg>
Hi Clyde,
I discussed the Wand Calibration with Beth again and as she already mentioned we cannot add a wand calibration at the moment.
However, we opened an issue to allow using other tools for calibration: https://bitbucket.org/xromm/xmalab/issues/194/wand-calibration-data-entry
The basic idea is to let a user enter the calibrations values, instead of requiring a calibration. Internally XMALab uses the standard Computer Vision camera model, consisting of :
Internal parameters : Focal length and Principal point in x and y
External parameters: Rotation and position of the camera
(optional) Distortion parameters
Do you know if these parameters are available in Hedrick's Wand Calibration tool. I checked the code and the manual and it seems as they are, but i want to make sure that you can extract the parameters.
Best,
Ben
Hi Ty,
Thanks so much for the fast answer. And there is no rush. I am myself out next week so it will take a little bit until I finish the feature. I will also run the tutorial of the wand calibration and try to find the parameters. If you don't mind I might ask you some questions if i get stuck.
And regarding the mentioned caveats I think there should be no
problem. But thanks for letting me know as I will have to take
them into account.
1) If I understand correctly you mean that all cameras are expressed in relation to the first one. This is fine. I can simply place the first camera in the origin. The positions of the cameras in regard to world space do not matter for XMALab
2) I know. OpenCV and C++ see images different than matlab, but
it is easy to convert. I will take this into account and will add
a checkbox for matlab. I will also have to adjust the principal
points as the indices in Matlab and c++ differ
3) XMALab supports the full 8 parameter distortion model from
OpenCV. (CV_CALIB_RATIONAL_MODEL ).
I think it was published here: Claus, D. and Fitzgibbon, A.W. A
Rational Function Lens Distortion Model for General Cameras
Computer Vision and Pattern Recognition (June 2005). I assume you
are using the same model.
Best,
Ben