Intrinsic parameters for a pinhole camera with plumb-bob distortion model.
More...
Intrinsic parameters for a pinhole camera with plumb-bob distortion model.
Eigen::Matrix<double, 3, 4> toProjectionMatrix |
( |
| ) |
const |
|
inline |
- Returns
- a 3x4 projection matrix that transforms 3D homogeneous points in the camera frame to 2D homogeneous points in the image plane.
focal length along the X axis.
focal length along the Y axis. Should generally be the same as fx
.
X-coordinate of the camera center of projection / principal point.
Y-coordinate of the camera center of projection / principal point.
Second radial distortion coefficient (r^4) for a plumb-bob distortion model.
Third radial distortion coefficient (r^6) for a plumb-bob distortion model.
First tangential distortion coefficient for a plumb-bob distortion model.
Second tangential distortion coefficient for a plumb-bob distortion model.
The documentation for this struct was generated from the following file: