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

1.0.19: colors: wiener denoiser #77

Conversation

zvezdochiot
Copy link

@zvezdochiot zvezdochiot commented Aug 12, 2023

Hi @vigri , @lightsilverberryfox .

One of the Wiener Denoiser options:

Iw = mean + dI * kdev
dI = I - mean
kdev = {
    0, if(dev < noise_dev)
    (dev - noise_dev) / dev, if(other)
}

Fast. Used IntegralImage. Source code: STEX.

@ghost ghost requested a review from vigri August 14, 2023 18:05
Copy link
Member

@vigri vigri left a comment

Choose a reason for hiding this comment

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

For me the PR looks fine!

@vigri vigri merged commit 7601370 into ScanTailor-Advanced:master Aug 22, 2023
2 checks passed
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.

None yet

2 participants