Hausdorff Distance
by Zachary Danziger
19 Feb 2010
(Updated 03 Apr 2013)
Calculates the Hausdorff Distance between two sets of points in a Euclidean metric space.
|
Watch this File
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 28 May 2010 |
Edits Added the matrix of distances as an output option. Fixed a bug that would cause an error if one of the sets was a single point. Removed excess calls to "size" and "length". - May 2010
|
| 15 Jun 2010 |
Generalizes the code to allow N-dimensional point sets. This update is inspired by file 27905, which has a good implementation of HD beyond 2-D sets of points. |
| 30 Apr 2012 |
The code now automatically switches to a secondary algorithm when there is insufficient memory to compute and store a matrix containing distances between all constituent points. It also allows the user to manually choose the desired algorithm. |
| 04 Oct 2012 |
Based on user comments, the algorithm for large data sets was updated for performance. |
| 03 Apr 2013 |
An option for data visualization is now included. |
|
Contact us