Seminar Report Template 2023-24
Seminar Report Template 2023-24
[4] http://en.wikipedia.org/wiki/Network_monitoring
or
http://www.netoptics.com/pdf/MAP_whitepaper.pdf
Seminar Report
On
Title
Submitted for the partial fulfillment of requirement for
Bachelor of Engineering
(Information Technology)
Submitted By
Mr. ABC (Name of Student)
Title
is a bonafide work and it is submitted to the
By
Mr.(Name of Student)
in the partial fulfillment for the award of degree of Bachelor of
Engineering in Information Technology during the academic year 2023-
2024 under my guidance.
2022-23
Acknowledgement
Mr. A. B. C
Contents
ABSTRACT.................................................................................................................i
List of Figures..............................................................................................................ii
List of Screenshots.....................................................................................................iii
List of abbreviations...................................................................................................iii
1 INTRODUCTION................................................................................................1
1.1 Motivation............................................................................................................1
1.2 Objectives.............................................................................................................2
2 LITERATURE SURVEY....................................................................................3
3.1 Analysis..............................................................................................................15
3.2 Design.................................................................................................................16
4 SYSTEM IMPLEMENTATION........................................................................21
4.1 Implementation..................................................................................................21
5 CONCLUSION..................................................................................................27
REFERENCES 30
Seminar Title
ABSTRACT
Image quality improvement has been a concern throughout the fields of image
processing. Images are affected by various types of noise. Noise in image is
undesirable because it degrade the image quality. This system provides an efficient
simple, fast technique to remove noise from an image which is mostly introduced due
to environmental changes. We focus on the noise issues that changes image pixels
value either maximum or minimum. The pixels are easily identified as noisy pixels in
grayscale image but it is difficult to recognize in RGB color image. Combination of
Random function and Taylor’s series functions are used for pixels selection of an
image. Approximation is done on the selected pixel to remove the noise from an
image. This work focus on such technique that reduces the noise in both grayscale
and RGB images.
List of Figures
List of Screenshots
List of abbreviations
MIC Morphological Image Cleaning
CHAPTER 1
INTRODUCTION
Image quality improvement has been a concern throughout the fields of image
processing. Images are affected by various types of noise. Noise in image is
undesirable because it degrade the image quality. The application of Noise reduction
in image processing is a promising research field. Fuzzy techniques [3] have already
been applied in several domains of image processing and have numerous practical
applications.
Image noise is the term applied to pictures, a counterpart to the white noise we
would hear in an audio or video file. Analogue cameras will show image noise
through grainy specs on the picture whereas digital cameras will show image noise
through random speckles throughout the picture. While most of the time image noise
should be avoided, sometimes it can create the illusion of an older picture. Things
such as exposure, temperature and different camera modes can affect image noise. No
matter what you do to prevent image noise, some will always be present. Any
electronic unit that sends or receives a signal will be susceptible to it. For digital
cameras, light that enters the lens and misaligns with the sensors will cause image
noise. Even if you cannot see the noise when you look at your picture, there is some
form of image noise in any image you take. The same thing can be said for audio and
video productions. Every type of electronic device receives some sort of noise and
sends it on to what it is creating.
1.1 Motivation
pixel with the best approximation of the correct pixel value based on the
neighbourhood. This system will remove maximum noise from the image.
1.2 Objectives
CHAPTER 2
LITERATURE SURVEY
Types of Noise
Salt-and-pepper noise
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 exposure level; 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.
Shot noise follows a Poisson distribution, which is usually not very different from
Gaussian. In addition to photon shot noise, there can be additional shot noise from the
dark leakage current in the image sensor; this noise is sometimes known as "dark shot
noise" or "dark-current shot noise". Dark current is greatest at "hot pixels" within the
image sensor; the variable dark charge of normal and hot pixels can be subtracted off
(using "dark frame subtraction"), leaving only the shot noise, or random component,
of the leakage; if dark-frame subtraction is not done, or if the exposure time is long
enough that the hot pixel charge exceeds the linear charge capacity, the noise will be
more than just shot noise, and hot pixels appear as salt-and-pepper noise.
blue channel. Amplifier noise is a major part of the "read noise" of an image sensor,
that is, of the constant noise level in dark areas of the image.
Film grain
Non-isotropic noise
Many techniques for noise reduction replace each pixel with some function of
the pixel’s neighbourhood. Because 1-D features and 2-D noise usually have common
frequency components, they are not separable in the frequency domain. Linear filters
tend either to amplify the noise along with the 1-D features or smooth out the noise
and blur the 1-D features. Researchers have introduced a number of noise reduction
techniques. Edge detection is, however, a difficult problem in its own right.
Enhancement algorithms that depend on edge detection incorporate all the problems
associated with edge detection-undetected edges, spurious edges, misplaced edges,
etc.
Morphological filters are, perhaps, the most well-known nonlinear filters for
image enhancement. These include erosions, dilations, openings, closings, and rank
filters including the median filter. The action of a morphological filter depends on its
structuring element: a small, quasi-image that defines the operational neighbourhood
of a pixel. The median filter is very good at removing some types of noise (notably
shot noise or “salt and pepper” noise) while preserving some edges (perfect step
edges). It is not so good, however, at removing dense noise, and it degrades thin lines
and small features (smaller than half the area of its structuring element). [9] Bovik
provides a detailed analysis of the artifacts introduced by median filters.
of a neighborhood rather than the mean filter, the median filter has two main
advantages over the mean filter.
The median is a more robust average than the mean and so a single
unrepresentative pixel in a neighborhood will not affect the median value
significantly. Since the median value must actually be the value of one of the pixels in
the.
CHAPTER 3
WORKING PRINCIPLE
CHAPTER 4
CHAPTER 5
CONCLUSION
CHAPTER 6
REFERENCES
[2] S. E. Umbaugh, Computer Vision and Image Processing. Upper Saddle River, NJ:
Prentice-Hall, 1998.
[5] Shuqun Zhang and Mohammad A. Karim. A new impulse detector for switching
median filters. IEEE SIGNAL PROCESSING LETTERS, VOL.9,NO.11,
NOVEMBER 2002, 2002.
[6] Tao Chen and Hong Ren Wu. Adaptive impulse detection using center-
weighted median filters. IEEE SIGNAL PROCESSING LETTERS, VOL.8,NO. 1,
JANUARY 2001, 2001.
[7] Constantine Butakoff Igor Aizenberg, Member and Dmitriy Paliy. Impulsive noise
removal using threshold boolean filtering based on the impulse detecting
functions. IEEE SIGNAL PROCESSING LETTERS, VOL. 12, NO. 1, JANUARY
2005, 2005.
[9] A. C. Bovik, “Streaking in median filtered images,” IEEE Trans. Acousr. Speech,
Signal Processing, vol. ASSP-35, no. 4, pp. 493-503,1987.
[12] Gonzalez R.C., Woods R.E., Digital Image Processing, Addison Wesley, 2002.