Currently, the project supports adding “Salt & Pepper” noise for testing restoration filters.
Let’s enhance it by adding Poisson and/or Speckle noise options in noise_removal.py.
Tasks:
Modify the add_noise() function to include "poisson" and "speckle" modes.
Update the code to allow choosing noise type via a command-line argument.
Add sample output images (noisy + restored) to /outputs/ folder.
Update README.md to reflect the new options.
Currently, the project supports adding “Salt & Pepper” noise for testing restoration filters.
Let’s enhance it by adding Poisson and/or Speckle noise options in noise_removal.py.
Tasks:
Modify the add_noise() function to include "poisson" and "speckle" modes.
Update the code to allow choosing noise type via a command-line argument.
Add sample output images (noisy + restored) to /outputs/ folder.
Update README.md to reflect the new options.