31#ifndef SELFCALIBRATIONCAMERADIAGNOSTICS_H_
32#define SELFCALIBRATIONCAMERADIAGNOSTICS_H_
NVIDIA DriveWorks API: Calibration
Defines a three-element floating-point vector.
#define DW_MAX_RIG_SENSOR_NAME_SIZE
Defines the maximum length of a sensor name in a rig.
NVIDIA DriveWorks API: Rig Configuration
float32_t longHistMaxVotes
maximal number of votes in a single bin of a long-term histogram, zero if this parameter is not appli...
dwSelfCalibrationCameraOutputMonitorDiagnostics outputs
output monitor diagnostics
dwVector3f correctionsRPY
corrections sensor RPY [deg]
float32_t longHistTotalNumVotes
total number of votes in all bins of a long-term histogram, zero if this parameter is not applicable
dwSelfCalibrationCameraParameterEstimatorDiagnostics pitchDiagnostics
pitch angle estimation diagnostics
dwVector3f nominalRPY
nominal sensor RPY [deg]
float32_t inlierRatio
two-view pose estimation: inlier count
float32_t coverageScore
relative coverage score (see src/dw/calibration/errorhandling/FeatureTrackPropertyMonitorThresholds....
uint32_t featureTrackPropertyErrors
number of errors in the feature track property monitor
uint64_t sensorTimestamp
sensor pose timestamp (should match exactly to the calibrationSensorToRig timestamp)
uint32_t featureSignalIntegrityErrors
number of errors in the feature signal integrity monitor
uint32_t routineNotAcceptedErrors
number of routine not-accepted (inprep mode) monitor errors
uint64_t prevImageTimestamp
previous frame timestamp
uint32_t egomotionSignalIntegrityErrors
number of errors in the egomotion signal integrity monitor
uint32_t inlierCount
two-view pose estimation: inlier count
dwSelfCalibrationCameraParameterEstimatorDiagnostics heightDiagnostics
height angle estimation diagnostics
dwSelfCalibrationCameraParameterEstimatorDiagnostics yawDiagnostics
yaw angle estimation diagnostics
uint32_t numberOfFeatures
number of features
uint32_t iterationCount
two-view pose estimation: iteration count
dwVector3f correctionsPosition
corrections sensor XYZ [meters]
char8_t sensorName[DW_MAX_RIG_SENSOR_NAME_SIZE]
uint64_t cycleCount
calibration cycle index
uint32_t longHistNumberOfOutliers
number of outliers for a long-term histogram, zero if this parameter is not applicable
uint32_t debouncedTotalEgomotionErrors
number of reported SEH-errors due to egomotion signal failures
dwVector2f featuresMaxPoint
float32_t twoViewYawRate
two-view image based yaw rate [deg/sec]
uint32_t routineTimeoutErrors
number of routine timeout monitor errors
dwSelfCalibrationCameraParameterEstimatorDiagnostics rollDiagnostics
roll angle estimation diagnostics
dwCalibrationSignalStateArray signalStates
supported calibration signal states
float32_t egomotionYawRate
egomotion yaw rate [deg/sec]
dwVector3f nominalPosition
nominal sensor XYZ [meters]
uint64_t totalRoutineErrors
number of reported SEH-errors due to calibration failures (timeout, deadjusted or algorithmic failure...
uint64_t rotationConflictCount
counter of rotation conflicts
uint32_t debouncedTotalFeatureErrors
number of reported SEH-errors due to feature track signal failures
dwSelfCalibrationCameraInputMonitorDiagnostics inputs
input monitor diagnostics
uint32_t sensorDeadjustedErrors
number of the routine deadjusted monitor errors
uint32_t routineFailureErrors
number of routine failure monitor errors
dwVector2f featuresMinPoint
features bounding box
uint64_t currentImageTimestamp
current frame timestamp
NVIDIA DriveWorks API: Core Types
float float32_t
Specifies POD types.
Defines a two-element single-precision floating-point vector.