Hi,
I tried to use cv::stereoCalibrate to calibrate the cameras. However the distortion coefficients returned by cv::stereoCalibrate seemed to be wrong. I didn't set up the flag "CALIB_THIN_PRISM_MODEL", but I still got the nonzero s1, s2, s3, and s4 in returned array.
Is this correct result?
In calibration.cpp - line#2038( https://github.com/Itseez/opencv/blob/b0933dd47381ca46612da42b66e337f7935c2c38/modules/calib3d/src/calibration.cpp#L2038 )
I thought distCoeffs->cols == 12, and Dist[k] had only 8 component. I don't know how this works. Can someone help me resolve that?