This is a follow up question to the one here: How Kitti calibration matrix was calculated?
Now I do understand the values in the projection matrix, but I also see that the KITTI projection matrices for P2 and P3 are as follows:
P2: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 4.538225000000e+01
0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 -1.130887000000e-01
0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 3.779761000000e-03
P3: 7.188560000000e+02 0.000000000000e+00 6.071928000000e+02 -3.372877000000e+02
0.000000000000e+00 7.188560000000e+02 1.852157000000e+02 2.369057000000e+00
0.000000000000e+00 0.000000000000e+00 1.000000000000e+00 4.915215000000e-03
The values in P2(1,3) and P2(2,3) and P3(1,3) and P3(2,3) are 0.0 in P0 and P1. Why is that ?