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

Difference between revisions of "Calibration"

From OpenKinect
Jump to: navigation, search
(Calibration)
(Questions to answer)
Line 14: Line 14:
  
 
===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)
 
*
 
*

Revision as of 20:29, 2 December 2010

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
    • 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