SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Image Classification with Deep Learning | DevFest + GDay, George Town, Mala...
Image Classification with Deep Learning  |  DevFest + GDay, George Town, Mala...Image Classification with Deep Learning  |  DevFest + GDay, George Town, Mala...
Image Classification with Deep Learning | DevFest + GDay, George Town, Mala...
Virot "Ta" Chiraphadhanakul
 
Lecture9 camera calibration
Lecture9 camera calibrationLecture9 camera calibration
Lecture9 camera calibration
zukun
 
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic)  : Dr. Purnima PanditSoft computing (ANN and Fuzzy Logic)  : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Purnima Pandit
 

Was ist angesagt? (20)

Image Classification with Deep Learning | DevFest + GDay, George Town, Mala...
Image Classification with Deep Learning  |  DevFest + GDay, George Town, Mala...Image Classification with Deep Learning  |  DevFest + GDay, George Town, Mala...
Image Classification with Deep Learning | DevFest + GDay, George Town, Mala...
 
HOPFIELD NETWORK
HOPFIELD NETWORKHOPFIELD NETWORK
HOPFIELD NETWORK
 
03 image transform
03 image transform03 image transform
03 image transform
 
Lecture9 camera calibration
Lecture9 camera calibrationLecture9 camera calibration
Lecture9 camera calibration
 
Deep Learning for Computer Vision: Object Detection (UPC 2016)
Deep Learning for Computer Vision: Object Detection (UPC 2016)Deep Learning for Computer Vision: Object Detection (UPC 2016)
Deep Learning for Computer Vision: Object Detection (UPC 2016)
 
Introduction of Faster R-CNN
Introduction of Faster R-CNNIntroduction of Faster R-CNN
Introduction of Faster R-CNN
 
Profiling tools and Android Performance patterns
Profiling tools and Android Performance patternsProfiling tools and Android Performance patterns
Profiling tools and Android Performance patterns
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentation
 
Introduction to Deep Learning
Introduction to Deep LearningIntroduction to Deep Learning
Introduction to Deep Learning
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
 
The world of loss function
The world of loss functionThe world of loss function
The world of loss function
 
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic)  : Dr. Purnima PanditSoft computing (ANN and Fuzzy Logic)  : Dr. Purnima Pandit
Soft computing (ANN and Fuzzy Logic) : Dr. Purnima Pandit
 
Chapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier TransformationChapter 5 Image Processing: Fourier Transformation
Chapter 5 Image Processing: Fourier Transformation
 
Wavelet transform in image compression
Wavelet transform in image compressionWavelet transform in image compression
Wavelet transform in image compression
 
Object Detection and Recognition
Object Detection and Recognition Object Detection and Recognition
Object Detection and Recognition
 
Convolution Neural Network (CNN)
Convolution Neural Network (CNN)Convolution Neural Network (CNN)
Convolution Neural Network (CNN)
 
Introduction to CNN
Introduction to CNNIntroduction to CNN
Introduction to CNN
 
Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)
 
Object detection with deep learning
Object detection with deep learningObject detection with deep learning
Object detection with deep learning
 

Andere mochten auch

Chapter 2 Laplace Transform
Chapter 2 Laplace TransformChapter 2 Laplace Transform
Chapter 2 Laplace Transform
Zakiah Saad
 
6 spatial filtering p2
6 spatial filtering p26 spatial filtering p2
6 spatial filtering p2
Gichelle Amon
 
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
 

Andere mochten auch (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
 

Ähnlich wie LAPLACE TRANSFORM SUITABILITY FOR IMAGE PROCESSING

Ähnlich wie 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
 

Kürzlich hochgeladen

Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Kürzlich hochgeladen (20)

HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 

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