Filters-in-image-processing

Filters in Image Processing

Since there is no ideal (error free) channel for communication in the physical world, the noise is added to image during transmission in the network. To remove the noise, many filters are proposed in literature. Some of the famous filters in literature are given below. Each filter is explained by providing matlab code for better understanding.

  1. Mean filter
  2. Adaptive weighted mean filter
  3. Adaptive weiner filter
  4. Gaussian filter
  5. Median filter
  6. Adaptive median filter
    1. Rank order based median filter(RAMP)
    2. Size based median filter (SAMP)

No comments:

Post a Comment

Python-environment-for-deep-learning-in-windows

Python is increasingly becoming a popular programming language for machine learning and deep learning. If you want to use python for train...