How to do camera calibration for kinect v2?

6 views (last 30 days)
hello everyone, currently i am using kinect v2 camera with matlab. as i came to know that for aligning the depth-color frames i need camera parameters. untill now i have captures the checkerboard images using my kinect and get some values but i dont know that how to calculates camera parameters.i am using only one kinect v2 for fruits. kindly guide me as sson as possible. here i am attaching image that what i have and what i want to calculate.thanks
depthScale = 322;
fx_d=
fy_d=
cx_d=
cy_d=
fx_rgb=
fy_rgb=
cx_rgb=
cy_rgb=
extrinsics= [...];
fx_rgb_len =
fy_rgb_len =
fx_d_len =
fy_d_len =
paramerters.jpg

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!