Notice: MediaWiki has been updated. Report any rough edges to marcan@marcan.st

Difference between revisions of "Calibration"

From OpenKinect
Jump to: navigation, search
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
== Calibration ==
 
 
 
This page shall help to define a calibration procedure. Please add your knowledge.
 
This page shall help to define a calibration procedure. Please add your knowledge.
  
 
===Things to calibrate===
 
===Things to calibrate===
 
*nonlinear effects for both cameras:
 
*nonlinear effects for both cameras:
**radial distortion  [http://en.wikipedia.org/wiki/Distortion_(optics)#Radial_distortion On Wikipedia]
+
**radial distortion  [[wikipedia:Distortion (optics)#Radial distortion|On Wikipedia]]
 
**tangential distortion (sensor chip not parallel)
 
**tangential distortion (sensor chip not parallel)
 
**rotational errors (sensor rotated on image plane)
 
**rotational errors (sensor rotated on image plane)
 
*Intrinsics matrix for both: Video camera & Depth Camera
 
*Intrinsics matrix for both: Video camera & Depth Camera
 
*Extrinsics matrix for both: Video camera & Depth Camera
 
*Extrinsics matrix for both: Video camera & Depth Camera
*Registration of both cameras
+
*Registration of both cameras (Registration as meant in [http://www.jvrb.org/archiv/2437/ This Article], please add a nicer description, if you know one)
 
**Rotational tolerances
 
**Rotational tolerances
 
**?
 
**?
 
  
 
===Questions to answer===
 
===Questions to answer===
* Which parameters change much between different devices,
+
* Which parameters change much between different devices?
* Which change minor (and can be set constant?)
+
* Which change minor (and can possibly be set constant)?
 
* Are routines to calculate parameters needed, or could a seperate application be used (based on OpenCV, for example)
 
* Are routines to calculate parameters needed, or could a seperate application be used (based on OpenCV, for example)
 
*
 
*
Line 25: Line 22:
 
** http://nicolas.burrus.name/index.php/Research/KinectRgbDemo
 
** http://nicolas.burrus.name/index.php/Research/KinectRgbDemo
 
** http://nicolas.burrus.name/index.php/Research/KinectCalibration
 
** http://nicolas.burrus.name/index.php/Research/KinectCalibration
 +
* Calibration using planes as features (Daniel Herrera C.): http://www.ee.oulu.fi/~dherrera/kinect/
 +
* [http://megaupl0ad.com/скачать-скайп/ скайп скачать бесплатно]
 
* [http://www.xboxgaming.co.za/news/the-secret-of-kinects-calibration-revealed/ About Xbox calibration]
 
* [http://www.xboxgaming.co.za/news/the-secret-of-kinects-calibration-revealed/ About Xbox calibration]
 +
* [http://www.ros.org/wiki/kinect_calibration/technical ROS' Technical description of Kinect calibration]
 +
* [http://ros-users.122217.n3.nabble.com/Kinect-RGB-D-Calibration-td1914673.html ROS MailingList regarding calibration pattern]

Latest revision as of 13:52, 14 February 2013

This page shall help to define a calibration procedure. Please add your knowledge.

Things to calibrate

  • nonlinear effects for both cameras:
    • radial distortion On Wikipedia
    • tangential distortion (sensor chip not parallel)
    • rotational errors (sensor rotated on image plane)
  • Intrinsics matrix for both: Video camera & Depth Camera
  • Extrinsics matrix for both: Video camera & Depth Camera
  • Registration of both cameras (Registration as meant in This Article, please add a nicer description, if you know one)
    • Rotational tolerances
    • ?

Questions to answer

  • Which parameters change much between different devices?
  • Which change minor (and can possibly be set constant)?
  • Are routines to calculate parameters needed, or could a seperate application be used (based on OpenCV, for example)

Links