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

Histogram equalization should use HSV color space #54

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Conversation

leouieda
Copy link
Member

Fix the previous error in histogram equalization, where I did each channel separately. This makes no sense. First convert to HSV and then equalize only the V values. Much better results without that red shift to the results.

Fix the previous error in histogram equalization, where I did each
channel separately. This makes no sense. First convert to HSV and then
equalize only the V values. Much better results without that red shift
to the results.
@leouieda leouieda marked this pull request as ready for review September 26, 2023 17:02
@leouieda leouieda merged commit 2ca772b into main Sep 26, 2023
12 of 14 checks passed
@leouieda leouieda deleted the equalize-hsv branch September 26, 2023 17:11
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.

1 participant