ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Programms to calibrate depth_image from kinect

asked 2016-02-08 17:31:44 -0500

user23fj239 gravatar image

updated 2016-02-10 09:06:46 -0500

I try to find programs to get the values for the intrinsic and extrinsic parameters but RGBDemo has old ubuntu-package dependencies (have (14.04)) I cannot solve and Matlab toolbox from Herrera is quite complicated. Any suggestions? What I want to end up with is a proper yaml-file or at least with the parameters to fill in like shown in the camer_calibration_parsers wiki.

EDIT I used D. Herrera and Burrus's data for depth monocular calibration and I ended up with:

    image_width: 640    //Region of Interest
    image_height: 480
    camera_name: depth_A70774V01752221A     //@change Seriennummer anpassen
    camera_matrix:  // = Matrix K beinhaltet Intrinsik
      rows: 3
      cols: 3
      data: [594.25, 0, 339.79, 0, 592.48, 242.50, 0, 0, 1]
    distortion_model: plumb_bob     //Lochkamera-Modell
    distortion_coefficients:    // Entzerrungs-Vektor k
      rows: 1
      cols: 5
      data: [-0.26167, 0.99319, -0.00102, 0.00536, -1.29664]
    rectification_matrix:   // Rotations-Matrix  !not R
      rows: 3
      cols: 3
      data: [1, 0, 0, 0, 1, 0, 0, 0, 1]
    projection_matrix:      //  Matrix [mod(K)|t]
      rows: 3
      cols: 4
      data: [594.25, 0, 339.79, 0, 592.48, 242.50, 0, 0, 1, 0, 0, 0]
edit retag flag offensive close merge delete

Comments

maybe an update to the wiki for kinect is a good idea

user23fj239 gravatar image user23fj239  ( 2016-02-10 09:07:20 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2016-02-09 08:40:52 -0500

The openni_launch package has several tutorials on calibrating the Kinect. These include finding the intrinsic calibration parameters for the RGB and IR sensors, and an extrinsic calibration for better registration between depth and IR cameras.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-08 17:31:44 -0500

Seen: 310 times

Last updated: Feb 10 '16