A VTK Algorithm for the Computation of the Hausdorff Distance

Frédéric Commandeur1*,Jérôme Velut,Oscar Acosta
1.INSERM, U642, Rennes, F-35000, France
Abstract
A VTK Algorithm for the Computation of the Hausdorff Distance

Abstract

The Hausdorff distance is a measure of the distance between sets of points. There are many advantages to using this metric compared to other similarity measures. This document describes a VTK class for computing the Hausdorff Distance between two sets of points. The main contribution, compared to other implementations, lies in the definition of the distance not only to the closest point but to the closest point in the represented surface, which yields an accurate measure even between undersampled surfaces. This is achieved by implementing a point-to-cell distance instead of a point-to-point. Furthermore, a plugin for ParaView was implemented, which is also available with the code. After introducing the interest of this distance, the VTK code is explained and illustrated with some examples.

Keywords

Surfaces ComparisonHausdorff Distance
Manuscript
Source Code and Data

Source Code and Data

Loading file tree...

Select a file to preview