MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / IrCameraParams

Class IrCameraParams

include/libfreenect2/libfreenect2.hpp:104–115  ·  view source on GitHub ↗

IR camera intrinsic calibration parameters. * Kinect v2 includes factory preset values for these parameters. They are used in depth image decoding, and Registration. */

Source from the content-addressed store, hash-verified

102 * Kinect v2 includes factory preset values for these parameters. They are used in depth image decoding, and Registration.
103 */
104 struct IrCameraParams
105 {
106 float fx; ///< Focal length x (pixel)
107 float fy; ///< Focal length y (pixel)
108 float cx; ///< Principal point x (pixel)
109 float cy; ///< Principal point y (pixel)
110 float k1; ///< Radial distortion coefficient, 1st-order
111 float k2; ///< Radial distortion coefficient, 2nd-order
112 float k3; ///< Radial distortion coefficient, 3rd-order
113 float p1; ///< Tangential distortion coefficient
114 float p2; ///< Tangential distortion coefficient
115 };
116
117 /** Configuration of depth processing. */
118 struct Config

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected