Nearest-neighbor linker

Link two lists of points based on nearest neighbor.

Download
Download

You are now following this Submission

Cite As

Jean-Yves Tinevez (2026). Nearest-neighbor linker (https://ch.mathworks.com/matlabcentral/fileexchange/33772-nearest-neighbor-linker), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired: Hungarian based particle linking, simpletracker

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.1.0

Made it a bit less stupid. Now links are created with first the smallest distance over the whole set. It makes the results independent of the order of the points. It also makes the code simpler actually.

Download
1.0.0

Download