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

feat: conditional adaptive histogram equalization (CAHE) #427

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

Conversation

cpaniaguam
Copy link
Member

@cpaniaguam cpaniaguam commented Aug 26, 2024

Features

  • conditional_histeq and ancillary functions
  • Alternate implementation of annisotropic diffusion (AD) that is closer to MATLAB's

Other improvements

  • refactoring to the cloudmask workflow for code reusability. A part of the existing workflow is needed for CAHE
  • refactoring to the current implementation of AD

TODO

  • Validation tests for the new features

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@cpaniaguam cpaniaguam self-assigned this Sep 10, 2024
@cpaniaguam cpaniaguam changed the title chore: Add histogram equalization and anisotropic diffusion functions feat: conditional adaptive histogram equalization (CAHE) Sep 11, 2024
@cpaniaguam cpaniaguam added this to the IFT Data Process milestone Sep 11, 2024
@cpaniaguam cpaniaguam marked this pull request as ready for review September 11, 2024 20:12
Copy link
Collaborator

@tdivoll tdivoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some docstring cleanups/clarifications. Otherwise, it looks like good refactors and a few TODOs once we get clarifications from the research team.

src/cloudmask.jl Outdated Show resolved Hide resolved
src/cloudmask.jl Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
src/histogram_equalization.jl Outdated Show resolved Hide resolved
@cpaniaguam
Copy link
Member Author

Regression tests added for these features.

src/cloudmask.jl Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Add entropy threshold before adaptive histogram equalization
3 participants