Giter Site home page Giter Site logo

solved-ee440-assignment-4-generate-a-noisy-version-of-an-image-by-adding-the-salt-and-pepper-noise's Introduction

Download Link: https://assignmentchef.com/product/solved-ee440-assignment-4-generate-a-noisy-version-of-an-image-by-adding-the-salt-and-pepper-noise

  • bmp is a clean image, please generate a noisy version of it by adding the salt-and-pepper noise, with 15% of the pixels being altered by the noise. Use two different filters to reduce the noise. Show the original image, the generated noisy image, and two denoised results. Compare and write your comments on these two denoised results.

Hint:

  1. In adding the salt-and-pepper noise, pixels altered by the noise are randomly set to either black or white. For this problem, 50% of the altered pixels are set to black, and 50% of altered pixels are set to white.
  2. You could use a low pass filter and a median filter.
  3. You can use imread to read .bmp files. Other useful commands are median,

  • Write a program to sharpen bmp using a high boost filter. You can choose the scale factor by yourself.

Hint: 1. Useful MATLAB commands: rgb2hsv, hsv2rgb, and conv2.

solved-ee440-assignment-4-generate-a-noisy-version-of-an-image-by-adding-the-salt-and-pepper-noise's People

Contributors

programming-assignments avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.