40#ifndef DW_CALIBRATION_STEREO_STEREOPARAMS_H_
41#define DW_CALIBRATION_STEREO_STEREOPARAMS_H_
59 uint32_t maxMatchesCount;
NVIDIA DriveWorks API: Camera Methods
dwCameraModelHandle_t calibratedLeftCamera
A handle for each calibrated camera to use in the stereo calibration routine.
dwCameraModelHandle_t calibratedRightCamera
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
struct dwCalibrationStereoParams::@1 epipolar
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
Calibration parameters for calibrating a stereo sensor.
NVIDIA DriveWorks API: Calibration
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
struct dwCameraModelObject * dwCameraModelHandle_t
A pointer to the handle representing a calibrated camera model.