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.
Image segmentation techniques

More Related Content

What's hot

Image segmentation
Image segmentationImage segmentation
Image segmentation
khyati gupta
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentation
asodariyabhavesh
 
Image Sampling and Quantization.pptx
Image Sampling and Quantization.pptxImage Sampling and Quantization.pptx
Image Sampling and Quantization.pptx
RUBIN (A) JEBIN
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Maneesha Krishnan
 
Region based image segmentation
Region based image segmentationRegion based image segmentation
Region based image segmentation
Safayet Hossain
 
Image processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filtersImage processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filters
Kuppusamy P
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantization
BCET, Balasore
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
A B Shinde
 
Digital image processing - OLD
Digital image processing - OLDDigital image processing - OLD
Digital image processing - OLD
National Institute of Technology Durgapur
 
Noise
NoiseNoise
Noise
Astha Jain
 
Image segmentation
Image segmentation Image segmentation
Edge detection
Edge detectionEdge detection
Edge detection
Jyoti Dhall
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Kuppusamy P
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
lavanya marichamy
 
Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)
asodariyabhavesh
 
Image compression .
Image compression .Image compression .
Image compression .
Payal Vishwakarma
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reduction
Jksuryawanshi
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portion
Moe Moe Myint
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filters
A B Shinde
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
Kalyan Acharjya
 

What's hot (20)

Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Chapter10 image segmentation
Chapter10 image segmentationChapter10 image segmentation
Chapter10 image segmentation
 
Image Sampling and Quantization.pptx
Image Sampling and Quantization.pptxImage Sampling and Quantization.pptx
Image Sampling and Quantization.pptx
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Region based image segmentation
Region based image segmentationRegion based image segmentation
Region based image segmentation
 
Image processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filtersImage processing, Noise, Noise Removal filters
Image processing, Noise, Noise Removal filters
 
Image sampling and quantization
Image sampling and quantizationImage sampling and quantization
Image sampling and quantization
 
Digital Image Fundamentals
Digital Image FundamentalsDigital Image Fundamentals
Digital Image Fundamentals
 
Digital image processing - OLD
Digital image processing - OLDDigital image processing - OLD
Digital image processing - OLD
 
Noise
NoiseNoise
Noise
 
Image segmentation
Image segmentation Image segmentation
Image segmentation
 
Edge detection
Edge detectionEdge detection
Edge detection
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Fundamentals and image compression models
Fundamentals and image compression modelsFundamentals and image compression models
Fundamentals and image compression models
 
Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)Chapter 3 image enhancement (spatial domain)
Chapter 3 image enhancement (spatial domain)
 
Image compression .
Image compression .Image compression .
Image compression .
 
Image noise reduction
Image noise reductionImage noise reduction
Image noise reduction
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portion
 
Image Processing: Spatial filters
Image Processing: Spatial filtersImage Processing: Spatial filters
Image Processing: Spatial filters
 
Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)Spatial Filters (Digital Image Processing)
Spatial Filters (Digital Image Processing)
 

Viewers also liked

IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
Vicky Kumar
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Rania H
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Deepak Kumar
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
Gichelle Amon
 
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
grssieee
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
eSAT Journals
 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentation
Habibur Rahman
 
Ajay ppt region segmentation new copy
Ajay ppt region segmentation new   copyAjay ppt region segmentation new   copy
Ajay ppt region segmentation new copy
Ajay Kumar Singh
 
Edge detection of video using matlab code
Edge detection of video using matlab codeEdge detection of video using matlab code
Edge detection of video using matlab code
Bhushan Deore
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Mukul Jindal
 
Edge Detection algorithm and code
Edge Detection algorithm and codeEdge Detection algorithm and code
Edge Detection algorithm and code
Vaddi Manikanta
 
Segmentation
SegmentationSegmentation
Segmentation
guest49d49
 
Edge detection
Edge detectionEdge detection
Edge detection
Ishraq Al Fataftah
 
Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering
Yan Xu
 
Dip Image Segmentation
Dip Image SegmentationDip Image Segmentation
Dip Image Segmentation
Mubbasher Khaliq
 

Viewers also liked (15)

IMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUESIMAGE SEGMENTATION TECHNIQUES
IMAGE SEGMENTATION TECHNIQUES
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
WE4.L09 - MEAN-SHIFT AND HIERARCHICAL CLUSTERING FOR TEXTURED POLARIMETRIC SA...
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
A version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentationA version of watershed algorithm for color image segmentation
A version of watershed algorithm for color image segmentation
 
Ajay ppt region segmentation new copy
Ajay ppt region segmentation new   copyAjay ppt region segmentation new   copy
Ajay ppt region segmentation new copy
 
Edge detection of video using matlab code
Edge detection of video using matlab codeEdge detection of video using matlab code
Edge detection of video using matlab code
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Edge Detection algorithm and code
Edge Detection algorithm and codeEdge Detection algorithm and code
Edge Detection algorithm and code
 
Segmentation
SegmentationSegmentation
Segmentation
 
Edge detection
Edge detectionEdge detection
Edge detection
 
Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering Mean shift and Hierarchical clustering
Mean shift and Hierarchical clustering
 
Dip Image Segmentation
Dip Image SegmentationDip Image Segmentation
Dip Image Segmentation
 

Similar to Image segmentation techniques

IJ-M&M08.ppt
IJ-M&M08.pptIJ-M&M08.ppt
IJ-M&M08.ppt
SenukeTest
 
Unit ii
Unit iiUnit ii
Unit ii
swapnasalil
 
06 cie552 image_manipulation
06 cie552 image_manipulation06 cie552 image_manipulation
06 cie552 image_manipulation
Elsayed Hemayed
 
Lecture 06 - image processingcourse1.pptx
Lecture 06 - image processingcourse1.pptxLecture 06 - image processingcourse1.pptx
Lecture 06 - image processingcourse1.pptx
Alaa790395
 
Image segmentation ajal
Image segmentation ajalImage segmentation ajal
Image segmentation ajal
AJAL A J
 
CLASS 1.1.pptx
CLASS 1.1.pptxCLASS 1.1.pptx
CLASS 1.1.pptx
DeanSchoolofElectric1
 
An Introduction to digital image processing
An Introduction to digital image processingAn Introduction to digital image processing
An Introduction to digital image processing
nastaranEmamjomeh1
 
Game development terminologies
Game development terminologiesGame development terminologies
Game development terminologies
Ahmed Badr
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
Ayaelshiwi
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
Mohsin Siddique
 
Image & Graphics
Image & GraphicsImage & Graphics
Image & Graphics
Shafiqul Islam Tuhin
 
VCT 3080 Resample Lecture
VCT 3080 Resample LectureVCT 3080 Resample Lecture
VCT 3080 Resample Lecture
Beth Vollmar
 
regions
regionsregions
regions
mjbahmani
 
Edge Detection
Edge Detection Edge Detection
Edge Detection
Jakir Hossain
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
sipij
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
ijcisjournal
 
Digital Imaging Basics
Digital Imaging BasicsDigital Imaging Basics
Digital Imaging Basics
seedinteractive
 
Comparative between global threshold and adaptative threshold concepts in ima...
Comparative between global threshold and adaptative threshold concepts in ima...Comparative between global threshold and adaptative threshold concepts in ima...
Comparative between global threshold and adaptative threshold concepts in ima...
AssiaHAMZA
 
Technical concepts for graphic design production 4
Technical concepts for graphic design production 4Technical concepts for graphic design production 4
Technical concepts for graphic design production 4
Ahmed Ismail
 
Image compression
Image compressionImage compression
Image compression
Shiva Krishna Chandra Shekar
 

Similar to Image segmentation techniques (20)

IJ-M&M08.ppt
IJ-M&M08.pptIJ-M&M08.ppt
IJ-M&M08.ppt
 
Unit ii
Unit iiUnit ii
Unit ii
 
06 cie552 image_manipulation
06 cie552 image_manipulation06 cie552 image_manipulation
06 cie552 image_manipulation
 
Lecture 06 - image processingcourse1.pptx
Lecture 06 - image processingcourse1.pptxLecture 06 - image processingcourse1.pptx
Lecture 06 - image processingcourse1.pptx
 
Image segmentation ajal
Image segmentation ajalImage segmentation ajal
Image segmentation ajal
 
CLASS 1.1.pptx
CLASS 1.1.pptxCLASS 1.1.pptx
CLASS 1.1.pptx
 
An Introduction to digital image processing
An Introduction to digital image processingAn Introduction to digital image processing
An Introduction to digital image processing
 
Game development terminologies
Game development terminologiesGame development terminologies
Game development terminologies
 
Image enhancement
Image enhancementImage enhancement
Image enhancement
 
Basics of image processing & analysis
Basics of image processing & analysisBasics of image processing & analysis
Basics of image processing & analysis
 
Image & Graphics
Image & GraphicsImage & Graphics
Image & Graphics
 
VCT 3080 Resample Lecture
VCT 3080 Resample LectureVCT 3080 Resample Lecture
VCT 3080 Resample Lecture
 
regions
regionsregions
regions
 
Edge Detection
Edge Detection Edge Detection
Edge Detection
 
A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...A binarization technique for extraction of devanagari text from camera based ...
A binarization technique for extraction of devanagari text from camera based ...
 
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
Enhanced Optimization of Edge Detection for High Resolution Images Using Veri...
 
Digital Imaging Basics
Digital Imaging BasicsDigital Imaging Basics
Digital Imaging Basics
 
Comparative between global threshold and adaptative threshold concepts in ima...
Comparative between global threshold and adaptative threshold concepts in ima...Comparative between global threshold and adaptative threshold concepts in ima...
Comparative between global threshold and adaptative threshold concepts in ima...
 
Technical concepts for graphic design production 4
Technical concepts for graphic design production 4Technical concepts for graphic design production 4
Technical concepts for graphic design production 4
 
Image compression
Image compressionImage compression
Image compression
 

Recently uploaded

Quality assurance B.pharm 6th semester BP606T UNIT 5
Quality assurance B.pharm 6th semester BP606T UNIT 5Quality assurance B.pharm 6th semester BP606T UNIT 5
Quality assurance B.pharm 6th semester BP606T UNIT 5
vimalveerammal
 
Physics Investigatory Project on transformers. Class 12th
Physics Investigatory Project on transformers. Class 12thPhysics Investigatory Project on transformers. Class 12th
Physics Investigatory Project on transformers. Class 12th
pihuart12
 
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptxBIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
goluk9330
 
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptxTOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
shubhijain836
 
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
SĂ©rgio Sacani
 
acanthocytes_causes_etiology_clinical sognificance-future.pptx
acanthocytes_causes_etiology_clinical sognificance-future.pptxacanthocytes_causes_etiology_clinical sognificance-future.pptx
acanthocytes_causes_etiology_clinical sognificance-future.pptx
muralinath2
 
gastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptxgastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptx
Shekar Boddu
 
Explainable Deepfake Image/Video Detection
Explainable Deepfake Image/Video DetectionExplainable Deepfake Image/Video Detection
Explainable Deepfake Image/Video Detection
VasileiosMezaris
 
Methods of grain storage Structures in India.pdf
Methods of grain storage Structures in India.pdfMethods of grain storage Structures in India.pdf
Methods of grain storage Structures in India.pdf
PirithiRaju
 
23PH301 - Optics - Unit 2 - Interference
23PH301 - Optics - Unit 2 - Interference23PH301 - Optics - Unit 2 - Interference
23PH301 - Optics - Unit 2 - Interference
RDhivya6
 
Post translation modification by Suyash Garg
Post translation modification by Suyash GargPost translation modification by Suyash Garg
Post translation modification by Suyash Garg
suyashempire
 
WEB PROGRAMMING bharathiar university bca unitII
WEB PROGRAMMING  bharathiar university bca unitIIWEB PROGRAMMING  bharathiar university bca unitII
WEB PROGRAMMING bharathiar university bca unitII
VinodhiniRavi2
 
Discovery of Merging Twin Quasars at z=6.05
Discovery of Merging Twin Quasars at z=6.05Discovery of Merging Twin Quasars at z=6.05
Discovery of Merging Twin Quasars at z=6.05
SĂ©rgio Sacani
 
Evaluation and Identification of J'BaFofi the Giant Spider of Congo and Moke...
Evaluation and Identification of J'BaFofi the Giant  Spider of Congo and Moke...Evaluation and Identification of J'BaFofi the Giant  Spider of Congo and Moke...
Evaluation and Identification of J'BaFofi the Giant Spider of Congo and Moke...
MrSproy
 
The Limited Role of the Streaming Instability during Moon and Exomoon Formation
The Limited Role of the Streaming Instability during Moon and Exomoon FormationThe Limited Role of the Streaming Instability during Moon and Exomoon Formation
The Limited Role of the Streaming Instability during Moon and Exomoon Formation
SĂ©rgio Sacani
 
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
SĂ©rgio Sacani
 
BANANA BUNCHY TOP K R.pptx
BANANA BUNCHY  TOP               K R.pptxBANANA BUNCHY  TOP               K R.pptx
BANANA BUNCHY TOP K R.pptx
KARTHIK REDDY C A
 
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
PsychoTech Services
 
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENTFlow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
savindersingh16
 
the fundamental unit of life CBSE class 9.pptx
the fundamental unit of life CBSE class 9.pptxthe fundamental unit of life CBSE class 9.pptx
the fundamental unit of life CBSE class 9.pptx
parminder0808singh
 

Recently uploaded (20)

Quality assurance B.pharm 6th semester BP606T UNIT 5
Quality assurance B.pharm 6th semester BP606T UNIT 5Quality assurance B.pharm 6th semester BP606T UNIT 5
Quality assurance B.pharm 6th semester BP606T UNIT 5
 
Physics Investigatory Project on transformers. Class 12th
Physics Investigatory Project on transformers. Class 12thPhysics Investigatory Project on transformers. Class 12th
Physics Investigatory Project on transformers. Class 12th
 
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptxBIRDS  DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
BIRDS DIVERSITY OF SOOTEA BISWANATH ASSAM.ppt.pptx
 
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptxTOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
TOPIC OF DISCUSSION: CENTRIFUGATION SLIDESHARE.pptx
 
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
Compositions of iron-meteorite parent bodies constrainthe structure of the pr...
 
acanthocytes_causes_etiology_clinical sognificance-future.pptx
acanthocytes_causes_etiology_clinical sognificance-future.pptxacanthocytes_causes_etiology_clinical sognificance-future.pptx
acanthocytes_causes_etiology_clinical sognificance-future.pptx
 
gastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptxgastroretentive drug delivery system-PPT.pptx
gastroretentive drug delivery system-PPT.pptx
 
Explainable Deepfake Image/Video Detection
Explainable Deepfake Image/Video DetectionExplainable Deepfake Image/Video Detection
Explainable Deepfake Image/Video Detection
 
Methods of grain storage Structures in India.pdf
Methods of grain storage Structures in India.pdfMethods of grain storage Structures in India.pdf
Methods of grain storage Structures in India.pdf
 
23PH301 - Optics - Unit 2 - Interference
23PH301 - Optics - Unit 2 - Interference23PH301 - Optics - Unit 2 - Interference
23PH301 - Optics - Unit 2 - Interference
 
Post translation modification by Suyash Garg
Post translation modification by Suyash GargPost translation modification by Suyash Garg
Post translation modification by Suyash Garg
 
WEB PROGRAMMING bharathiar university bca unitII
WEB PROGRAMMING  bharathiar university bca unitIIWEB PROGRAMMING  bharathiar university bca unitII
WEB PROGRAMMING bharathiar university bca unitII
 
Discovery of Merging Twin Quasars at z=6.05
Discovery of Merging Twin Quasars at z=6.05Discovery of Merging Twin Quasars at z=6.05
Discovery of Merging Twin Quasars at z=6.05
 
Evaluation and Identification of J'BaFofi the Giant Spider of Congo and Moke...
Evaluation and Identification of J'BaFofi the Giant  Spider of Congo and Moke...Evaluation and Identification of J'BaFofi the Giant  Spider of Congo and Moke...
Evaluation and Identification of J'BaFofi the Giant Spider of Congo and Moke...
 
The Limited Role of the Streaming Instability during Moon and Exomoon Formation
The Limited Role of the Streaming Instability during Moon and Exomoon FormationThe Limited Role of the Streaming Instability during Moon and Exomoon Formation
The Limited Role of the Streaming Instability during Moon and Exomoon Formation
 
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
Mapping the Growth of Supermassive Black Holes as a Function of Galaxy Stella...
 
BANANA BUNCHY TOP K R.pptx
BANANA BUNCHY  TOP               K R.pptxBANANA BUNCHY  TOP               K R.pptx
BANANA BUNCHY TOP K R.pptx
 
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
Sexuality - Issues, Attitude and Behaviour - Applied Social Psychology - Psyc...
 
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENTFlow chart.pdf  LIFE SCIENCES CSIR UGC NET CONTENT
Flow chart.pdf LIFE SCIENCES CSIR UGC NET CONTENT
 
the fundamental unit of life CBSE class 9.pptx
the fundamental unit of life CBSE class 9.pptxthe fundamental unit of life CBSE class 9.pptx
the fundamental unit of life CBSE class 9.pptx
 

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.