Parameterset for the SENSCalibrationEstimator.
More...
#include <SENSCalibrationEstimatorParams.h>
◆ EstimatorMode
◆ calibrationFlags()
| int SENSCalibrationEstimatorParams::calibrationFlags |
( |
| ) |
|
|
inline |
Definition at line 26 of file SENSCalibrationEstimatorParams.h.
30 flags |= cv::CALIB_FIX_PRINCIPAL_POINT;
32 flags |= cv::CALIB_FIX_ASPECT_RATIO;
34 flags |= cv::CALIB_ZERO_TANGENT_DIST;
36 flags |= cv::CALIB_RATIONAL_MODEL;
38 flags |= cv::CALIB_TILTED_MODEL;
40 flags |= cv::CALIB_THIN_PRISM_MODEL;
bool zeroTangentDistortion
◆ toggleFixAspectRatio()
| void SENSCalibrationEstimatorParams::toggleFixAspectRatio |
( |
| ) |
|
|
inline |
◆ toggleFixPrincipalPoint()
| void SENSCalibrationEstimatorParams::toggleFixPrincipalPoint |
( |
| ) |
|
|
inline |
◆ toggleRationalModel()
| void SENSCalibrationEstimatorParams::toggleRationalModel |
( |
| ) |
|
|
inline |
◆ toggleThinPrismModel()
| void SENSCalibrationEstimatorParams::toggleThinPrismModel |
( |
| ) |
|
|
inline |
◆ toggleTiltedModel()
| void SENSCalibrationEstimatorParams::toggleTiltedModel |
( |
| ) |
|
|
inline |
◆ toggleZeroTangentDist()
| void SENSCalibrationEstimatorParams::toggleZeroTangentDist |
( |
| ) |
|
|
inline |
◆ calibRationalModel
| bool SENSCalibrationEstimatorParams::calibRationalModel = false |
◆ calibThinPrismModel
| bool SENSCalibrationEstimatorParams::calibThinPrismModel = false |
◆ calibTiltedModel
| bool SENSCalibrationEstimatorParams::calibTiltedModel = false |
◆ fixAspectRatio
| bool SENSCalibrationEstimatorParams::fixAspectRatio = false |
◆ fixPrincipalPoint
| bool SENSCalibrationEstimatorParams::fixPrincipalPoint = false |
◆ mode
◆ useReleaseObjectMethod
| bool SENSCalibrationEstimatorParams::useReleaseObjectMethod = false |
◆ zeroTangentDistortion
| bool SENSCalibrationEstimatorParams::zeroTangentDistortion = false |
The documentation for this class was generated from the following file: