|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
Observation structure for distortion parameter estimation. More...
#include <distortion.h>
Public Attributes | |
| T | x |
| T | y |
| Normalized undistorted coordinates. | |
| T | u |
| T | v |
| Observed distorted pixel coordinates. | |
Observation structure for distortion parameter estimation.
This structure holds corresponding normalized undistorted coordinates and observed distorted pixel coordinates, used for distortion parameter estimation through linear least squares or bundle adjustment.
| T | Scalar type (float, double, etc.) |
Definition at line 69 of file distortion.h.
| T calib::Observation< T >::u |
Definition at line 71 of file distortion.h.
| T calib::Observation< T >::v |
Observed distorted pixel coordinates.
Definition at line 71 of file distortion.h.
| T calib::Observation< T >::x |
Definition at line 70 of file distortion.h.
| T calib::Observation< T >::y |
Normalized undistorted coordinates.
Definition at line 70 of file distortion.h.