I have to calculate the Extrinsic parameters based on Kinect V2 intrinsic parameter. In kinectV2 sensor, we could get intrinsic parameters like fx,fy,cx,cy coefficients. But i want to find extrinsic parameter values based on my kinect intrinsic parameters.
I saw so many methods available in opencv to calculate extrinsic parameters,but all these are related to chessboard as a base.
Please suggest me how you find the extrinsic parameter such as rotation and translation for a given intrinsic parameter.