fishdist.point_pairing
pair_points_by_distance(points1, points2, threshold=3, rescaling_factor=None)
Pair points from two sets based on minimal Euclidean distance within a threshold.
Each point in points1 is matched to the closest point in points2 if the
distance is below threshold. Existing pairings are updated if a closer match
is found.
| Parameters: |
|
|---|
| Returns: |
|
|---|