Hello all,
I have always wondered how is reprojection calculated in RMS. I understand calculating RMS is similar to calculate standard deviation, instead of subtracting mean, we subtract "true value".
By calling the stereoCalibrate(), it returns a final value of RMS, and I could also obtain a vector of RMS from the function. I wonder how is the final value related to the vector of RMS (PerViewError).
For example as the image shown below, I have a final RMS = 2.23339, and a vector of RMS corresponding to image pairs. How are they related?