[vtkusers] RMS Distance between Two Pointclouds
Magician
f_magician at mac.com
Thu Jun 4 01:18:51 EDT 2015
Hi all,
I’m trying vtkIterativeClosestPointTransform on VTK 6.2.0.
That works correctly, and I want to get final RMS distance between the pointclouds.
According to the class reference, there is GetMeanDistance() method,
but that takes the mean distance 'between the last two iterations’.
Of course I can calculate it by myself, but is there an easy way to get the RMS distance
between two clouds with VTK?
Magician
More information about the vtkusers
mailing list