I am writing my camera calibration algorithm and encountered the following difficulty.
Given a pin hole camera model, the radial distortion is modeled by the following equation
where x, y is the ideal normalized image coordinate, x_head is the coordination of x after distorted.
The question is how to find the partial derivative of k1, k2, k3 for the inverse distortion function?