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

[FEA] Improve performance of existing equalize_adapthist function (CLAHE) #526

Open
grlee77 opened this issue Mar 16, 2023 · 0 comments
Open
Labels
feature request New feature or request

Comments

@grlee77
Copy link
Contributor

grlee77 commented Mar 16, 2023

Is your feature request related to a problem? Please describe.
The current implementation of equalize_adapthist is much slower than the CUDA implementation of CLAHE for uint8_t or uint16_t 2D images available in OpenCV-contrib.

Describe the solution you'd like
The current implementation matches the scikit-image implementation closely, but can likely be refactored to improve efficiency while maintaining the current behavior.

@grlee77 grlee77 added the feature request New feature or request label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant