Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Salt and Pepper impulse Denoising opencv

I am creating a generic method to work on salt and pepper noise and variants. The example images are as shown below :

enter image description here enter image description here enter image description here

I tried few methods, such as

    Median filter from scipy
    Selective Adaptive Median Filter by Jayanta Das et al.

The closest result was on Image 3, with Median filter, giving the closest result to the original image with no noise.

These are my following doubts :

1. Can we consider these noises as salt and pepper noise.? Is there something else that I am missing?
2. What could be the better suggested method? Currently, I am planning to implement Switching Median filter by Pei-Eng et al, but I would like to know if this could be the right track.

The originals that I am trying to get closer to:

enter image description here enter image description here enter image description here

Salt and Pepper impulse Denoising opencv

I am creating a generic method to work on salt and pepper noise and variants. The example images are as shown below :

enter image description here enter image description here enter image description here

I tried few methods, such as

    Median filter from scipy
    Selective Adaptive Median Filter by Jayanta Das et al.

The closest result was on Image 3, with Median filter, giving the closest result to the original image with no noise.

These are my following doubts :

1. Can we consider these noises as salt and pepper noise.? Is there something else that I am missing?
2. What could be the better suggested method? Currently, I am planning to implement Switching Median filter by Pei-Eng et al, but I would like to know if this could be the right track.

The originals that I am trying to get closer to:

enter image description here enter image description here enter image description here