Crate rusty_hausdorff

Crate rusty_hausdorff 

Source
Expand description

A parallel implementation of the directed Hausdorff distance.

This implementation is particularly effective when the first of the two arrays of points is quite large, since this allows the calculation to be effectively distributed over several threads.

Functionsยง

directed_hausdorff
Calculate the directed Hausdorff distance between two arrays.