SlideShare a Scribd company logo
Submitted by,
G. Midhu Bala and J.Asenath
Introduction
 Image processing is any form of signal processing for
which the input is an image, such as a photography or video
frame.
 The output of image processing may be either an image or a
set of characteristics related to the image.
 Image Analysis - to extract high level information on an
image.
 Image Segmentation - to change the representation of an
original image into meaningful portions which makes it
easier to analysis.
 To locate objects and boundaries.
Segmentation Techniques
•Thresholding
•Edge Detection
•Color Image Segmentation
•Histogram Based Method
Types of images
8 bit image
8 bit image RGB
16 bit image
16 bit RGB
32 bit image
32 bit RGB
8 bit Color
8 bit color RGB
RGB Color
RGB Stack
Red Green Blue
File formats
 JPG  uses lossy compression
 GIF always uses lossless LZW compression, but it is always an
indexed color file (8-bits, 256 colors maximum), which is poor for
24-bit color photos.
 PNG is transparency for 24 bit RGB images. lossless
compression, of different types), but PNG is perhaps slightly slower
to read or write.
 TIF  is lossless (including LZW compression option), which is
considered the highest quality format for commercial work.
Test image
.
Original disease free leaf Original affected leaf
Thresholding
 Original image into binary image
 Foreground can be separated from the background by selecting the
threshold value
 Global Thresholding -only one threshold value for entire image
 Local Thresholding - different value for different regions
Methods
 Edge Based - detects and links edge pixels to form contour.
 Region Based - detects the entire region
Threshold Value : 100 Threshold Value : 150 Threshold Value : 255
Global Thresholding
Otsu Method
Threshold Value : 193
Edge Detection
 Reduce the amount of data in an image.
 Provides ability to extract the exact edge.
 Corners, lines, curves .
 Meaningful discontinuities in the grey level.
Edge detected image
Canny Edge Detection:(Criteria)
 Detection: The probability of detecting real edge
points is maximized and falsely detecting non-edge
points is minimized. This corresponds to maximizing the
signal-to-noise ratio.
 Localization: The detected edges should be as close as
possible to the real edges.
 Number of Responses: One real edge should be result
in more than one detected edge.
Canny Edge Detection Algorithm
Smoothing:
Blurring of the image to remove noise.
Finding gradients:
The edges should be marked where the gradients of the
image has large magnitudes.
Non-maximum suppression:
Only local maxima should be marked as edges.
Double thresholding :
Potential edges are determines by thresholding.
Edge tracking by hysteresis:
Final edges are determined by suppressing all edges that are
not connected to a very certain strong edges.
Color Image Segmentation:
Color image segmentation is used to extract high level
information of the image based on color. Three phases are
Phase1: Preprocessing:
Morphological methods are applied to remove the noises away
from image which applied to smooth some spots on uniformed
patterns.
Phase2: Transformation:
Color space transformed methods are used to transform other
color space to RGB.
Phase3: Segmentation:
Applying clustering algorithm like K-means algorithm for
finding the appropriate cluster numbers and segment images in
different color spaces. The cluster with the maximum average
variance is split into new clusters.
Segmented image
Histogram- based methods:
 Compute- Pixels , peaks, valleys
 Locate – clusters
 Recursively applied for finding the smaller clusters.
Distinguishes the two homogeneous regions of the
foreground and background of an image.
Histogram
Conclusion
Partitioning an Image using segmentation
techniques leads to extract different regions with
similar attributes . It also detects high level
information of an image for image analysis and
further researches.
Comparative study on image segmentation techniques

More Related Content

PPTX
Image segmentation
PPT
Image segmentation
PDF
Image Segmentation
PPTX
IMAGE SEGMENTATION TECHNIQUES
PPTX
Image segmentation
PPT
Image segmentation
PPTX
Deep learning for object detection
PPTX
Chapter 9 morphological image processing
Image segmentation
Image segmentation
Image Segmentation
IMAGE SEGMENTATION TECHNIQUES
Image segmentation
Image segmentation
Deep learning for object detection
Chapter 9 morphological image processing

What's hot (20)

PPT
Chapter10 image segmentation
PPTX
IMAGE SEGMENTATION.
PPTX
Chapter 8 image compression
PPSX
Edge Detection and Segmentation
PPTX
PPTX
Introduction to Digital Image Processing
PPTX
Lect 06
PPT
Segmentation
PPT
Image segmentation
PPT
Image segmentation ppt
PPT
Dip Image Segmentation
PPSX
Color Image Processing: Basics
PPTX
Object Detection using Deep Neural Networks
PPTX
Image segmentation techniques
PPTX
Image segmentation in Digital Image Processing
PPT
Image segmentation
PPTX
Image processing
PPTX
Comparison of image segmentation
PPTX
NOISE FILTERS IN IMAGE PROCESSING
PPTX
Hough Transform By Md.Nazmul Islam
Chapter10 image segmentation
IMAGE SEGMENTATION.
Chapter 8 image compression
Edge Detection and Segmentation
Introduction to Digital Image Processing
Lect 06
Segmentation
Image segmentation
Image segmentation ppt
Dip Image Segmentation
Color Image Processing: Basics
Object Detection using Deep Neural Networks
Image segmentation techniques
Image segmentation in Digital Image Processing
Image segmentation
Image processing
Comparison of image segmentation
NOISE FILTERS IN IMAGE PROCESSING
Hough Transform By Md.Nazmul Islam
Ad

Similar to Comparative study on image segmentation techniques (20)

PPTX
Chapter-1 Digital Image Processing (DIP)
PPT
IJ-M&M08.ppt
PPT
Unit ii
PPTX
06 cie552 image_manipulation
PPTX
image processing using matlab in faculty
PPTX
Lecture 06 - image processingcourse1.pptx
PPTX
AI Unit-5 Image Processing for all ML problems
PPT
Image segmentation ajal
PPTX
CLASS 1.1.pptx
PPTX
An Introduction to digital image processing
PPTX
Manjunath 2GP21EC023 6.6 to 6.9 rafael.pptx
PPT
Game development terminologies
PPTX
Image enhancement
PDF
Chapter 3 (1).pdf Computer Mantainance and Tecknical support Chapter 3 Latest...
PDF
Basics of image processing & analysis
PPTX
Image & Graphics
PPTX
VCT 3080 Resample Lecture
PPT
regions
PPTX
COLOUR DETECTION MODEL PPT.pptx.........
PPTX
Edge Detection
Chapter-1 Digital Image Processing (DIP)
IJ-M&M08.ppt
Unit ii
06 cie552 image_manipulation
image processing using matlab in faculty
Lecture 06 - image processingcourse1.pptx
AI Unit-5 Image Processing for all ML problems
Image segmentation ajal
CLASS 1.1.pptx
An Introduction to digital image processing
Manjunath 2GP21EC023 6.6 to 6.9 rafael.pptx
Game development terminologies
Image enhancement
Chapter 3 (1).pdf Computer Mantainance and Tecknical support Chapter 3 Latest...
Basics of image processing & analysis
Image & Graphics
VCT 3080 Resample Lecture
regions
COLOUR DETECTION MODEL PPT.pptx.........
Edge Detection
Ad

Comparative study on image segmentation techniques

  • 1. Submitted by, G. Midhu Bala and J.Asenath
  • 2. Introduction  Image processing is any form of signal processing for which the input is an image, such as a photography or video frame.  The output of image processing may be either an image or a set of characteristics related to the image.  Image Analysis - to extract high level information on an image.  Image Segmentation - to change the representation of an original image into meaningful portions which makes it easier to analysis.  To locate objects and boundaries.
  • 3. Segmentation Techniques •Thresholding •Edge Detection •Color Image Segmentation •Histogram Based Method
  • 4. Types of images 8 bit image 8 bit image RGB
  • 5. 16 bit image 16 bit RGB
  • 6. 32 bit image 32 bit RGB
  • 7. 8 bit Color 8 bit color RGB
  • 10. File formats  JPG  uses lossy compression  GIF always uses lossless LZW compression, but it is always an indexed color file (8-bits, 256 colors maximum), which is poor for 24-bit color photos.  PNG is transparency for 24 bit RGB images. lossless compression, of different types), but PNG is perhaps slightly slower to read or write.  TIF  is lossless (including LZW compression option), which is considered the highest quality format for commercial work.
  • 11. Test image . Original disease free leaf Original affected leaf
  • 12. Thresholding  Original image into binary image  Foreground can be separated from the background by selecting the threshold value  Global Thresholding -only one threshold value for entire image  Local Thresholding - different value for different regions Methods  Edge Based - detects and links edge pixels to form contour.  Region Based - detects the entire region
  • 13. Threshold Value : 100 Threshold Value : 150 Threshold Value : 255 Global Thresholding
  • 15. Edge Detection  Reduce the amount of data in an image.  Provides ability to extract the exact edge.  Corners, lines, curves .  Meaningful discontinuities in the grey level. Edge detected image
  • 16. Canny Edge Detection:(Criteria)  Detection: The probability of detecting real edge points is maximized and falsely detecting non-edge points is minimized. This corresponds to maximizing the signal-to-noise ratio.  Localization: The detected edges should be as close as possible to the real edges.  Number of Responses: One real edge should be result in more than one detected edge.
  • 17. Canny Edge Detection Algorithm Smoothing: Blurring of the image to remove noise. Finding gradients: The edges should be marked where the gradients of the image has large magnitudes. Non-maximum suppression: Only local maxima should be marked as edges. Double thresholding : Potential edges are determines by thresholding. Edge tracking by hysteresis: Final edges are determined by suppressing all edges that are not connected to a very certain strong edges.
  • 18. Color Image Segmentation: Color image segmentation is used to extract high level information of the image based on color. Three phases are Phase1: Preprocessing: Morphological methods are applied to remove the noises away from image which applied to smooth some spots on uniformed patterns. Phase2: Transformation: Color space transformed methods are used to transform other color space to RGB.
  • 19. Phase3: Segmentation: Applying clustering algorithm like K-means algorithm for finding the appropriate cluster numbers and segment images in different color spaces. The cluster with the maximum average variance is split into new clusters. Segmented image
  • 20. Histogram- based methods:  Compute- Pixels , peaks, valleys  Locate – clusters  Recursively applied for finding the smaller clusters. Distinguishes the two homogeneous regions of the foreground and background of an image. Histogram
  • 21. Conclusion Partitioning an Image using segmentation techniques leads to extract different regions with similar attributes . It also detects high level information of an image for image analysis and further researches.