|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
22 #ifndef DW_CALIBRATION_ENGINE_STEREO_STEREOPARAMS_H_
23 #define DW_CALIBRATION_ENGINE_STEREO_STEREOPARAMS_H_
25 #include <dw/calibration/engine/common/CalibrationTypes.h>
26 #include <dw/calibration/cameramodel/CameraModel.h>
66 #endif // DW_CALIBRATION_STEREO_STEREOPARAMS_H_
struct dwCameraModelObject * dwCameraModelHandle_t
A pointer to the handle representing a calibrated camera model.
struct dwCalibrationStereoParams dwCalibrationStereoParams
Calibration parameters for calibrating a stereo sensor.
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
struct dwCalibrationStereoParams::@31 epipolar
dwCameraModelHandle_t calibratedRightCamera
dwCameraModelHandle_t calibratedLeftCamera
A handle for each calibrated camera to use in the stereo calibration routine.
uint32_t maxMatchesCount
The maximum number of matches of the camera pair.
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
Calibration parameters for calibrating a stereo sensor.