chiehwangs / 3d-gaussian-theory

A repository on how to understand the theory of 3D Gaussians Splatting
101 stars 7 forks source link

Confuse about the Jacobian matrix #6

Open SleepTight-Cat opened 2 weeks ago

SleepTight-Cat commented 2 weeks ago

Hi, I have some questions regarding the Jacobian matrix used in the paper. In the Appendix, the authors mention that "𝐽 is the Jacobian of the affine approximation of the projective transformation." My understanding is that a Jacobian generally approximates a non-linear function. However, isn't the projective transformation already linear? From what I understand, the projective transformation maps 3D camera coordinates to 2D image coordinates, typically represented by a 3x4 matrix in homogeneous coordinates. Could you help clarify what exactly 𝐽 is approximating in this context? Or is there any mistake in my understanding?

Thank you!