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

Ball and generic kernels #12

Merged
merged 6 commits into from
Nov 8, 2022
Merged

Ball and generic kernels #12

merged 6 commits into from
Nov 8, 2022

Conversation

nilgoyette
Copy link
Contributor

The generic kernels are incredibly slow, much more than SciPy. I'm not sure what to do about it.

  • The dilation operation will be made a little faster when this ndarray MR is merged because Zip is always faster than standard iteration.
  • It's slow but it's the cleanest code around. It will be made faster with rustc and ndarray enhancements.
  • I'll probably look into SciPy and ANTs ImageMath algorithms to find how they can be so fast.

@nilgoyette nilgoyette merged commit 0a2623f into master Nov 8, 2022
@nilgoyette nilgoyette deleted the morphological branch November 8, 2022 15:27
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.

1 participant