Introduction
Noise is the result of errors in the image acquisition process that results in pixel values that do not reflect the true intensities of the real scene.Noise can occur during image capture, transmission, etc. Noise reduction is the process of removing noise from a signal. Noise reduction techniques are
conceptually very similar regardless of the signal being processed.
The image captured by the sensor undergoes filtering by different smoothing filters and the resultant
images. All recording devices, both analogue and digital, have traits which make them susceptible to noise. The fundamental problem of image processing is to reduce noise from a digital color image. The two most commonly occurring types of noise are Impulse noise, Additive noise (e.g. Gaussian noise) and Multiplicative noise (e.g. Speckle noise).
Types of noises
Image Noise is classified as Amplifier noise (Gaussian noise), Salt-and-pepper noise (Impulse noise),Shot noise, Quantization noise (uniform noise),Film grain, on-isotropic noise,Speckle noise (Multiplicative noise) and Periodic noise.
Amplifier Noise (Gaussian noise)
The standard model of amplifier noise is additive, Gaussian, dependent at each pixel and dependent of the signal intensity, caused primarily by Johnson–Nyquist noise (thermal noise), including thatwhich comes from the reset noise of capacitors ("kTC noise"). It is an idealized form of white noise, which is caused by random fluctuations in the signal.
Amplifier noise is a major part of the noise of an image sensor, that is, of the constant noise level in dark areas of the image. In Gaussian noise, each pixel in the image will be changed from its original value by a (usually) small amount.
Salt-and-Pepper Noise (Impulse Noise)
Salt and pepper noise is sometimes called impulse noise or spike noise or random noise or independent noise. In salt and pepper noise (sparse light and dark disturbances), pixels in the image are very different in color or intensity unlike their surrounding pixels. Salt and pepper degradation can be caused by sharp and sudden disturbance in the image signal. Generally this type of noise will only affect a small number of image pixels. When viewed, the image contains dark and white dots, hence the term salt and pepper noise. An image containing salt-and-pepper noise will have dark pixels in bright regions and vice versa.Shot Noise
The dominant noise in the lighter parts of an image from an image sensor is typically that caused by statistical quantum fluctuations, that is, variation in the number of photons sensed at a given exposurelevel; this noise is known as photon shot noise. Shot noise has a root mean- square value proportional to the square root of the image intensity, and the noises at different pixels are independent of one
another.
Quantization Noise (Uniform Noise)
The noise caused by quantizing the pixels of a sensed image to a number of discrete levels is known as quantization noise; it has an approximately uniform distribution, and can be signal may dependentFilm Grain
The grain of photographic film is a signal-dependent noise, related to shot noise. That is, if film grains are uniformly distributed (equal number per area), and if each grain has an equal and independent probability of developing to a dark silver grain after absorbing photons, then the number of such dark grains in an area will be random with a binomial distributionNon-Isotropic Noise
In film, scratches are an example of non-isotropic noise. While we cannot completely do away with image noise, it can certainly reduce some of it. Corrective filters are yet another devicethat helps in reducing image noise.
Speckle Noise (Multiplicative Noise)
speckle noise can be modelled by random values multiplied by pixel values hence it is also called multiplicative noise. Speckle noise is a major problem in some radar applications.Periodic Noise
If the image signal is subjected to a periodic rather than a random disturbance, we obtain an image corrupted by periodic noise. The effect is of bars over the image.Removing noise in images by filtering
filters are required for removing noises before processing. There are lots of filters in the paper to remove noise. They are of many kinds as linear smoothing filter, median filter, wiener filter and Fuzzy filter.In this filtering techniques, the three primaries(R, G and B) are done separately. It is followed by some gain to compensate for attenuation resulting from the filter. The filtered primaries are then combined to form the colored image
Linear Filters
Linear filter used to remove certain types of noise. Averaging or Gaussian filters are appropriate for this purpose. Linear filters also tend to blur sharp edges, destroy lines and other fine image details,
and perform poorly in the presence of signal-dependent noise
Linear smoothing filters
One method to remove noise is by convolving the original image with a mask that represents a low-pass filter or smoothing operation Smoothing filters tend to blur an image, because pixel intensity values that are significantly higher or lower than the surrounding neighbourhood would "smear" across the area. Because of this blurring, linear filters are seldom used in practice for noise reduction; they are, however, often used as the basis for non linear noise reduction filters.Adaptive Filter
The adaptive filter is more selective than a comparable linear filter, preserving edges and other high-frequency parts of an image. In addition, there are no design tasks; the wiener2 function handles all preliminary computations and implements the filter for an input image.Non-Linear Filters
In recent years, a variety of non linear median type filters such as weighted median, rank conditioned rank selection, and relaxed median have been developedMedian Filter
consider each pixel in the image sort the neighbouring pixels into order based upon their intensitiesreplace the original value of the pixel with the median value from the list.
Median and other RCRS filters are good at removing salt and pepper noise from an image, and also cause relatively little blurring of edges, and hence are often used in computer vision applications.
Fuzzy Filter
Fuzzy filters provide promising result in image-processing tasks that cope with some drawbacks of classical filters. Fuzzy filter is capable of dealing with vague and uncertain informationPerformance measure
The Peak Signal to Noise Ratio (PSNR) is the value of the noisy image with respect to that of the original image. The value of PSNR and MSE(Mean square Error)for the proposed method is found out experimentally.
Conclusion
Using Fuzzy filter technique ensures noise free and quality of the image. The main advantages of this fuzzy filter are the de noising capability of the destroyed color component differences. Hence the method can be suitable for other filters available at present.












