Skip to content

add note about handling non-hazy images #740

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/module-reference/processing-modules/haze-removal.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Haze absorbs light from objects in the scene but it is also a source of diffuse

Setting both of the module's controls to unity maximizes the amount of haze removal but is also likely to produce some artifacts. Removing the atmospheric light entirely may render the image flat and result in an unnatural looking style. Optimal values are typically below unity and are rather image dependent, but also a matter of personal aesthetic preferences.

**Important note**: This module is not intended to be used for increasing contrast, even though that is the resulting effect from removing haze. It _will_ fail on many images which do not contain actual haze. To increase contrast on non-hazy images, apply the [_local contrast_](../local-contrast.md) module or use the 4-ways tab in [_color balance rgb_](../color-balance-rgb.md) and reduce the shadows lift luminance.

# module controls

strength
Expand Down