|
Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
|
#include <extrinsics.h>
Public Attributes | |
| OptimOptions | core |
| bool | optimize_intrinsics = true |
| Solve for camera intrinsics. | |
| bool | optimize_skew = false |
| Solve for skew parameter. | |
| bool | optimize_extrinsics = true |
| Solve for camera and target extrinsics. | |
Definition at line 22 of file extrinsics.h.
| OptimOptions calib::ExtrinsicOptions::core |
Definition at line 23 of file extrinsics.h.
| bool calib::ExtrinsicOptions::optimize_extrinsics = true |
Solve for camera and target extrinsics.
Definition at line 26 of file extrinsics.h.
| bool calib::ExtrinsicOptions::optimize_intrinsics = true |
Solve for camera intrinsics.
Definition at line 24 of file extrinsics.h.
| bool calib::ExtrinsicOptions::optimize_skew = false |
Solve for skew parameter.
Definition at line 25 of file extrinsics.h.