| Mech-Eye API 2.3.0
    API reference documentation for Mech-Eye Industrial 3D Camera | 
Describes the distortion parameters. More...
#include <CameraProperties.h>
| Public Attributes | |
| double | k1 {} | 
| Radial distortion coefficients. | |
| double | k2 {} | 
| Radial distortion coefficients. | |
| double | p1 {} | 
| Tangential distortion coefficients. | |
| double | p2 {} | 
| Tangential distortion coefficients. | |
| double | k3 {} | 
| Radial distortion coefficients. | |
Describes the distortion parameters.
Definition at line 92 of file CameraProperties.h.
| double mmind::eye::CameraDistortion::k1 {} | 
Radial distortion coefficients.
Definition at line 94 of file CameraProperties.h.
| double mmind::eye::CameraDistortion::k2 {} | 
Radial distortion coefficients.
Definition at line 95 of file CameraProperties.h.
| double mmind::eye::CameraDistortion::k3 {} | 
Radial distortion coefficients.
Definition at line 98 of file CameraProperties.h.
| double mmind::eye::CameraDistortion::p1 {} | 
Tangential distortion coefficients.
Definition at line 96 of file CameraProperties.h.
| double mmind::eye::CameraDistortion::p2 {} | 
Tangential distortion coefficients.
Definition at line 97 of file CameraProperties.h.