|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
30 #ifndef DW_CALIBRATION_ENGINE_CAMERA_CAMERAPARAMS_H_
31 #define DW_CALIBRATION_ENGINE_CAMERA_CAMERAPARAMS_H_
33 #include <dw/calibration/engine/common/CalibrationTypes.h>
34 #include <dw/calibration/cameramodel/CameraModel.h>
36 #include <dw/sensors/camera/Camera.h>
123 #endif // DW_CALIBRATION_ENGINE_CAMERA_CAMERAPARAMS_H_
uint32_t maxFeatureHistorySize
The maximum number of positions in a feature's location history.
uint32_t maxFeatureCount
The maximum number of tracked features per camera.
void(* dwCalibrationStatusChanged)(dwCalibrationRoutineHandle_t routine, dwCalibrationStatus status, void *userData)
Defines a callback function that is called when calibration routine has changed its internal status.
dwCalibrationCameraSignal signals
Signals to be estimated (can be a bitwise "or" of dwCalibrationCameraSignal flags)
@ DW_CALIBRATION_CAMERA_SIGNAL_HEIGHT
Height estimation, supported by feature-based calibration.
dwCalibrationCameraMethod method
Calibration method used for estimation.
Calibration parameters for calibrating a camera sensor.
struct dwCameraModelObject const * dwConstCameraModelHandle_t
A pointer to the handle representing a const calibrated camera.
struct dwCalibrationCameraParams dwCalibrationCameraParams
Calibration parameters for calibrating a camera sensor.
dwCalibrationFastAcceptanceOption
Fast-acceptance options to configure calibration routines with.
dwCalibrationStatusChanged onChanged
An optional pointer to a function that will be called when the calibration status of a routine has ch...
struct dwCalibrationCameraParams::@2 features
dwCameraProperties const * cameraProperties
Pointer to Camera properties This pointer can't be null and needs to point to the properties of the c...
@ DW_CALIBRATION_CAMERA_SIGNAL_ROLL
Roll estimation, supported by feature-based calibration.
dwCalibrationCameraSignal
Camera calibration signals to estimate (either DW_CALIBRATION_CAMERA_SIGNAL_DEFAULT or combination of...
dwCalibrationFastAcceptanceOption fastAcceptance
Specification of fast-acceptance behaviour.
dwConstCameraModelHandle_t calibratedCamera
A handle to calibrated camera to use in the camera calibration routine.
@ DW_CALIBRATION_CAMERA_SIGNAL_PITCHYAW
Pitch+yaw estimation, supported by feature-based calibration.
@ DW_CALIBRATION_CAMERA_SIGNAL_DEFAULT
Activate supported signals based on properties of the camera sensor.
@ DW_CALIBRATION_CAMERA_SIGNALS_ALL
All possible values estimation.
@ DW_CALIBRATION_CAMERA_METHOD_FEATURES
Feature-based calibration, supports estimation of pitch+yaw, roll, and height signals,...
dwCalibrationCameraMethod
Camera calibration method used for estimation.
void * userData
A pointer to user data that will be passed along when a sensor calibration data has been changed.
uint32_t extrinsicProfileIndex
index of the extrinsic profile to be calibrated