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

Add clahe (experimental) #300

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Add clahe (experimental) #300

wants to merge 5 commits into from

Conversation

StRigaud
Copy link
Member

This PR integrate the CLAHE algorithm, adapted from Hugo Raveton implementation. And a demo notebook displaying the usage.

It also introduce an __experimental__ module where new algorithm and kernel can be integrated to the library for testing before being fully added to the main package.

@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 55.55556% with 8 lines in your changes missing coverage. Please review.

Project coverage is 87.62%. Comparing base (00bfc16) to head (e06d6dc).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pyclesperanto/__experimental__/clahe.py 50.00% 8 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #300      +/-   ##
==========================================
- Coverage   87.97%   87.62%   -0.36%     
==========================================
  Files          20       22       +2     
  Lines        1638     1656      +18     
==========================================
+ Hits         1441     1451      +10     
- Misses        197      205       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

2 participants