-
Notifications
You must be signed in to change notification settings - Fork 27
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
Bugs in adaptive median filter implementation (Crespo algorithm) #69
Comments
Hi Julius, thank you for the feedback. It will definitely help to improve the package. In order to proceed now, may I ask you to:
Or, if you have your own implementation of the Crespo algorithm, you could make a pull request and become a contributor of the package? Open-sourcing the project was done in that perspective. Either way, thank you in advance for your help. PS: I'll try to have all your issues resolved (#65 and #69) asap. |
Hello, I'm referring to the latest commit on branch master. I'm attaching a script to this reply that I used to visualize the results of several rolling and expanding configurations, I think it will help you to understand what I'm talking about on points 1 and 2 and how it relates to your implementation. I've also added a minimal example demonstrating the issue with the [::-1] inversion. Hope it helps. |
Hello, I've just updated my first post. The link was missing on point 2, please check it out. Also, I've noticed that I had forgotten to write about one last point, so let me add it now:
Julius |
Greetings, hope you're doing well.
I've been running a few tests with your implementation of the Crespo algorithm confronting it with my own implementation and I've come across a few divergences, some are bugs and cause inaccuracies. On a previous issue, I told you about a bug in the inactivity mask, the ones I'm going to discuss now are newly discovered.
I hope this will help to improve the library.
Keep up the good work.
Julius
The text was updated successfully, but these errors were encountered: