SMILX
1.01
|
Common measurement functions such as MSE etc. More...
Functions | |
static Type | milx::Math< Type >::MeanSquaredError (vtkPoints *sourcePoints, vtkPoints *targetPoints) |
Compute the MSE of the given points sets. More... | |
Common measurement functions such as MSE etc.
|
static |
Compute the MSE of the given points sets.
The MSE is computed across all points between the two point sets.
For each point
Accumulate distance squared for each point across all sets
Definition at line 541 of file milxMath.h.