Hi
1) I'm trying to calibrate camera from single image of tennis with known world and image coordinates with known image and world points of tennis courts , as well as net and net poles
2) What is the best way to achieve it ?
With matlab , I'm able to perform camera calibration but camera intrinsic and extrinsic parameters are wrong(see below)
a)
Received Camera Intrinsic Matrix
2623.82580 0.00000 654.92724
0.00000 2623.82580 -437.55857
0.00000 0.00000 1.00000
Camera Extrinsic Matrix
0.9995472 -0.0070339 0.0292552 -0.1735627
0.0291486 -0.0148162 -0.9994653 14.4037997
0.0074636 0.9998655 -0.0146045 37.7966472
3) I attached matlab file and image
Thank you
Sasha