royerlab / ultrack

Cell tracking and segmentation software
https://royerlab.github.io/ultrack
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

Calculates Euclidean distance more efficiently using `np.linalg.norm` #34

Closed ajinkya-kulkarni closed 1 year ago

JoOkuma commented 1 year ago

Hi, @ajinkya-kulkarni thanks for the PR, but I'm not much in favor of merging this, it's an auxiliary function and not relevant to the algorithm. I rather avoid changing and testing if everything works correctly.

ajinkya-kulkarni commented 1 year ago

Alright, thanks for the info!