Skip to content

Algorithm for adding noise to an image and then filtering it using different types of filter.

License

Notifications You must be signed in to change notification settings

PedroRuizCode/imageNoiseFiltering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imageNoiseFiltering

The algorithm receives an input image and the user selects the type of noise to add. Then the user decides which filter he wants to use to eliminate the noise and at the end the original image, the image with noise, the filtered image, the noise generated and the estimated noise are displayed. In addition, the mean square error and the execution time of each filter are calculated and displayed in the console.

Note: You can save the generated images uncommenting the commented lines in the "show" method of the "Noise" class

About

Algorithm for adding noise to an image and then filtering it using different types of filter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages