Skip to content

DigitalCircularityToolkit v0.4

Latest
Compare
Choose a tag to compare
@keithjlee keithjlee released this 15 Dec 20:03
· 3 commits to master since this release

Major updates

Hungarian superseded with Match

The new Match component uses the Jonkers-Volgenant matching algorithm using graph analysis rather than the Hungarian matching algorithm, and results in orders of magnitude faster solve times. This enables real-time matching for more complex problems.

HausdorffCurve and HausdorffPoints

These components capture the Hausdorff distance between two curves or two sets of points. Useful for high-fidelity alignment between objects.