|
vrcore
0.45
visuReal Messkern
|
Intrinsic camera parameters, see http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html. More...
#include <camcalib_data.h>
Public Member Functions | |
| cv::Matx33d | getCameraMatrix (const cv::Size &scaledSize=noSize, const cv::Rect &clipping=noRect, const bool letterboxed=false) const |
Public Attributes | |
| cv::Matx33d | cameraMatrix |
| cv::Matx81d | distortionCoeffs |
| cv::Size | imageSize |
| cv::Size | videoSize |
Intrinsic camera parameters, see http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html.
| cv::Matx33d vr::CameraCalibData::getCameraMatrix | ( | const cv::Size & | scaledSize = noSize, |
| const cv::Rect & | clipping = noRect, |
||
| const bool | letterboxed = false |
||
| ) | const |
| scaledSize | |
| clipping | |
| letterboxed | Bilder sind dem 16:9-Videostream entnommen (typisch für vrcore) |