Skip to content

ENH: Add HausdorffDistancePointSetFilter.

Bill Lorensen requested to merge lorensen/vtk:AddHausdorffDistance into master

This MR adds an updated version of vtkHausdorffDistancePointSetFilter described in the VTK Journal Article:

"A VTK Algorithm for the Computation of the Hausdorff Distance," by Commandeur F., Velut J., Acosta O. INSERM, U 642, Rennes, F-35000, France, Université de Rennes 1, LTSI.

See: https://www.vtkjournal.org/browse/publication/839

The original code located here:

https://github.com/midas-journal/midas-journal-839

was updated to conform top VTK style, VTK doxygen style and VTK 8.2.

A unit test executes 100% of the .h code and 98% of the .cxx code.

Merge request reports