Paper On Image Enhancement
Paper On Image Enhancement
Paper On Image Enhancement
INTROUDUCTION
IMAGE RESTORATION
IMAGE restoration refers to the genre of techniques that aim to recover a high-quality original image
from a degraded version of that image given a specific model for the degradation process. This is in
contrast to image enhancement techniques that seek to improve the appearance of an image without
reference to a specific model for the degradation process. The restoration framework is particularly
valuable because in conjunction with a training-based approach, it provides a context within which the
free parameters of the restoration algorithm may be optimized. Training-based approaches have been
used to develop imaging algorithms for a variety of applications, including image interpolation, image
restoration, digital half toning, de-screening, and color correction. The ingredients that training-based
approaches have in common when used for development of imaging algorithms are: 1) a set of
training pairs each consisting of an input image and a desired output image, 2) an architecture for the
algorithm consisting of free parameters, and 3) a cost function under which those free parameters may
be optimized. In many cases, the architecture contains a classifier that allows for parameter
optimization separately within different pixel classes according to the value of an appropriately
chosen feature vector.
FORMS OF DEGRADATION
The two most common forms of degrading an image suffers a loss of sharpness or blur, and
noise. The degradation model we use consists of a linear, shift-invariant blur followed by additive
noise. The problem we are interested in is twofold. First we seek to develop a sharpening method that
is fundamentally different from the unsharp mask filter (USM), which sharpens an image by
enhancing the high-frequency components of the image. In the spatial domain, the boosted high-
frequency components lead to overshoot and undershoot around edges, which causes objectionable
ringing or halo artifacts. Our goal is to develop a sharpening algorithm that increases the slope of
edges without producing overshoot and undershoot, which renders clean, crisp, and artifact-free
edges, thereby improving the overall appearance of the image. The second aspect of the problem we
wish to address is noise removal. We want to present a unified solution to both sharpness
enhancement and noise removal. In most applications, the degraded image contains both noise and
blur. A sharpening algorithm that works well only for noise-free images will not be applicable in these
situations.
In terms of noise removal, conventional linear filters work well for removing additive
Gaussian noise, but they also significantly blur the edge structures of an image. Therefore, a great deal
of research has been done on edge-preserving noise reduction. One of the major endeavors in this area
has been to utilize rank order information. Due to a lack of the sense of spatial ordering, rank order
filters generally do not retain the frequency selective properties of the linear filters and do not
suppress Gaussian noise optimally. Hybrid schemes combining both rank order filtering and linear
filtering have been proposed in order to take advantage of both approaches. These nonlinear rank
order approaches in general improve the edge sharpness, but they are more complex to implement
than a spatial linear filter.
Different technique’s are developed for enhancement operations.and the paper concerns with different
algorithms for that.
UNSHARP MASKING
Resolution might add detail, but it can't add sharpness, they're different things. Resolution
adds the detail that lets us recognize features. Sharpness makes edges clear and distinct. The
standard tool of choice for sharpening is the UnSharp Mask filter (called USM). It's magic!
Most good programs have a USM. Scanners often include a USM tool, but normally the USM
sharpening is done after the scan, as the final operation in an image program that saves the
image file.
Sharpening filters emphasize the edges in the image, or the differences between adjacent light
and dark sample points in an image. The generic Sharpen or Sharpen More filters are often for
graphics, and are less suitable for color photographic images. However, filters do vary, the
name "Sharpen" is vague and is not always very descriptive, it is hard to say what they do.
But the UnSharp Mask is where the action is for photographs, the standard tool. It offers the
necessary greater control.
High pass filter gives great result but there is one problem,it gets rid of the complete
background .When we need to enhance the edges but also need to retain some of the
background we use modified version of high pass filter known as Unsharp Masking-
USM(HIGH BOOST FILTERING)
In High Boost filtering we pass some of the background along with the high
frequency content
High pass = Original – Low pass. To pass some of the background multiply original
image with multiplicative factor A.
Where f^[m,n] is the restored image, h[m,n,k,l] is the response at [m,n]to an impulse at [k,l] ,
and g[m,n] is the degraded image. For the bilateral filter shown at where [mo,no] is
the center pixel of the window,.Ωmo,no={[m,n]}:[m,n] Ɛ [mo-N,mo+N] X [noN,no+N],σd
and σr are the standard deviations of the domain and range Gaussian filters, respectively, and
is a normalization factor that assures that the filter preserves average gray value in constant
areas of the image.
* =
Illustration of how the bilateral filter works. (a) Blurred and noisy 165_156 image “edge.tif”;
(b) bilateral filter restored image (c) Gaussian filter restored image
In this section, we present a new sharpening and smoothing algorithm: the adaptive bilateral
filter (ABF). The response at [mo,no] of the proposed shift-variant ABF to an impulse
at[m,n] is given.where [mo,no]and Ωmo,no are defined as before, and the normalization
factor relation with impulse is given by
• Some modifications:
1 an offset ξ is introduced to the range filter
2 both ξ and σr are locally adaptive
3 σd=1 be fixed
Role of in the ABF
The range filter can be interpreted as a 1-D filter that processes the histogram of the image.
We index the images in the table by their [row, column] coordinates. The original degraded i
For the conventional bilateral filter, the range filter is located on the histogram at the gray
value of the current pixel and rolls off as the pixel values fall farther away from the center
pixel value, By
adding an offset to the range filter, we are now able to shift the range filter on the histogram,
As before,let Ωmo,no denote the set of pixels(2N+1)X(2N+1) in the window of pixels
centered at(mo,no).let MIN,MAX,and MEAN denote the operations minimum, maximum,
and average value of the data in , Ωmo,no respectively.
let
We will demonstrate the effect of bilateral filtering with a fixed domain Gaussian filter and a
range filter.
CONCLUSION
In this paper, we presented three image enhancement algorithms starts with unsharp masking,
and ends with bilateral filterand adaptive bilateral filter (ABF).The USM which sharpens an
image by enhancing the high-frequency components of the image. In the spatial domain,the
boosted high-frequency components lead to overshoot and undershoot around edges, which
causes objectionable ringing or halo artifacts . Bilateral filtering smoothes image while
preserving edges by means of a nonlinear combination of nearby image values. it’s a non
iterative.so needs lot of computations. The ABF is able to smooth the noise, while enhancing
edges and textures in the image. The parameters of the ABF are optimized with a training procedure.
ABF restored images are significantly sharper than those restored by the bilateral filter. Compared
with an USM based sharpening method—the optimal unsharp mask , ABF restored edges are as
sharp as those rendered by the OUM, but without the halo artifacts that appear in the OUM
restored image. In terms of noise removal, ABF also outperforms the bilateral filter and the OUM.
We demonstrate that ABF works well for both natural images and text images.
REFERANCES
Adaptive Bilateral Filter for Sharpness Enhancement and Noise Removal
Buyue Zhang, Member, IEEE, and Jan P. Allebach, Fellow, IEEE
Image Enhancement Techniques Pixel Operation in Spatial DomainKirti Rajadnya
and. K.T. Talele
Bilateral Filtering for Gray and Color ImagesC. Tomasi _ R. Manduchi