-
Notifications
You must be signed in to change notification settings - Fork 95
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
Implement medfilt1d_ng
#2285
Labels
Comments
After preliminary work in #2261 we validated it was possible. Performances are expected to be 5s for 2Mpix image using Python |
Quick&dirty implementation in python:
|
Non-regression test:
|
Quick&dirty implementation in cython:
|
Sort algorithm in OpenCL for variable size ensemble:
Scales in 5log(n) passes |
OpenCL version of the comb-sort algorithm:
|
This was referenced Oct 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: