|
Intel® RealSense™ Cross Platform API
2.13.0
Intel Realsense Cross-platform API
|
Video stream intrinsics. More...
#include <rs_types.h>
Public Attributes | |
| int | width |
| int | height |
| float | ppx |
| float | ppy |
| float | fx |
| float | fy |
| rs2_distortion | model |
| float | coeffs [5] |
Video stream intrinsics.
| float rs2_intrinsics::coeffs[5] |
Distortion coefficients, order: k1, k2, p1, p2, k3
| float rs2_intrinsics::fx |
Focal length of the image plane, as a multiple of pixel width
| float rs2_intrinsics::fy |
Focal length of the image plane, as a multiple of pixel height
| int rs2_intrinsics::height |
Height of the image in pixels
| rs2_distortion rs2_intrinsics::model |
Distortion model of the image
| float rs2_intrinsics::ppx |
Horizontal coordinate of the principal point of the image, as a pixel offset from the left edge
| float rs2_intrinsics::ppy |
Vertical coordinate of the principal point of the image, as a pixel offset from the top edge
| int rs2_intrinsics::width |
Width of the image in pixels
1.8.14