Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace custom distance method by distance method of imglib2 #275

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

stefanhahmann
Copy link
Collaborator

While searching for a method that can directly compute the distance between 2 spots in the Mastodon code base, I found the distance method in this class. Later, I learned that there is the same method in imglib2.

In order to simplify the code I suggest to replace this re-implementation by using the imglib2 version of this method.

While searching for a method that can directly compute the distance between 2 spots in the Mastodon code base, I found the distance method in this class. Later, I learned that there is the same method in imglib2.

In order to simplify the code I suggest to replace this re-implementation by using the imglib2 version of this method.
@tinevez tinevez merged commit 8122626 into dev Feb 1, 2024
1 check passed
@stefanhahmann stefanhahmann deleted the stefanhahmann-patch-1 branch February 26, 2024 12:50
@stefanhahmann stefanhahmann self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants