NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwRadarDopplerMotionRansacParams Struct Reference

Detailed Description

Defines the parameters used in ransac procedure for radar motion estimation.

Definition at line 76 of file DopplerMotionEstimatorTypes.h.

Data Fields

uint32_t nIterations
 Number of RANSAC iterations to perform. More...
 
float64_t robustiferThreshold
 (Tukey) Robustifer threshold for the cost function, the value is measured in meters, depending on the accuracy of ego-motion. More...
 

Field Documentation

◆ nIterations

uint32_t dwRadarDopplerMotionRansacParams::nIterations

Number of RANSAC iterations to perform.

Definition at line 79 of file DopplerMotionEstimatorTypes.h.

◆ robustiferThreshold

float64_t dwRadarDopplerMotionRansacParams::robustiferThreshold

(Tukey) Robustifer threshold for the cost function, the value is measured in meters, depending on the accuracy of ego-motion.

Definition at line 83 of file DopplerMotionEstimatorTypes.h.


The documentation for this struct was generated from the following file: