0% found this document useful (0 votes)
20 views37 pages

Tech Sem Sumanth

The document is a technical seminar report on 'Image Enhancement Techniques in Digital Image Processing' submitted by Sumathgowda R M for the Bachelor of Engineering degree at Visvesvaraya Technological University. It covers various image enhancement methods, categorizing them into spatial and frequency domain techniques, and discusses their applications, advantages, and challenges. The report also includes acknowledgments, an abstract, and a detailed table of contents outlining the structure of the seminar.

Uploaded by

gowdasumanth228
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views37 pages

Tech Sem Sumanth

The document is a technical seminar report on 'Image Enhancement Techniques in Digital Image Processing' submitted by Sumathgowda R M for the Bachelor of Engineering degree at Visvesvaraya Technological University. It covers various image enhancement methods, categorizing them into spatial and frequency domain techniques, and discusses their applications, advantages, and challenges. The report also includes acknowledgments, an abstract, and a detailed table of contents outlining the structure of the seminar.

Uploaded by

gowdasumanth228
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

BELGAUM

A
TECHNICAL SEMINAR
ON
IMAGE ENHANCEMENT TECHNIQUES IN DIP
Submitted in partial fulfillment of the requirement of the degree of

Bachelor of Engineering
In
Electronics and Communication Engineering
For the academic year
2024-2025
By

SUMANTHGOWDA R M
(1HK21EC127)

Under the Guidance of


Dr. ASHA GNANA PRIYA H
Professor, Dept. of E&C Engineering
H.K.B.K.C.E, Bangalore- 45.

DEPARTMENT OF
ELECTRONICS AND COMMUNICATION ENGINEERING
HKBK COLLEGE OF ENGINEERING
#22/1 Nagawara, Bengaluru-560045
HKBK COLLEGE OF ENGINEERING
#22/1 Nagawara, Bengaluru-560045
Department of Electronics and Communication

CERTIFICATE

Certified that the technical seminar on ‘IMAGE ENHANCEMENT TECHNIQUES IN DIP’


is a bonafide work carried out by SUMANTHGOWDA R M (1HK21EC127) in partial
fulfillment for requirements of the degree of Bachelor of Engineering in Electronics and
Communication of the Visvesvaraya Technological University, Belgaum for the academic year
2024-2025. It is certified that all corrections/suggestions indicated for the Internal Assessment
have been incorporated in the report deposited in the departmental library. The Seminar report
has been approved as it satisfies the academic requirements in respect of Seminar work
prescribed for Bachelor of Engineering Degree.

Signature of the Guide Signature of the HOD Signature of the Principal


ACKNOWLEDGEMENT

I am grateful to the Chairman, Mr. C. M. Ibrahim, for having provided me an opportunity to


emerge as a responsible citizen with Professional Engineering Skills and moral ethics.

I am grateful to the Director, Mr. C. M. Faiz Mohammed, for having provided me with
excellent facilities in the college during my course.

I am indebted to the Principal, Dr. Mohammed Riyaz Ahmed, for facilitating a congenial
academic environment in the College.

I am grateful to the HOD, Dr. Maaz Ahmed, for his kind support, guidance and motivation
during the B.E Degree Course and especially during the course.

I thank my Guide Dr. Asha Gnana Priya H, for her valuable guidance, suggestions and
encouragement throughout my Seminar.

I would also thank to our seminar coordinators, Prof Rashmi Rani Samantaray, Assistant
Professor and Prof Aditi Shukla, Assistant Professor, for their continuous support and
encouragement.

I also thank all the staff members of the Department Electronics and Communication
Engineering and all those who have directly or indirectly helped me with their valuable
suggestions in the successful completion of this seminar report.

SUMANTHGOWDA R M
(1HK21EC127)
ABSTRACT
Image enhancement refers to the process of improving the quality of an image,
making it more suitable for analysis or presentation. This field is crucial in various
domains such as medical imaging, satellite image processing, computer vision, and
photography. The aim of image enhancement techniques is to highlight important
features, reduce noise, and improve the visual appearance of an image. In this
seminar, we will explore a variety of image enhancement techniques. The methods
can be broadly categorized into two types: spatial domain techniques and frequency
domain techniques. Spatial domain methods work directly on the pixel values,
including techniques such as histogram equalization, contrast adjustment, and
smoothing filters. Frequency domain methods manipulate the image in terms of its
frequency components, typically through Fourier Transform, aiming to enhance or
suppress certain features based on their frequency. This paper reviews traditional
methods, such as histogram equalization, filtering techniques, and advanced
machine learning approaches, including convolutional neural networks (CNNs) for
enhancement tasks. The study also explores the challenges faced, including handling
noise, artifacts, and computational costs, as well as evaluating performance through
objective metrics like Peak Signal-to-Noise Ratio (PSNR) and Structural Similarity
Index (SSIM). Through various case studies, we discuss the effectiveness of current
techniques and propose directions for future research in improving image quality
while maintaining efficiency and scalability.
Image enhancement techniques in DIP 2024 -25

TABLE OF CONTENT

CONTENT Page No
CERTIFICATE I

DECLARATION II

ACKNOWLEDGMENT III

ABSTRACT IV

CHAPTER 1: INTRODUCTION 1-4

1.1 Introduction to Image Enhancement 1

1.2 History of dip 2

1.3 Definition 4
1.4 Need of Image Enhancement 4

CHAPTER 2: LITERATURE SURVEY 5-7

2.1 An Analysis of Image Enhancement Techniques 5

2.2 On the Image Enhancement histogram processing 5


2.3 An analytical review of image enhancement techniques 6

2.4 Image Processing Techniques for medical Applications 6

CHAPTER 3: IMAGE ENHANCEMENT METHODS 7-8


3.1 Overview of Image Enhancement 7

3.2 Methodology 8

CHAPTER 4: SPATIAL DOMAIN ENHANCEMENT 9-15


4.1 Contrast Stretching 9
4.2 Histogram Equalization 10
Image enhancement techniques in DIP 2024 -25

4.3 Smoothing Spatial Filters 11


4.4 Sharpening Spatial Filters 13

CHAPTER 5: FREQUENCY DOMAIN ENHANCEMENT 16-21


5.1 Smoothing of Image using LPF 16
5.2 Sharpening of Image using HPF 18
5.3 Homomorphic Filtering 20

CHAPTER 6: ADVANTAGES AND DISADVANTAGES 22-25


6.1 Advantages 22
6.2 Disadvantages 25

CHAPTER 7: APPLICATIONS AND FUTURE SCOPE 26-28


7.1 Applications 26
7.2 Future Scope 28

CONCLUSION 29

REFERENCES 30
Image enhancement techniques in DIP 2024 -25

LIST OF FIGURES

Figure Figure Name Page No


No

1.1 Evolution of DIP 4

3.1 Block diagram 8

Spatial domain enhancement


4.1 15

Frequency domain enhancement


5.1 19

Homomorphic filtering
5.2 21
Image enhancement techniques in DIP 2024 -25

CHAPTER 1
INTRODUCTION

1.1 INRODUCTION TO IMAGE ENHANCEMENT

Image enhancement is a crucial aspect of Digital Image Processing (DIP) that


aims to improve the visual appearance of an image or to convert the image into a
form that is more suitable for analysis. The primary goal of image enhancement
is to emphasize important features, reduce noise, or correct distortions, making
it easier for humans or automated systems to interpret the content accurately.

In Digital Image Processing, various techniques are applied to enhance images,


including spatial domain methods (such as filtering and contrast adjustment)
and frequency domain methods (such as Fourier transformations and filtering).
These techniques can be categorized into point operations, neighborhood
operations, and global operations, depending on the nature of enhancement.

Throughout this seminar, we will explore some of the most widely used image
enhancement techniques such as histogram equalization, contrast adjustment,
filtering, edge enhancement, and noise reduction. We will also discuss the
applications of these techniques in different fields such as medical imaging,
satellite imagery, and computer vision.

Understanding and applying these enhancement techniques can significantly


impact the quality of image interpretation, thereby making it a vital area of
study in Digital Image Processing

DEPT OF ECE Page 1 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

Image enhancement can be performed on various types of images, such as


medical scans, satellite imagery, and everyday photographs. In the context of DIP,
enhancement aims to modify an image to either improve human perception or
prepare it for further computer-based analysis. The improvements may involve
enhancing sharpness, brightness, contrast, or removing .

1.2 HISTORY OF DIP

The 1960s: The Dawn of Digital Imaging

Development of the Digital Computer: The introduction of digital computers in


the 1950s and 1960s provided a new avenue for processing images. Initially,
digital image processing was limited by the computational power available at the
time. However, researchers began experimenting with early digital computers to
process and manipulate images.

First Digital Images: The first digital images were produced using early
computers like the IBM 704 and the UNIVAC systems. These machines could
store and process images using pixels, paving the way for future developments.
One of the earliest examples of digital image processing was the conversion of
photographic images into digital data by using analog-to-digital converters (ADC)

The 1970s: Foundations of Image Processing Algorithms

Introduction of Image Compression: One of the first significant developments


in DIP during the 1970s was the introduction of image compression algorithms.
The Discrete Cosine Transform (DCT), developed in the 1970s, became a
foundational technique for image compression, later used in JPEG image
compression.

Edge Detection and Filtering: Techniques for enhancing and extracting features
from images, such as edge detection, smoothing, and sharpening, were explored.
Algorithms like Sobel, Prewitt, and Laplacian filters became foundational for

DEPT OF ECE Page 2 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

The 1980s: The Expansion of Digital Image Processing

Rise of Computer Vision: The 1980s saw significant advancements in the field
of computer vision, which is closely related to DIP. Researchers developed
algorithms to not only process and enhance images but also to interpret them.
Techniques like image segmentation, object recognition, and pattern
recognition emerged, allowing for more intelligent analysis of images beyond
simple enhancements.

Development of Fourier and Wavelet Transforms: During this period, the


Fourier Transform became widely used in image processing for tasks like
filtering and noise reduction. The Wavelet Transform, introduced in the late
1980s, provided a more effective method for multi-scale image analysis, which
has since been used in modern image compression and denoising techniques.

The 1990s: High-Speed Computing and Real-World Applications

Advances in Computational Power: With the exponential increase in


computational power during the 1990s, the field of digital image processing
flourished. Personal computers became more capable of handling larger and
more complex images, and software tools for image manipulation and analysis
became more widely available.

The 2000s to Present: Deep Learning and Modern Applications


Deep Learning and Convolutional Neural Networks (CNNs): In the 2000s, the
field experienced a dramatic transformation with the rise of deep learning and
artificial neural networks. Techniques like Convolutional Neural Networks
(CNNs) revolutionized image processing, enabling systems to automatically learn
features from large datasets of images without explicit programming.

DEPT OF ECE Page 3 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

Fig 1.1 Evaluation of dip

1.3 DEFINITION

the process of improving the visual quality or appearance of an image to make it


more suitable for analysis or presentation. This is typically achieved by adjusting
various aspects of the image, such as contrast, brightness, sharpness, and color
balance, or by reducing noise and enhancing important features like edges or
textures.

The goal is to emphasize relevant details in the image or make it easier to


interpret for both humans and automated systems. Image enhancement
techniques can be applied in both the spatial domain (direct pixel manipulation)
and the frequency domain (transforming the image to frequency space)

In short, image enhancement enhances the clarity, visibility, or interpretability of


an image, making it more useful for applications like medical imaging, remote
sensing, or computer vision

1.3 NEED OF IMAGE ENHANCEMENT

• Improved Visual Perception

• Feature Extraction and Analysis

• Noise Reduction

• Preparation for Further Processing

• Increased Accuracy in Computer Vision Tasks

• Restoration of Old or Damaged Images

DEPT OF ECE Page 4 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 2
LITERATURE SURVEY

2.1 Reena Sharma, Nikita Jain, Sudhanshu Tiwari, Astha Gothi ” An Analysis of
Image Enhancement Techniques” IEEE acess 2024

One or more image characteristics are changed throughout this operation. A


provided job determines the qualities to be used and how they are updated.
The choice of image augmentation techniques will also be very subjective due
to observer-specific elements, including the human visual system and the
observer's experience. The following scenarios involve the use of image
enhancement: removing the image's noise, the highlighting of object edges
and improvement of the low resolution picture

2.2 Neelam kumari,preethi sharma,isha kansal ”an analytical review of image


enhancement techniques” IEEE access 2023

In computer vision, each linear or nonlinear filter would be applied to the areas of
the image where it would produce the greatest results in order to produce the best
possible outcome. This strategy calls for a mechanism, nevertheless, to choose the
optimum filter from a range of options for each point in the image. Image
enhancement techniques are also used in medical field for diagnose the disease.

The purpose of image enhancement is to make pictures easier for humans to


understand or perceive or to provide other automated image processing methods
for better result Two general categories

may be used to classify image enhancing techniques:

1. Pixel-based approaches that act in the spatial domain.

2. Frequency based methods, which give the results for high and low both frequency
with an image's Fourier

DEPT OF ECE Page 5 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

2.3 Jinwen yang weihe zhong,zheng miao ”on the image enhancement
histogram processing” IEEE access 2016

For a dark image, a power-law transformation with a fractional exponent is used to


expand the range of grey levels. The higher-level values of the log transformation
are useful for increasing features in the

darker areas of the image at the price of detail in the brighter areas. A power-law
transformation with higher than 1 is used to produce a compression of grey levels
for a picture that has a washed-out appearance in image processing ]. By the help of
enhanced image, we get the required details very easily and accurately in
comparison to noisy images. The main objective of image enhancement is to provide
accurate details for further processing in image processing

2.4 Distante, A., Distante, C., “Image Enhancement Techniques”. In: Handbook
of Image Processing and Computer Vision. Springer, Cham, 2020

A broad range of methods for changing images to produce aesthetically


appealing images are available through image enhancement algorithms. The
exact task, picture content, observer characteristics, and viewing
circumstances all play a role in the technique selection. An image's histogram,
which is a depiction of the gray scale frequencies, contains crucial details
about an image's contrast. A technique called histogram equalization
increases contrast by equally spreading the values of the grey levels. The only
fully automated process that can be used is the global histogram equalization.
Although it was not covered in this article, the computational cost of
enhancement algorithms may be a key factor in selecting an approach for
real-time applications.

DEPT OF ECE Page 6 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 3

IMAGE ENHANCEMENT METHODS

3.1 OVERVIEW OF IMAGE ENHANCEMENT


Image enhancement refers to the process of improving the visual appearance of
an image or making it more suitable for a specific application. It aims to improve
certain features of an image, such as clarity, brightness, contrast, sharpness, or
detail, to aid in better interpretation or analysis. Image enhancement techniques
are widely used in fields like medical imaging, remote sensing, computer vision,
and multimedia content. These techniques can either operate on the image
globally (affecting the entire image) or locally (focusing on specific regions of
interest

There are two primary categories of image enhancement:

Traditional Image Enhancement:

Histogram Equalization: This technique improves the contrast by redistributing


pixel intensity values across the entire range. It is particularly useful when an
image has low contrast due to poor lighting.

Filtering: Various filters, such as sharpening, smoothing, and edge detection


filters, are applied to enhance specific characteristics of an image. Filters help in
removing noise or enhancing edges, making objects stand out more clearly.

Point Operations: These involve transforming pixel values independently.


Techniques like gamma correction, contrast stretching, and brightness
adjustment fall into this category.

DEPT OF ECE Page 7 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

Spatial Domain Processing: It focuses on the manipulation of the image pixels


directly by applying filters or convolution operations.

3.2 METHODOLOGY

Fig 3.1 block diagram of image enhancement techniques

DEPT OF ECE Page 8 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 4

SPATIAL DOMAIN ENHANCEMENT

4.1 CONTRAST STRETCHING

Contrast stretching is a fundamental technique used in image enhancement to


improve the visual contrast of an image, making objects and details more
distinguishable. It works by expanding the range of pixel intensity values in an
image to utilize the full dynamic range of available intensity values. In simpler
terms, contrast stretching enhances the difference between the darkest and
brightest parts of an image, resulting in a clearer and more defined image

Steps Involved in Contrast Stretching:

1. Identify the minimum and maximum intensity values in the original


image (denoted as IminI_{\text{min}}Imin and ImaxI_{\text{max}}Imax).

2. Choose the desired output intensity range. This could be from 0 to 255
(for an 8-bit image), or some other suitable range depending on the
image format and the specific application.

3. Apply the contrast stretching formula to each pixel in the image to


transform its intensity value to the new range. The formula effectively
spreads the pixel values between IminI_{\text{min}}Imin and
ImaxI_{\text{max}}Imax to the new desired range, amplifying the
contrast.

Contrast stretching operates on the intensity values of an image. The basic idea is to
remap the pixel values of the image to a new range. This process can make the image
appear more vibrant by improving the separation between light and dark regions

DEPT OF ECE Page 9 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

4.2 HISTOGRAM EQUALIZATION

Histogram equalization is a popular image enhancement technique that aims to


improve the contrast of an image by redistributing the intensity values of the pixels
so that they are more evenly spread across the entire available range. This method
is particularly useful for enhancing the visibility of details in images with low
contrast, which may appear dark or overly bright in some areas

Steps Involved in Histogram Equalization:

1.Compute the Histogram:

The histogram of an image represents the frequency of occurrence of each intensity


level (from 0 to 255). It’s essentially a plot showing how many pixels in the image
have each intensity value.

2.Compute the Cumulative Distribution Function (CDF):

The cumulative distribution function is calculated by accumulating the values from


the histogram. This CDF represents the cumulative probability distribution of the
pixel intensities.

The CDF is normalized by dividing by the total number of pixels in the image to map
the values to a range between 0 and 1.

3.Map the Input Intensity to the Output Range:

The CDF values are then scaled to the desired output range (typically 0 to 255 for 8-
bit images). Each pixel intensity in the original image is then mapped to a new
intensity value based on the CDF. The formula for mapping the intensity is:

4.Apply the New Intensity Values:

DEPT OF ECE Page 10 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

Each pixel's intensity in the original image is replaced by its corresponding mapped
value, resulting in the enhanced image.

4.3 SMOOTHING SPATIAL FILTER

A smoothing spatial filter is a technique used in image processing to reduce noise,


blur, or unwanted fine details in an image by averaging or blending pixel values in a
localized region (also called a "neighborhood") of the image. This technique works
in the spatial domain, meaning that the filtering process operates directly on the
pixels of the image rather than in the frequency domain.

The purpose of smoothing is to smooth out variations or disturbances in the image,


making the image appear softer and less detailed. It is especially useful when
dealing with noisy images, as it helps in reducing the appearance of noise and
irrelevant fine details while retaining important structures.

How Smoothing Spatial Filters Work

Smoothing filters typically work by replacing each pixel's intensity value with a
weighted average of the pixels within a defined neighborhood around it. This
neighborhood is usually a square or rectangular region (such as a 3x3, 5x5, or 7x7
matrix) centered around the target pixel.

The most common smoothing filters are linear filters, where each pixel in the
neighborhood is weighted equally (e.g., average filters) or differently (e.g.,
weighted average filters).

The general process can be described as follows:

DEPT OF ECE Page 11 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

1. Choose a kernel (filter mask): This is a small matrix (e.g., 3x3, 5x5, etc.) that will
be applied to the image. The kernel determines how much influence each
surrounding pixel will have on the output.

2. Convolution or averaging: For each pixel in the image, the corresponding region
of the kernel is applied, and the pixel value is replaced with the weighted average
(or sum) of the values in the neighborhood.

3. Edge handling: The edges of an image often require special handling since a full
neighborhood may not be available around edge pixels. Various methods like zero-
padding, border replication, or reflecting the image at edges are used.

Steps for Applying a Smoothing Filter:

1. Select a neighborhood: Typically, a square or rectangular area around the


pixel to be processed (e.g., 3x3, 5x5, or 7x7).

2. Apply the filter: Multiply the kernel values by the corresponding pixel values
in the neighborhood and sum them up. For a mean filter, all the kernel
values are the same, so it's just the average of the pixels in the
neighborhood.

3. Update the pixel value: Replace the original pixel value with the calculated
average or median value.

4. Repeat for all pixels: This process is repeated for each pixel in the image.

DEPT OF ECE Page 12 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

4.4 SHARPENING SPATIAL FILTER

A sharpening spatial filter is used in image processing to enhance the edges and
fine details of an image. Unlike smoothing filters, which reduce high-frequency
components such as noise and fine textures, sharpening filters enhance high-
frequency components like edges, transitions, and details. This makes the image
appear sharper and clearer, particularly in areas where there are significant
changes in intensity or color.

How Sharpening Filters Work

Sharpening filters work by emphasizing the differences between neighboring pixel


values, which enhances edges and outlines. This is done by subtracting the low-
frequency components (such as smooth regions) and enhancing the high-frequency
components (such as edges) in the image.

In simple terms, sharpening filters highlight the areas of rapid intensity change,
making the image appear crisper. The process generally involves applying a kernel
(filter mask) to each pixel and its neighbors to produce a new pixel value that
emphasizes local variations in intensity

Steps for Applying a Sharpening Filter:

Select a sharpening kernel: Choose a kernel based on the type of sharpening you
want (e.g., Laplacian, Sobel, Unsharp Mask).

Apply the kernel using convolution: For each pixel, multiply the surrounding
pixel values by the corresponding values in the kernel and sum them up to generate
the new pixel value.

Adjust edge handling: Handle edge pixels using techniques like zero-padding,
replication, or reflection, as the kernel may not fully overlap with the image

DEPT OF ECE Page 13 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

boundary.

Combine with the original image: In the case of techniques like unsharp masking
or high-pass filtering, the result is combined with the original image to enhance
sharpness while maintaining the overall image structure.

Applications of Sharpening Filters:

1. Edge Detection:

o Sharpening filters are essential for edge detection, which is crucial in


applications such as object recognition, medical imaging, and
machine vision.

2. Enhancing Fine Details:

o Sharpening filters are used in photography and image editing to


enhance fine details, making the image crisper and more visually
appealing.

3. Medical Imaging:

o Sharpening can improve the visibility of small structures in medical


images, such as blood vessels, tumors, or fractures, aiding in
diagnosis.

4. Satellite and Aerial Imaging:

o Sharpening is applied to satellite images or aerial photographs to


bring out finer details like roads, buildings, or vegetation that may be
important for analysis.

5. Document Image Processing:

DEPT OF ECE Page 14 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

o In document image processing (such as OCR), sharpening helps


improve the clarity of text and symbols, enhancing the accuracy of
character recognition

Fig 4.1 spatial domain enhancement

DEPT OF ECE Page 15 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 5

FREQUENCY DOMAIN ENHANCEMENT

5.1 SMOOTHING OF IMAGE USING LOWPASS FILTER

Smoothing an image using a low-pass filter in the frequency


domain is a powerful technique in image processing. It is based on the
concept of manipulating the frequency components of the image to
reduce high-frequency noise or fine details while preserving the low-
frequency components that represent the broader structure of the
image.

In this method, we convert the image from the spatial domain (the
normal image we see) to the frequency domain using Fourier
transform. Then, we apply a low-pass filter to remove high-frequency
components (like noise) and retain the low-frequency components,
which correspond to smoother areas in the image. Finally, we convert
the image back to the spatial domain using the inverse Fourier
transform

Key Concepts:

1. Frequency Domain:

o In the frequency domain, an image is represented as a sum of


sinusoidal components, each with a specific frequency and
amplitude. Low-frequency components represent smooth or gradual

DEPT OF ECE Page 16 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

changes in intensity, while high-frequency components correspond


to sharp changes, edges, and noise.

2. Low-Pass Filter:

o A low-pass filter allows low-frequency components (smooth


regions) to pass through while blocking high-frequency components
(details and noise). This helps in smoothing the image and reducing
noise.

3. Fourier Transform:

o The Fourier Transform (FT) is used to convert an image from the


spatial domain (where pixel intensities are represented) to the
frequency domain (where each point corresponds to a specific
frequency component).

o The Discrete Fourier Transform (DFT) or its more efficient variant,


the Fast Fourier Transform (FFT), is typically used for this
conversion

DEPT OF ECE Page 17 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

5.2 SHARPENING OF IMAGE USING HIGHPASS FILTER

Image sharpening is a technique used to enhance the details and edges of an image
by emphasizing rapid intensity changes. One way to achieve sharpening is through
the use of a high-pass filter in the frequency domain. The high-pass filter allows
high-frequency components (such as edges and fine details) to pass through while
blocking low-frequency components (such as smooth or uniform areas). This
results in an image with clearer and more defined edges

1. Ideal High-Pass Filter (HPF)

The Ideal High-Pass Filter is the simplest form of high-pass filtering. It completely
blocks low-frequency components (smooth areas) and allows high-frequency
components (edges and details) to pass through.

2. Gaussian High-Pass Filter

The Gaussian High-Pass Filter uses a smooth Gaussian curve to remove low-
frequency components and allow high-frequency components. The Gaussian filter
reduces the sharpness of the transition between passing and blocking frequencies,
which eliminates the ringing effect that the Ideal HPF can produce.

3. Butterworth High-Pass Filter

The Butterworth High-Pass Filter is another filter that is commonly used for
sharpening. It provides a smoother transition from pass to stop band compared to
the ideal filter. It has a gradual roll-off that helps reduce distortion and artifacts.

DEPT OF ECE Page 18 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

High-Pass Filter Example for Image Sharpening:

1. Apply Fourier Transform:

o Start by transforming the image into the frequency domain using the
FFT.

2. Create a High-Pass Filter Mask:

o Construct a high-pass filter mask in the frequency domain with a


specific cutoff frequency, D0D_0D0. The mask will pass high-
frequency components and suppress the low-frequency ones.

3. Filter the Image:

o Multiply the frequency domain image by the high-pass filter. This step
eliminates the low-frequency components and retains the high-
frequency components associated with edges.

4. Inverse Fourier Transform:

o After filtering, convert the image back to the spatial domain using
IFFT to obtain the sharpened ima

Fig 5.1 frequency domain enhancement

DEPT OF ECE Page 19 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

5.2 HOMOMORPHIC FILTERING

Homomorphic Filtering is a technique used in image processing for enhancing


contrast and correcting non-uniform illumination in an image. It combines
the concepts of frequency domain filtering and logarithmic transformations
to enhance both the low and high-frequency components of an image, such as
background illumination and fine details. This method is particularly useful in
applications where an image suffers from non-uniform lighting or shadows

Homomorphic Filtering Process: Summary of Steps

1. Take the logarithm of the image to separate low and high-frequency


components.

2. Apply the Fourier Transform to shift to the frequency domain.

3. Design and apply a high-pass filter (usually Butterworth or Gaussian)


to enhance high-frequency components.

4. Inverse Fourier Transform to shift back to the spatial domain.

5. Apply the exponential function to recover the image’s intensity.

Homomorphic Filter Example:

Let’s consider a simple example of an image with uneven lighting, such as an


image of a scene under a light bulb, where the areas closer to the bulb are
brighter, and the areas farther away are dimmer. Homomorphic filtering will:

1. Apply a logarithmic transformation to separate the multiplicative effects


(illumination and reflectance).

DEPT OF ECE Page 20 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

2. Convert the image into the frequency domain and apply a high-pass
filter to emphasize the reflectance (fine details) while suppressing the
illumination (light variations).

3. Transform the image back into the spatial domain, apply the exponential
function, and restore the enhanced image

Fig 5.2 Homomorphic filtering

DEPT OF ECE Page 21 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 6

ADVANTAGES AND
DISADVANTGES

6.1 ADVANTAGES

Image enhancement refers to the process of improving the visual


appearance of an image or extracting relevant information to make it
more suitable for analysis. This process is crucial in various fields,
including medical imaging, satellite imagery, photography, and
computer vision. Here are some key advantages of image enhancement

1. Improved Visual Quality

• Enhanced Contrast: Image enhancement techniques, such as contrast


stretching and histogram equalization, improve the contrast between
different regions in an image, making it easier to distinguish details in both
dark and light areas.

• Sharpness and Clarity: Techniques like sharpening filters or high-pass


filters enhance the fine details, making objects, edges, and textures more
clearly visible.

• Brightness Adjustment: Enhancing brightness or reducing excessive


brightness in certain areas can help reveal details that might otherwise be
hidden in an image, especially in poorly lit environments.

2. Better Visualization

• Highlighting Important Features: Image enhancement allows the


visualization of important features that may be difficult to detect in raw

DEPT OF ECE Page 22 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

images, such as subtle patterns or fine details, which are essential in tasks
like medical imaging, satellite analysis, and industrial inspection.

• Improving Image Interpretation: By improving the overall quality of an


image, enhancement techniques make it easier for human operators or
automated systems to interpret and analyze the visual content effectively.

3. Noise Reduction

• Reducing Artifacts: Many enhancement techniques, such as smoothing or


low-pass filtering, help in reducing image noise (e.g., salt-and-pepper noise,
Gaussian noise), which can distort or obscure important information.

• Cleaner Data for Analysis: In fields like medical diagnostics or satellite


imaging, having clean images with minimal noise improves the accuracy of
further processing and analysis (e.g., edge detection, segmentation, or
feature extraction).

4. Better Image Quality for Analysis

• Improved Detection and Recognition: Enhanced images are easier for


automated systems (e.g., machine learning models, computer vision
systems) to process, detect patterns, identify features, and make decisions
with greater accuracy. This is particularly beneficial in applications like
facial recognition, object detection, or automated quality control in
manufacturing.

• Aiding Measurements and Quantification: Enhanced images provide


more accurate measurements of specific areas or regions, which is
important in applications such as medical imaging (e.g., tumor
measurement), remote sensing, and scientific research.

DEPT OF ECE Page 23 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

5. Facilitates Data Compression and Transmission

• Optimized for Storage: Enhanced images often allow for more efficient
data compression, as the noise or irrelevant details are minimized. This
results in smaller file sizes without compromising the quality of critical
information.

• Improved Transmission: When transmitting images over a network (e.g.,


in telemedicine or satellite communications), enhanced images ensure that
essential features are retained and easily extracted by the recipient, even in
bandwidth-limited environments.

6. Aiding in Preprocessing for Further Operations

• Feature Extraction: Before advanced image processing techniques, such as


segmentation or edge detection, image enhancement can improve the
quality of the image to ensure that relevant features are more pronounced
and easier to extract.

• Improved Segmentation: By enhancing the image's contrast and reducing


noise, segmentation (the process of dividing the image into meaningful
regions) becomes more accurate, enabling more effective image analysis in
medical, industrial, or security applications.

7. Enhancement for Specific Applications

• Medical Imaging: In medical fields, enhancing images such as X-rays, MRIs,


or CT scans helps doctors and radiologists detect abnormalities (e.g.,
tumors, fractures, or lesions) that might be difficult to spot in raw images.

DEPT OF ECE Page 24 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

6.1 DISADVANTAGES

While image enhancement techniques offer numerous advantages, they also


come with certain drawbacks or limitations. These disadvantages are
important to consider, as improper or excessive use of enhancement
methods can lead to unintended consequences. Here are some of the key
disadvantages

1. Loss of Original Information

• Over-enhancement: Excessive enhancement can lead to the distortion of


original image details, such as blurring, edge artifacts, or unnatural
contrasts. Fine details may be exaggerated or altered, making it harder to
interpret the image accurately.

2. Introduction of Artifacts

• Artifacts: Image enhancement can introduce unwanted artifacts like halo


effects, noise, or ringing artifacts, particularly when applying high-pass
filters or sharpness enhancements. These artifacts can degrade the visual
quality of the image or make interpretation difficult.

3. Increased Computational Complexity

• Time-Consuming: Some image enhancement techniques, particularly


those that involve frequency domain transformations (e.g., Fourier
transforms, wavelet transforms), can be computationally expensive.
Processing large images can require significant processing power and time.

DEPT OF ECE Page 25 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CHAPTER 7

APPLICATIONS AND FUTURE SCOPE

7.1 APPLICATIONS
1. Medical Imaging

• Improving Diagnosis: In medical fields, image enhancement is used to


enhance X-rays, CT scans, MRI scans, and ultrasound images. Techniques
like contrast enhancement and noise reduction help radiologists and
doctors detect subtle details like tumors, fractures, and lesions that may not
be visible in low-quality images.

2. Remote Sensing and Satellite Imaging

• Geographic Mapping: Satellite images are enhanced to improve the


visualization of landforms, water bodies, vegetation, and urban areas for
applications like geographic mapping, land use analysis, and urban
planning

3. Computer Vision and Machine Learning

• Object Detection and Recognition: Image enhancement plays a crucial


role in improving object detection and recognition accuracy in
autonomous vehicles, drones, and robotics. It enhances features like
edges and textures to improve the accuracy of algorithms for detecting
pedestrians, road signs, and obstacles.

4. Photography and Video Editing

DEPT OF ECE Page 26 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

• Aesthetic Enhancement: Image enhancement is commonly used in


photography and video editing to improve the visual aesthetics of photos
and videos. Techniques like color correction, sharpness adjustment, and
brightness/contrast enhancement are applied to make images more
appealing.

5. Forensics and Security

• Crime Scene Investigation: In forensic investigations, image enhancement


is applied to enhance security camera footage or photographs from crime
scenes, revealing hidden details like faces, license plates, or other
identifying features that could assist in solving crimes.

6.Industrial and Quality Control

• Automated Inspection: In manufacturing and industrial settings, image


enhancement is used to improve the quality of images captured during
automated inspection processes. Techniques like edge enhancement help
detect defects, cracks, or other irregularities in products such as electronic
components or machinery parts.

7. Automotive Industry and Autonomous Vehicles

• Enhanced Vision for Self-Driving Cars: Image enhancement techniques


are employed in autonomous vehicles to improve the visibility and
recognition of objects, pedestrians, and road signs in real-time. This allows
self-driving cars to navigate roads more safely and accurately.

• Night Vision: In vehicles, night-vision cameras are enhanced to improve


the visibility of objects and obstacles in low-light conditions, making driving
at night safer and more efficient.

DEPT OF ECE Page 27 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

7.2 FUTURE SCOPE

The field of image enhancement continues to evolve, driven by


advancements in technology, artificial intelligence (AI), machine learning
(ML), and computational imaging. These developments are opening up
new possibilities for enhancing images in more sophisticated, efficient,
and precise ways. Here are some potential future trends and applications
for image enhancement

• Integration with AI and Machine Learning


• Advanced Noise Reduction
• Realistic Image Restoration
• Multi-Modal Image Enhancement
• Enhancement in 3D Imaging and Virtual Reality
• Enhanced Real-Time Video Processing
• Adaptive Enhancement in Consumer Devices
• Personalized Image Enhancement
• Advanced Image Enhancement in Autonomous Systems
• Quantum Imaging and Enhancement

DEPT OF ECE Page 28 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

CONCLUSION
Image enhancement has come a long way, and its future holds immense potential
across various fields. With advancements in artificial intelligence, machine learning,
quantum imaging, and real-time processing, the capabilities of image enhancement will
continue to evolve, enabling more precise, efficient, and context-aware improvements.
These technologies will drive significant changes in industries such as healthcare,
autonomous systems, media, remote sensing, and consumer electronics, among many
others.

The future will see more personalized and adaptive image enhancement tools that are
seamlessly integrated into everyday devices, making high-quality visual experiences
more accessible. Real-time enhancements in areas like autonomous driving, medical
imaging, and virtual reality will also improve safety, accuracy, and user experience.
Additionally, quantum imaging and AI-powered restoration techniques promise to
push the boundaries of what is possible in terms of image quality, even in the most
challenging environments.

However, as these technologies progress, ethical considerations regarding the


authenticity of images, privacy concerns, and the potential for misuse (such as
deepfakes) will become increasingly important. Ensuring transparency, accountability,
and the responsible use of image enhancement techniques will be critical to
maintaining trust in visual media and safeguarding against negative implications.

In conclusion, the future of image enhancement is bright, with groundbreaking


possibilities to improve both our personal and professional lives. As the technology
evolves, it will continue to push the boundaries of what we can achieve with visual
data, offering transformative opportunities while also requiring careful consideration
of its ethical implications.

DEPT OF ECE Page 29 of 30 HKBKCE


Image enhancement techniques in DIP 2024 -25

REFERENCES
[1]Reena Sharma, Nikita Jain, Sudhanshu Tiwari, Astha Gothi ” An Analysis
of Image Enhancement Techniques” IEEE acess 2024

[2] Neelam kumari, preethi sharma, isha kansal ”an analytical review of
image enhancement techniques” IEEE access 2023

[3] Jinwen yang weihe zhong,zheng miao ”on the image enhancement
histogram processing” IEEE access 2016

[4] Distante, A., Distante, C., “Image Enhancement Techniques”. In:


Handbook of Image Processing and Computer Vision. Springer, Cham,
2020

[5] Narayan, L.K., Vishwakarma, V.P. “A Review on Different Image


Enhancement Techniques”. In: Peng, SL., Jhanjhi, N.Z., Pal, S., Amsaad, F.
(eds) Proceedings of 3rd International Conference on Mathematical
Modeling and Computational Science. ICMMCS 2023. Advances in
Intelligent Systems 2023 Computing, vol 1450. Springer, Singapore, 2023

DEPT OF ECE Page 30 of 30 HKBKCE

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy