Open Mikhail2017 opened 6 months ago
We follow the paper "A flexible new technique for camera calibration". The reference number of this paper is [28]
Do I understand it correctly, that equations in Calibrator::cal_initial_params are equal to Cholesky decomposition of B matrix?
@Mikhail2017 . Yes. B matrix is the image of absolute conic. Positive-definite matrix has the unique Cholesky decomposition. the inverse of an intrinsic matrix is a lower triangle matrix; therefore, you can understand the process as an example of Cholesky decomposition.
Hi. Could you provide any references for equations in this function? Unfortunately I didn't find it in your paper.