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 histogram matching algorithm #515

Merged
merged 4 commits into from
Jan 24, 2021

Conversation

codejaeger
Copy link
Contributor

@codejaeger codejaeger commented Aug 24, 2020

Description

Histogram matching is a generalised version of the algorithm histogram equalization.
It aims to match the histogram obtained from one input image to another reference image, transforming the input image in the process.

This PR adds code, tests, doc & an example to use the histogram matching feature implemented.

Dependency

This PR requires support of GIL histogram class currently running in PR #499. Reviewing and merging can only be done after completion of the former PR.

References

Wiki - https://en.wikipedia.org/wiki/Histogram_matching
Related PR - #442

Tasklist

  • Add test case(s)
  • Ensure all CI builds pass - R.I.P. Travis CI
  • Review and approve

@codejaeger codejaeger marked this pull request as draft August 24, 2020 16:31
@codejaeger codejaeger marked this pull request as ready for review August 24, 2020 17:18
@mloskot mloskot added cat/feature New feature or functionality google-summer-of-code All items related to GSoC activities labels Aug 25, 2020
@mloskot mloskot changed the title Add code for histogram matching Add histogram matching algorithm Aug 25, 2020
@mloskot
Copy link
Member

mloskot commented Jan 24, 2021

@codejaeger I've just git merge-updated your gsoc/histogram_matching branch from the latest develop

Copy link
Member

@mloskot mloskot left a comment

Choose a reason for hiding this comment

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

@codejaeger I'm happy to merge this PR. I'm also hoping you'll be available to continue improving the histogram support in GIL. Thank you for your work.

@mloskot mloskot added this to the Boost 1.76+ milestone Jan 24, 2021
@mloskot mloskot merged commit 77255e9 into boostorg:develop Jan 24, 2021
meshtag pushed a commit to meshtag/gil that referenced this pull request Apr 21, 2021
meshtag pushed a commit to meshtag/gil that referenced this pull request Apr 22, 2021
@mloskot mloskot mentioned this pull request May 12, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/feature New feature or functionality google-summer-of-code All items related to GSoC activities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants