NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwPointCloudICPResultStats Struct Reference

Detailed Description

Resulting statistics about the latest ICP run.

This includes statistics about how well ICP worked (residual errors, number of iterations, inlier fraction).

Definition at line 86 of file PointCloudICP.h.

Data Fields

uint16_t actualNumIterations
 How many iterations were actually performed. More...
 
float32_t rmsCost
 Weighted root mean square (RMS) cost after last ICP iteration. More...
 
float32_t inlierFraction
 Fraction of points which are inliers to the final ICP pose. More...
 
uint32_t numCorrespondences
 Number of 3D points which qualify as valid correspondences. More...
 

Field Documentation

◆ actualNumIterations

uint16_t dwPointCloudICPResultStats::actualNumIterations

How many iterations were actually performed.

Definition at line 89 of file PointCloudICP.h.

◆ inlierFraction

float32_t dwPointCloudICPResultStats::inlierFraction

Fraction of points which are inliers to the final ICP pose.

Definition at line 93 of file PointCloudICP.h.

◆ numCorrespondences

uint32_t dwPointCloudICPResultStats::numCorrespondences

Number of 3D points which qualify as valid correspondences.

Definition at line 95 of file PointCloudICP.h.

◆ rmsCost

float32_t dwPointCloudICPResultStats::rmsCost

Weighted root mean square (RMS) cost after last ICP iteration.

Definition at line 91 of file PointCloudICP.h.


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