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

Use Edge Enhancement for the Dead Pixel Correction #39

Open
kausthubhak opened this issue Oct 18, 2024 · 1 comment
Open

Use Edge Enhancement for the Dead Pixel Correction #39

kausthubhak opened this issue Oct 18, 2024 · 1 comment

Comments

@kausthubhak
Copy link

In the current implementation, if the first pixel is bad, we wouldn't know that since we started testing the middle pixel of the next line. So, it's better to use edge enhancement techniques to include the first pixel in checking whether it's bad or not.

@marianadeem-10xe
Copy link
Collaborator

marianadeem-10xe commented Nov 6, 2024

Yes, the current implementation assumes that all the neighboring pixels are good pixels and requires improvement. The case in which there are more than one bad pixel in a 3x3 window is not currently handled. However, the implementation does include a gradient based check to prevent edge blurring during DPC.

The first pixel is tested using reflective padding on the image.

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

2 participants