#include <calibration.h>
List of all members.
Detailed Description
Store calibration parameters for an RGB+Depth camera. The camera follows a pin-hole models with distortions.
Constructor & Destructor Documentation
ntk::RGBDCalibration::RGBDCalibration |
( |
|
) |
[inline] |
ntk::RGBDCalibration::~RGBDCalibration |
( |
|
) |
|
Member Function Documentation
const cv::Size& ntk::RGBDCalibration::depthSize |
( |
|
) |
[inline] |
void ntk::RGBDCalibration::loadFromFile |
( |
const char * |
filename |
) |
|
Load calibration parameters from a yaml file.
const cv::Size& ntk::RGBDCalibration::rawRgbSize |
( |
|
) |
const [inline] |
const cv::Size& ntk::RGBDCalibration::rgbSize |
( |
|
) |
const [inline] |
Size of postprocessed rgb images.
void ntk::RGBDCalibration::setRawRgbSize |
( |
cv::Size |
s |
) |
[inline] |
void ntk::RGBDCalibration::setRgbSize |
( |
cv::Size |
s |
) |
[inline] |
Member Data Documentation
Distortion 1x5 matrix for depth channel.
Intrinsics 3x3 matrix for the depth channel
Pose of the depth camera.
- See also:
- Pose3D.
Rotation and translation between RGB and Depth sensor. The depth sensor is the reference. R is a 3x3 rotation matrix, and T a 1x3 translation vector. This is estimated from OpenCV stereoCalibrate.
Distortion 1x5 matrix for rgb channel.
Intrinsics 3x3 matrix for the rgb channel
Pose of the rgb camera.
- See also:
- Pose3D.
Distortion maps for cv::undistort.
Whether there are distortions for the depth image or not.
Whether there are distortions for the rgb image or not.
The documentation for this class was generated from the following files:
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/camera/calibration.h
- /home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/camera/calibration.cpp