我在理解新相机矩阵的内容时遇到了问题cvUndistortpoints
。我们在立体校准中获得了相机的相机矩阵,以及为什么我们必须在 cvstereorectify 中传递从 cvundistortpoints 获得的新相机矩阵。输出后的新相机矩阵与相机矩阵有何不同cvUndistortPoints
?
void cvUndistortPoints(const CvMat* src, CvMat* dst, const CvMat* cameraMatrix,
const CvMat* distCoeffs, const CvMat* R=NULL, const CvMat* P=NULL)