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.