DriveWorks SDK Reference
5.20.37 Release
For Test and Development only

SelfCalibrationCameraDiagnostics.h
Go to the documentation of this file.
1
2// This code contains NVIDIA Confidential Information and is disclosed
3// under the Mutual Non-Disclosure Agreement.
4//
5// Notice
6// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS"
7// NVIDIA MAKES NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY,
8// OR OTHERWISE WITH RESPECT TO THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY
9// IMPLIED WARRANTIES OF NONINFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A
10// PARTICULAR PURPOSE.
11//
12// NVIDIA Corporation assumes no responsibility for the consequences of use of
13// such information or for any infringement of patents or other rights of third
14// parties that may result from its use. No license is granted by implication or
15// otherwise under any patent or patent rights of NVIDIA Corporation. No third
16// party distribution is allowed unless expressly authorized by NVIDIA. Details
17// are subject to change without notice. This code supersedes and replaces all
18// information previously supplied. NVIDIA Corporation products are not
19// authorized for use as critical components in life support devices or systems
20// without express written approval of NVIDIA Corporation.
21//
22// Copyright (c) 2023-2024 NVIDIA Corporation. All rights reserved.
23//
24// NVIDIA Corporation and its licensors retain all intellectual property and
25// proprietary rights in and to this software and related documentation and any
26// modifications thereto. Any use, reproduction, disclosure or distribution of
27// this software and related documentation without an express license agreement
28// from NVIDIA Corporation is strictly prohibited.
29//
31#ifndef SELFCALIBRATIONCAMERADIAGNOSTICS_H_
32#define SELFCALIBRATIONCAMERADIAGNOSTICS_H_
33// Generated by dwProto from self_calibration_camera_diagnostics.proto DO NOT EDIT BY HAND!
34// See //3rdparty/shared/dwproto/README.md for more information
35
36#include <dw/core/base/Types.h>
37
39#include <dw/rig/Rig.h>
40
41#ifdef __cplusplus
42extern "C" {
43#endif
44
46{
49
52
55
58
62
64{
67
70
73
76
80
82{
85
88
92
94{
96
99
102
105
108
111
114
117
121
124
126 uint32_t inlierCount;
127
130
133
135 uint64_t cycleCount;
136
139
142
145
148
151
154
157
160
163
166
170
171#ifdef __cplusplus
172}
173#endif
174
175#endif // SELFCALIBRATIONCAMERADIAGNOSTICS_H_
NVIDIA DriveWorks API: Calibration
Defines a three-element floating-point vector.
Definition: MatrixTypes.h:76
#define DW_MAX_RIG_SENSOR_NAME_SIZE
Defines the maximum length of a sensor name in a rig.
Definition: RigTypes.h:57
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 iterationCount
two-view pose estimation: iteration count
dwVector3f correctionsPosition
corrections sensor XYZ [meters]
char8_t sensorName[DW_MAX_RIG_SENSOR_NAME_SIZE]
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
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.
Definition: BasicTypes.h:59
Defines a two-element single-precision floating-point vector.
Definition: MatrixTypes.h:48