SlideShare a Scribd company logo
1 of 28
 IMAGE PROCESSING
 REQUIREMENTS IN IMAGE PROCESSING
 LAPLACE TRANSFORM
 APPLICATION UNDER LAPLACE TRANSFORM
IMAGE SHARPENING
BLOB DETECTION
EDG EDETECTION
 LAPLACE SUITABILITY
 DRAWBACK
 Image processing is any form of signal
processing for which the input is an
image, such as a photograph; the output of
image processing may be either an image or
a set of characteristics or parameters related
to the image.
 The most requirements for image processing
is that the images be available in digitized
form, that is, arrays of finite length binary
words.
 For digitization, the given Image is sampled
on a discrete grid and each sample or pixel is
quantized using a finite number of bits.
 After converting the image into bit
information, processing is performed. This
processing technique may be
 Image enhancement
 Image reconstruction
 Image compression.
 Through various transformation . laplace
transformation is one of them.
The Laplacian is defined as follows:
where the partial 1st order derivative in the x
direction is defined as follows:
and in the y direction as follows:
y
f
x
f
f 2
2
2
2
2
),(2),1(),1(2
2
yxfyxfyxf
x
f
),(2)1,()1,(2
2
yxfyxfyxf
y
f
So, the Laplacian can be given as follows:
),1(),1([
2
yxfyxff
)]1,()1,( yxfyxf
),(4 yxf
 IMAGE SHARPENING/ENHANCEMENT
 EDGE DETECTION
 BLOB DETECTION
 Image enhancement falls into a category of
image processing called spatial filtering.
 The Laplacian operator is an example of a second
order or second derivative method of
enhancement.
 Any feature with a sharp discontinuity (like
noise, ) will be enhanced by a Laplacian operator.
Thus, one application of a Laplacian operator is
to restore fine detail to an image which has been
smoothed to remove noise.
Applying the Laplacian to an image we get a
new image that highlights edges and other
discontinuities
Original
Image
Laplacian
Filtered Image
Laplacian
Filtered Image
Scaled for Display
The result of a Laplacian filtering
is not an enhanced image
We have to do more work in order
to get our final image
Subtract the Laplacian result from
the original image to generate our
final sharpened enhanced image Laplacian
Filtered Image
Scaled for Display
fyxfyxg
2
),(),(
The entire enhancement can be combined into a
single filtering operation
),1(),1([),( yxfyxfyxf
)1,()1,( yxfyxf
)],(4 yxf
fyxfyxg
2
),(),(
),1(),1(),(5 yxfyxfyxf
)1,()1,( yxfyxf
This gives us a new filter which does the whole
job for us in one step
0 -1 0
-1 5 -1
0 -1 0
agestakenfromGonzalez&Woods,DigitalImageProcessing(2002)
 In the field of computer vision, blob
detection refers to mathematical methods that
are aimed at detecting regions in a digital
image that differ in properties, such as
brightness or color, compared to areas
surrounding those regions.

there are two main classes of blob detectors:
(i) differential methods are based on derivatives
of the function with respect to position, and
(ii) methods based on local extrema are based on
finding the local maxima and minima of the
function.
1)HISTOGRAM ANALYSIS
2)OBJECT RECOGNITION
3)PEAK DETECTION IN
SEGMENTATION
4)TEXTURE ANALYSIS
5)RIDGE DETECTION
6)GATHERING
INFORMATION
WHICH IS NOT
OBTAINED
THROUGH CORNER OR
EDGE DETECTION.
 One of the first and also most common blob
detectors is based on the Laplacian of the
Gaussian (LoG).
 Given an input image , this image
is convolved by a Gaussian kernel at a certain
scale to give a scale space representation .
 The Laplacian operator is computed, which
usually results in strong positive responses for
dark blobs of extent and strong negative
responses for bright blobs of similar size.
 Edge Detection: Given an image corrupted by
acquisition noise, locate the edges most likely to
be generated by scene elements, not by noise.
 The laplacian method searches for zero crossing
in the second derivative of the image to find
edges.
 Zero crossing:- an imaginary straight line joining
the extreme positive and negative values of the
second derivative would cross zero near the
midpoint of the edge.
Original image
Corrupted image with
noise
 Start with an image
 Blur the image. So that
only needed feature
can be extacted.
First gradient of signal
Comparison of gradient and
thresold
 Perform the laplacian
on this blurred image
through laplacian
transformation.
 Comparison is done
between thresold and
gradient. Whenever
gradient exceeds the
threshold ,edge is
detected.
 Identification of zero
crossing.
 Edges are detected.
 The laplace operator is a 2nd order derivative
operator which means:-
i)Stronger response to fine detail such as :-
A) Remove blurring from images
B) Highlight edges
c) Produce a double response at step changes in
grey level.
ii)Simpler implementation
iii) Laplacian measures the change of the slope.
i.e simply takes into account the values both
before and after the current value whereas
other transform such as Sobel/Prewitt
measure the slope .
iv) Also, a Laplace zero crossing method is
more reliable to noise than Sobel or
Prewitt.I.E. work well in high noise content
v)The laplace filter produces two peaks; the
location of the edge corresponds with the
zero crossing of the laplace filter result as
well as the direction,whereas other filter only
provide direction of the edge.
vi)Laplace has isotropic i.e. implies identical
properties in all directions. It shows identical
results when measured along different axes
whereas other transform are anisotrophy i.e.
they show different in properties and result.
vii) We get thinner edges
in case of zero
crossing laplace
method.
viii) quite useful for
locating the centers of
thick edges(zero
crossing).
ix)Laplacians are computationally faster to
calculate (only one kernel vs two kernels) and
sometimes produce exceptional results!
x) The Laplace Filter weights the difference
between the center pixel and its neighbors.
 Edges form numerous loops(spheggatti
effect).
 Complex computation
LAPLACE TRANSFORM SUITABILITY FOR IMAGE PROCESSING

More Related Content

What's hot

Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancyNaveen Kumar
 
Transform coding
Transform codingTransform coding
Transform codingNancy K
 
Spatial filtering using image processing
Spatial filtering using image processingSpatial filtering using image processing
Spatial filtering using image processingAnuj Arora
 
Image Filtering in the Frequency Domain
Image Filtering in the Frequency DomainImage Filtering in the Frequency Domain
Image Filtering in the Frequency DomainAmnaakhaan
 
Digital Image Processing: Digital Image Fundamentals
Digital Image Processing: Digital Image FundamentalsDigital Image Processing: Digital Image Fundamentals
Digital Image Processing: Digital Image FundamentalsMostafa G. M. Mostafa
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image CompressionKalyan Acharjya
 
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...Hemantha Kulathilake
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)VARUN KUMAR
 
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image TransformDIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image Transformvijayanand Kandaswamy
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainA B Shinde
 
Sharpening using frequency Domain Filter
Sharpening using frequency Domain FilterSharpening using frequency Domain Filter
Sharpening using frequency Domain Filterarulraj121
 
Digital image processing
Digital image processingDigital image processing
Digital image processingABIRAMI M
 
Lecture 16 KL Transform in Image Processing
Lecture 16 KL Transform in Image ProcessingLecture 16 KL Transform in Image Processing
Lecture 16 KL Transform in Image ProcessingVARUN KUMAR
 
Predictive coding
Predictive codingPredictive coding
Predictive codingp_ayal
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domainAshish Kumar
 

What's hot (20)

Interpixel redundancy
Interpixel redundancyInterpixel redundancy
Interpixel redundancy
 
Sharpening spatial filters
Sharpening spatial filtersSharpening spatial filters
Sharpening spatial filters
 
Transform coding
Transform codingTransform coding
Transform coding
 
Spatial filtering using image processing
Spatial filtering using image processingSpatial filtering using image processing
Spatial filtering using image processing
 
Image Filtering in the Frequency Domain
Image Filtering in the Frequency DomainImage Filtering in the Frequency Domain
Image Filtering in the Frequency Domain
 
Digital Image Processing: Digital Image Fundamentals
Digital Image Processing: Digital Image FundamentalsDigital Image Processing: Digital Image Fundamentals
Digital Image Processing: Digital Image Fundamentals
 
Image restoration and reconstruction
Image restoration and reconstructionImage restoration and reconstruction
Image restoration and reconstruction
 
Introduction to Image Compression
Introduction to Image CompressionIntroduction to Image Compression
Introduction to Image Compression
 
Digital Image Processing
Digital Image ProcessingDigital Image Processing
Digital Image Processing
 
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
COM2304: Intensity Transformation and Spatial Filtering – I (Intensity Transf...
 
Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)Image Segmentation (Digital Image Processing)
Image Segmentation (Digital Image Processing)
 
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image TransformDIGITAL IMAGE PROCESSING - Day 4 Image Transform
DIGITAL IMAGE PROCESSING - Day 4 Image Transform
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
Sharpening using frequency Domain Filter
Sharpening using frequency Domain FilterSharpening using frequency Domain Filter
Sharpening using frequency Domain Filter
 
Digital image processing
Digital image processingDigital image processing
Digital image processing
 
Lecture 16 KL Transform in Image Processing
Lecture 16 KL Transform in Image ProcessingLecture 16 KL Transform in Image Processing
Lecture 16 KL Transform in Image Processing
 
Unit3 dip
Unit3 dipUnit3 dip
Unit3 dip
 
Predictive coding
Predictive codingPredictive coding
Predictive coding
 
Enhancement in spatial domain
Enhancement in spatial domainEnhancement in spatial domain
Enhancement in spatial domain
 

Viewers also liked

Laplace transform and its applications
Laplace transform and its applicationsLaplace transform and its applications
Laplace transform and its applicationsNisarg Shah
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its ApplicationChandra Kundu
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its applicationmayur1347
 
Applications Of Laplace Transforms
Applications Of Laplace TransformsApplications Of Laplace Transforms
Applications Of Laplace TransformsKetaki_Pattani
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace TransformZakiah Saad
 
Feature detection - Image Processing
Feature detection - Image ProcessingFeature detection - Image Processing
Feature detection - Image ProcessingRitesh Kanjee
 
6 spatial filtering p2
6 spatial filtering p26 spatial filtering p2
6 spatial filtering p2Gichelle Amon
 
空間濾波 Spatial Filtering
空間濾波 Spatial Filtering空間濾波 Spatial Filtering
空間濾波 Spatial FilteringYKLee3434
 
Image processing
Image processingImage processing
Image processingPooja G N
 
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)Eisha Razia
 
Lossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image ProcessingLossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image Processingpriyadharshini murugan
 
Bermuda Triangle “The Devil’s triangle”
Bermuda Triangle “The Devil’s triangle”Bermuda Triangle “The Devil’s triangle”
Bermuda Triangle “The Devil’s triangle”Awais Chaudhary
 
Applications laplace transform
Applications laplace transformApplications laplace transform
Applications laplace transformMuhammad Fadli
 

Viewers also liked (20)

Laplace transform and its applications
Laplace transform and its applicationsLaplace transform and its applications
Laplace transform and its applications
 
Laplace Transformation & Its Application
Laplace Transformation & Its ApplicationLaplace Transformation & Its Application
Laplace Transformation & Its Application
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Laplace transform and its application
Laplace transform and its applicationLaplace transform and its application
Laplace transform and its application
 
Applications Of Laplace Transforms
Applications Of Laplace TransformsApplications Of Laplace Transforms
Applications Of Laplace Transforms
 
Laplace transforms
Laplace transformsLaplace transforms
Laplace transforms
 
Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace Transform
 
Feature detection - Image Processing
Feature detection - Image ProcessingFeature detection - Image Processing
Feature detection - Image Processing
 
6 spatial filtering p2
6 spatial filtering p26 spatial filtering p2
6 spatial filtering p2
 
Laplace Transforms
Laplace TransformsLaplace Transforms
Laplace Transforms
 
2.spatial filtering
2.spatial filtering2.spatial filtering
2.spatial filtering
 
Smartphones
SmartphonesSmartphones
Smartphones
 
空間濾波 Spatial Filtering
空間濾波 Spatial Filtering空間濾波 Spatial Filtering
空間濾波 Spatial Filtering
 
Alliens
AlliensAlliens
Alliens
 
Image processing
Image processingImage processing
Image processing
 
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)
Application of Fourier Transform in Agriculture (Robotic Cultivators Technology)
 
Lossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image ProcessingLossless predictive coding in Digital Image Processing
Lossless predictive coding in Digital Image Processing
 
Bermuda Triangle “The Devil’s triangle”
Bermuda Triangle “The Devil’s triangle”Bermuda Triangle “The Devil’s triangle”
Bermuda Triangle “The Devil’s triangle”
 
Laplace
LaplaceLaplace
Laplace
 
Applications laplace transform
Applications laplace transformApplications laplace transform
Applications laplace transform
 

Similar to LAPLACE TRANSFORM SUITABILITY FOR IMAGE PROCESSING

Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial DomainDEEPASHRI HK
 
3 intensity transformations and spatial filtering slides
3 intensity transformations and spatial filtering slides3 intensity transformations and spatial filtering slides
3 intensity transformations and spatial filtering slidesBHAGYAPRASADBUGGE
 
Lec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfLec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfnagwaAboElenein
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGKamana Tripathi
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)Mathankumar S
 
Digital Image Processing - Image Enhancement
Digital Image Processing  - Image EnhancementDigital Image Processing  - Image Enhancement
Digital Image Processing - Image EnhancementMathankumar S
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...IJMER
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portionMoe Moe Myint
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit NotesAAKANKSHA JAIN
 
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...Hemantha Kulathilake
 
Fundamentals of Image processing.ppt
Fundamentals of Image processing.pptFundamentals of Image processing.ppt
Fundamentals of Image processing.pptssuser9a00df
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2Surabhi Ks
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point ProcessingGayathri31093
 
Image_processing_unit2_SPPU_Syllabus.pptx
Image_processing_unit2_SPPU_Syllabus.pptxImage_processing_unit2_SPPU_Syllabus.pptx
Image_processing_unit2_SPPU_Syllabus.pptxMayuri Narkhede
 

Similar to LAPLACE TRANSFORM SUITABILITY FOR IMAGE PROCESSING (20)

Image Enhancement in Spatial Domain
Image Enhancement in Spatial DomainImage Enhancement in Spatial Domain
Image Enhancement in Spatial Domain
 
3 intensity transformations and spatial filtering slides
3 intensity transformations and spatial filtering slides3 intensity transformations and spatial filtering slides
3 intensity transformations and spatial filtering slides
 
Lec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdfLec_2_Digital Image Fundamentals.pdf
Lec_2_Digital Image Fundamentals.pdf
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
 
Digital image processing - Image Enhancement (MATERIAL)
Digital image processing  - Image Enhancement (MATERIAL)Digital image processing  - Image Enhancement (MATERIAL)
Digital image processing - Image Enhancement (MATERIAL)
 
Digital Image Processing - Image Enhancement
Digital Image Processing  - Image EnhancementDigital Image Processing  - Image Enhancement
Digital Image Processing - Image Enhancement
 
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...Visual Quality for both Images and Display of Systems by Visual Enhancement u...
Visual Quality for both Images and Display of Systems by Visual Enhancement u...
 
image enhancement
 image enhancement image enhancement
image enhancement
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portion
 
Image processing second unit Notes
Image processing second unit NotesImage processing second unit Notes
Image processing second unit Notes
 
4 image enhancement in spatial domain
4 image enhancement in spatial domain4 image enhancement in spatial domain
4 image enhancement in spatial domain
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...
COM2304: Intensity Transformation and Spatial Filtering – III Spatial Filters...
 
Fundamentals of Image processing.ppt
Fundamentals of Image processing.pptFundamentals of Image processing.ppt
Fundamentals of Image processing.ppt
 
rmsip98.ppt
rmsip98.pptrmsip98.ppt
rmsip98.ppt
 
I3602061067
I3602061067I3602061067
I3602061067
 
Image enhancement ppt nal2
Image enhancement ppt nal2Image enhancement ppt nal2
Image enhancement ppt nal2
 
Image Enhancement - Point Processing
Image Enhancement - Point ProcessingImage Enhancement - Point Processing
Image Enhancement - Point Processing
 
Image_processing_unit2_SPPU_Syllabus.pptx
Image_processing_unit2_SPPU_Syllabus.pptxImage_processing_unit2_SPPU_Syllabus.pptx
Image_processing_unit2_SPPU_Syllabus.pptx
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 

Recently uploaded

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxSayali Powar
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseCeline George
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Developmentchesterberbo7
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 

Recently uploaded (20)

Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptxBIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
BIOCHEMISTRY-CARBOHYDRATE METABOLISM CHAPTER 2.pptx
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
How to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 DatabaseHow to Make a Duplicate of Your Odoo 17 Database
How to Make a Duplicate of Your Odoo 17 Database
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Using Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea DevelopmentUsing Grammatical Signals Suitable to Patterns of Idea Development
Using Grammatical Signals Suitable to Patterns of Idea Development
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 

LAPLACE TRANSFORM SUITABILITY FOR IMAGE PROCESSING

  • 1.
  • 2.  IMAGE PROCESSING  REQUIREMENTS IN IMAGE PROCESSING  LAPLACE TRANSFORM  APPLICATION UNDER LAPLACE TRANSFORM IMAGE SHARPENING BLOB DETECTION EDG EDETECTION  LAPLACE SUITABILITY  DRAWBACK
  • 3.  Image processing is any form of signal processing for which the input is an image, such as a photograph; the output of image processing may be either an image or a set of characteristics or parameters related to the image.  The most requirements for image processing is that the images be available in digitized form, that is, arrays of finite length binary words.  For digitization, the given Image is sampled on a discrete grid and each sample or pixel is quantized using a finite number of bits.
  • 4.  After converting the image into bit information, processing is performed. This processing technique may be  Image enhancement  Image reconstruction  Image compression.  Through various transformation . laplace transformation is one of them.
  • 5. The Laplacian is defined as follows: where the partial 1st order derivative in the x direction is defined as follows: and in the y direction as follows: y f x f f 2 2 2 2 2 ),(2),1(),1(2 2 yxfyxfyxf x f ),(2)1,()1,(2 2 yxfyxfyxf y f
  • 6. So, the Laplacian can be given as follows: ),1(),1([ 2 yxfyxff )]1,()1,( yxfyxf ),(4 yxf
  • 7.  IMAGE SHARPENING/ENHANCEMENT  EDGE DETECTION  BLOB DETECTION
  • 8.  Image enhancement falls into a category of image processing called spatial filtering.  The Laplacian operator is an example of a second order or second derivative method of enhancement.  Any feature with a sharp discontinuity (like noise, ) will be enhanced by a Laplacian operator. Thus, one application of a Laplacian operator is to restore fine detail to an image which has been smoothed to remove noise.
  • 9. Applying the Laplacian to an image we get a new image that highlights edges and other discontinuities Original Image Laplacian Filtered Image Laplacian Filtered Image Scaled for Display
  • 10. The result of a Laplacian filtering is not an enhanced image We have to do more work in order to get our final image Subtract the Laplacian result from the original image to generate our final sharpened enhanced image Laplacian Filtered Image Scaled for Display fyxfyxg 2 ),(),(
  • 11.
  • 12. The entire enhancement can be combined into a single filtering operation ),1(),1([),( yxfyxfyxf )1,()1,( yxfyxf )],(4 yxf fyxfyxg 2 ),(),( ),1(),1(),(5 yxfyxfyxf )1,()1,( yxfyxf
  • 13. This gives us a new filter which does the whole job for us in one step 0 -1 0 -1 5 -1 0 -1 0 agestakenfromGonzalez&Woods,DigitalImageProcessing(2002)
  • 14.  In the field of computer vision, blob detection refers to mathematical methods that are aimed at detecting regions in a digital image that differ in properties, such as brightness or color, compared to areas surrounding those regions.  there are two main classes of blob detectors: (i) differential methods are based on derivatives of the function with respect to position, and (ii) methods based on local extrema are based on finding the local maxima and minima of the function.
  • 15. 1)HISTOGRAM ANALYSIS 2)OBJECT RECOGNITION 3)PEAK DETECTION IN SEGMENTATION 4)TEXTURE ANALYSIS 5)RIDGE DETECTION 6)GATHERING INFORMATION WHICH IS NOT OBTAINED THROUGH CORNER OR EDGE DETECTION.
  • 16.  One of the first and also most common blob detectors is based on the Laplacian of the Gaussian (LoG).  Given an input image , this image is convolved by a Gaussian kernel at a certain scale to give a scale space representation .  The Laplacian operator is computed, which usually results in strong positive responses for dark blobs of extent and strong negative responses for bright blobs of similar size.
  • 17.  Edge Detection: Given an image corrupted by acquisition noise, locate the edges most likely to be generated by scene elements, not by noise.  The laplacian method searches for zero crossing in the second derivative of the image to find edges.  Zero crossing:- an imaginary straight line joining the extreme positive and negative values of the second derivative would cross zero near the midpoint of the edge.
  • 19.  Start with an image  Blur the image. So that only needed feature can be extacted.
  • 20. First gradient of signal Comparison of gradient and thresold  Perform the laplacian on this blurred image through laplacian transformation.  Comparison is done between thresold and gradient. Whenever gradient exceeds the threshold ,edge is detected.
  • 21.  Identification of zero crossing.  Edges are detected.
  • 22.  The laplace operator is a 2nd order derivative operator which means:- i)Stronger response to fine detail such as :- A) Remove blurring from images B) Highlight edges c) Produce a double response at step changes in grey level. ii)Simpler implementation
  • 23. iii) Laplacian measures the change of the slope. i.e simply takes into account the values both before and after the current value whereas other transform such as Sobel/Prewitt measure the slope . iv) Also, a Laplace zero crossing method is more reliable to noise than Sobel or Prewitt.I.E. work well in high noise content
  • 24. v)The laplace filter produces two peaks; the location of the edge corresponds with the zero crossing of the laplace filter result as well as the direction,whereas other filter only provide direction of the edge. vi)Laplace has isotropic i.e. implies identical properties in all directions. It shows identical results when measured along different axes whereas other transform are anisotrophy i.e. they show different in properties and result.
  • 25. vii) We get thinner edges in case of zero crossing laplace method. viii) quite useful for locating the centers of thick edges(zero crossing).
  • 26. ix)Laplacians are computationally faster to calculate (only one kernel vs two kernels) and sometimes produce exceptional results! x) The Laplace Filter weights the difference between the center pixel and its neighbors.
  • 27.  Edges form numerous loops(spheggatti effect).  Complex computation