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

Noise model for datasets with min/max datapoints #8

Open
michael-sutherland opened this issue Jul 16, 2021 · 0 comments
Open

Noise model for datasets with min/max datapoints #8

michael-sutherland opened this issue Jul 16, 2021 · 0 comments

Comments

@michael-sutherland
Copy link

I have a noisy dateset from an SEM that has a lot of pixels at 0 and 65535 (it is a 16-bit dateset). For these pixels, the noise response is a little special. I would assume they wouldn't change value in most cases. Also, they aren't a good candidate for pixel replacement for N2V or PPN2V (especially as the pixel being picked as a neighbor pixel to replace an existing pixel). Do you have any suggestions on how to configure N2V and PPN2V to best fit this type of image? Or algorithm changes that would make sense in this case?

Here's what the noise histogram looks like in the image, with the edges still there. Obviously, the GMM fits a lot better if we trim off the extremes, but has issues correcting noise, I think because the noise modeling for these pixels doesn't really match the rest of the pixels.
noise_model_with_edges

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

No branches or pull requests

1 participant