Seeking a Closest Pair algorithm

2 views (last 30 days)
Cye
Cye on 14 Mar 2019
I am seeking a simple, straightforward, recursive Closest Pair algorithm (in Matlab, of course) for comparison with methods I am developing. Do you know of any that are not in Matlab toolboxes? There's a program ipdm.m in the user contributions, but it scales as O(n^2), so I don't think it's the divide-and-conquer recursive type. Thanks.
Cye

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products


Release

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!