ImFusion SDK 4.3
DeformableIcp::IterationInfo Struct Reference

#include <ImFusion/Reg/DeformableIcp.h>

Used to report information about an iteration. More...

Detailed Description

Used to report information about an iteration.

Public Attributes

Phase phase = Phase::None
 Phase of the algorithm.
 
int iter = -1
 Iteration number.
 
std::optional< double > lambda
 Regularization parameter.
 
double rmse = std::numeric_limits<double>::infinity()
 Absolute RMSE.
 
double relRmse = std::numeric_limits<double>::infinity()
 Relative RMSE = Absolute RMSE / RMS radius of fixed points.
 
double relRmseDiff = std::numeric_limits<double>::infinity()
 Difference between relative RMSEs of current and previous iteration.
 
StoppingReason stoppingReason = StoppingReason::None
 Reason for stopping iterations.
 

The documentation for this struct was generated from the following file:
Search Tab / S to search, Esc to close