SlideShare a Scribd company logo
REGION-BASED IMAGE
SEGMENTATION
By
Ajay Kumar Singh
Overview
 Definition
 Need

of segmentation
 Classification of methods
 Region based segmentation
Definition


Segmentation refers to the process of
partitioning a image into multiple regions.



Regions:- A group of connected pixels
with similar properties.



Regions are used to interpret images. A
region may correspond to a particular
object, or different parts of an object.
 In

most cases, segmentation should
provide a set of regions having the
following properties





Connectivity and compactness
Regularity of boundaries
Homogeneity in terms of color or texture
Differentiation from neighbor regions
Need of segmentation
The goal of segmentation is to simplify the
representation of an image into something that is
more meaningful and easier to analyze.
Image segmentation is typically used to locate
objects and boundaries in images.
For correct interpretation, image must be
partitioned into regions that correspond to
objects or parts of an object.
Basic Formulation


Let R represent the entire image region. We
want to partition R into n sub regions, R1,
R2, . . ., Rn, such that:

(a) Summation of Ri =R
(b) Ri is a connected region for i=1, 2, . . , n
(c) Ri intersection Rj =φ for all i and j , I≠ j
(d) P(Ri) = TRUE for i=1, 2, . . . n
(e) P( Ri summation Rj)= False , i ≠ j
Basic Formulation








(a) segmentation must be complete
– all pixels must belong to a region
(b) pixels in a region must be connected
(c) Regions must be disjoint
(d) states that pixels in a region must all share the
same property
– The logic predicate P(Ri) over a region must return
TRUE for each point in that region
(e) indicates that regions are different in the sense of
the predicate P.
Segmentation Effect

Region Segmented Image
Approaches to
segmentation


Region based approaches





group together pixels with similar
properties
combining proximity and similarity
Classification


Region based approaches are based on
pixel properties such as





Homogeneity
Spatial proximity

The most used methods are





Thresholding
Clustering
Region growing
Split and merge
Pixel Aggregation (Region
Growing)


The basic idea is to grow from a seed pixel
 At a labeled pixel, check each of its neighbors
 If its attributes are similar to those of the already labeled
pixel,label the neighbor accordingly
 Repeat until there is no more pixel that can be labeled



For example, let
 The attribute of a pixel is its pixel value
 The similarity is defined as the difference between
adjacent pixel values
 If the difference is smaller than a threshold, they are
assigned to the same region, otherwise not
Region Growing : Algorithm

a) Chose or determined a group of seed pixel
which can correctly represent the required
region;
 b) Fixed the formula which can contain the
adjacent pixels in the growth;
 c) Made rules or conditions to stop the growth
process

Region Split and Merge





After segmentation the regions may need to be
refined or reformed.
Split operation adds missing boundaries by
splitting regions that contain part of different
objects.
Merge operation eliminates false boundaries and
spurious regions by merging adjacent regions that
belong to the same object.

Split-and-merge in a hierarchical data structure
Algorithm: Region Splitting
 Form

initial region in the image
 For each region in an image,
recursively perform:




Compute the variance in the gray values for
the region
If the variance is above a threshold, split
the region along the appropriate boundary



If some property of a region is not constant
Regular decomposition Methods: divide the region
into a fixed number of equal-sized regions.
Algorithm: Region Merging
(1) Form initial regions in the image using thresholding ( or
a similar approach) followed by component labeling.
(2) Prepare a region adjacency graph (RAG) for the image.
(3) For each region in an image, perform the following
steps:
(a) Consider its adjacent region and test to see if they are similar.
(b) For regions that are similar, merge them and modify the RAG.

(4) Repeat step 3 until no regions are merged.
Applications







In image compression
Object recognition
Computer graphics
Medical Imaging
MPEG-4 video object (VO) segmentation
References
[1] Rafael C. Gonzalez and Richard E. woods “DIGITAL
IMAGE PROCESSING,ˮ 2011.p. 762-770.
[2] Jun Tang, “A Color Image Segmentation algorithm
Based on Region Growing,ˮ China School of Electronic
Engineering 2010.
[3] Chaobing Huang, Quan Liu, Xiaopeng Li “Color Image
Segmentation by Seeded Regionˮ China, School of
information engineering, 2010.
[4] Tiancan Mei, Chen Zheng, Sidong Zhong, “Hierarchical
Region Based Markov Random Field for Image
Segmentation”,Wuhan,China,2011
[5] en.wikipedia.org/wiki/Region_growing
Thanks to All
Any Question??

More Related Content

PPTX
Transform coding
PPT
Image segmentation
PPTX
Chapter 9 morphological image processing
PPSX
Edge Detection and Segmentation
PPTX
Chapter 8 image compression
PPT
Thresholding.ppt
PPTX
IMAGE SEGMENTATION.
PPTX
Chapter 3 image enhancement (spatial domain)
Transform coding
Image segmentation
Chapter 9 morphological image processing
Edge Detection and Segmentation
Chapter 8 image compression
Thresholding.ppt
IMAGE SEGMENTATION.
Chapter 3 image enhancement (spatial domain)

What's hot (20)

PPT
ImageProcessing10-Segmentation(Thresholding) (1).ppt
PPTX
Image segmentation
PPTX
Hit and-miss transform
PPT
Image segmentation
PPT
Chapter10 image segmentation
PDF
Image Segmentation
PPTX
Psuedo color
PPT
03 digital image fundamentals DIP
PPTX
Texture,pattern and pattern classes
PPSX
Image Enhancement in Spatial Domain
PPTX
Advance image processing
PPTX
Introduction to Image Compression
PPTX
Color Image Processing
PPTX
Region based segmentation
PPTX
Image Sampling and Quantization.pptx
PPTX
Region based segmentation
PPTX
Filtering and masking
PPTX
Image Sensing and Acquisition.pptx
PPTX
Color Models.pptx
PPTX
Color models
ImageProcessing10-Segmentation(Thresholding) (1).ppt
Image segmentation
Hit and-miss transform
Image segmentation
Chapter10 image segmentation
Image Segmentation
Psuedo color
03 digital image fundamentals DIP
Texture,pattern and pattern classes
Image Enhancement in Spatial Domain
Advance image processing
Introduction to Image Compression
Color Image Processing
Region based segmentation
Image Sampling and Quantization.pptx
Region based segmentation
Filtering and masking
Image Sensing and Acquisition.pptx
Color Models.pptx
Color models
Ad

Similar to Ajay ppt region segmentation new copy (20)

PPTX
Region based image segmentation
PPT
Image Segmentation using region growing and shrinking
PDF
Image Segmentation Using Pairwise Correlation Clustering
PPT
regions
PPTX
Image segmentation
PDF
Implementation of High Dimension Colour Transform in Domain of Image Processing
PDF
A Combined Method with automatic parameter optimization for Multi-class Image...
PPTX
Digital_Image_Classification.pptx
PDF
Dk34681688
PDF
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
PDF
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
PPTX
Image feature extraction
PDF
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
PDF
Different Image Segmentation Techniques for Dental Image Extraction
PDF
Fd36957962
PPT
Image segmentation ajal
PPTX
search engine for images
PDF
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
PDF
Automatic dominant region segmentation for natural images
Region based image segmentation
Image Segmentation using region growing and shrinking
Image Segmentation Using Pairwise Correlation Clustering
regions
Image segmentation
Implementation of High Dimension Colour Transform in Domain of Image Processing
A Combined Method with automatic parameter optimization for Multi-class Image...
Digital_Image_Classification.pptx
Dk34681688
Image Segmentation from RGBD Images by 3D Point Cloud Attributes and High-Lev...
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
Image feature extraction
Multitude Regional Texture Extraction for Efficient Medical Image Segmentation
Different Image Segmentation Techniques for Dental Image Extraction
Fd36957962
Image segmentation ajal
search engine for images
AUTOMATIC DOMINANT REGION SEGMENTATION FOR NATURAL IMAGES
Automatic dominant region segmentation for natural images
Ad

Recently uploaded (20)

PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation theory and applications.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
DOCX
The AUB Centre for AI in Media Proposal.docx
20250228 LYD VKU AI Blended-Learning.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Reach Out and Touch Someone: Haptics and Empathic Computing
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Spectral efficient network and resource selection model in 5G networks
Understanding_Digital_Forensics_Presentation.pptx
Mobile App Security Testing_ A Comprehensive Guide.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Network Security Unit 5.pdf for BCA BBA.
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation theory and applications.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Weekly Chronicles - August'25 Week I
Dropbox Q2 2025 Financial Results & Investor Presentation
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
The AUB Centre for AI in Media Proposal.docx

Ajay ppt region segmentation new copy

  • 2. Overview  Definition  Need of segmentation  Classification of methods  Region based segmentation
  • 3. Definition  Segmentation refers to the process of partitioning a image into multiple regions.  Regions:- A group of connected pixels with similar properties.  Regions are used to interpret images. A region may correspond to a particular object, or different parts of an object.
  • 4.  In most cases, segmentation should provide a set of regions having the following properties     Connectivity and compactness Regularity of boundaries Homogeneity in terms of color or texture Differentiation from neighbor regions
  • 5. Need of segmentation The goal of segmentation is to simplify the representation of an image into something that is more meaningful and easier to analyze. Image segmentation is typically used to locate objects and boundaries in images. For correct interpretation, image must be partitioned into regions that correspond to objects or parts of an object.
  • 6. Basic Formulation  Let R represent the entire image region. We want to partition R into n sub regions, R1, R2, . . ., Rn, such that: (a) Summation of Ri =R (b) Ri is a connected region for i=1, 2, . . , n (c) Ri intersection Rj =φ for all i and j , I≠ j (d) P(Ri) = TRUE for i=1, 2, . . . n (e) P( Ri summation Rj)= False , i ≠ j
  • 7. Basic Formulation      (a) segmentation must be complete – all pixels must belong to a region (b) pixels in a region must be connected (c) Regions must be disjoint (d) states that pixels in a region must all share the same property – The logic predicate P(Ri) over a region must return TRUE for each point in that region (e) indicates that regions are different in the sense of the predicate P.
  • 9. Approaches to segmentation  Region based approaches   group together pixels with similar properties combining proximity and similarity
  • 10. Classification  Region based approaches are based on pixel properties such as    Homogeneity Spatial proximity The most used methods are     Thresholding Clustering Region growing Split and merge
  • 11. Pixel Aggregation (Region Growing)  The basic idea is to grow from a seed pixel  At a labeled pixel, check each of its neighbors  If its attributes are similar to those of the already labeled pixel,label the neighbor accordingly  Repeat until there is no more pixel that can be labeled  For example, let  The attribute of a pixel is its pixel value  The similarity is defined as the difference between adjacent pixel values  If the difference is smaller than a threshold, they are assigned to the same region, otherwise not
  • 12. Region Growing : Algorithm a) Chose or determined a group of seed pixel which can correctly represent the required region;  b) Fixed the formula which can contain the adjacent pixels in the growth;  c) Made rules or conditions to stop the growth process 
  • 13. Region Split and Merge    After segmentation the regions may need to be refined or reformed. Split operation adds missing boundaries by splitting regions that contain part of different objects. Merge operation eliminates false boundaries and spurious regions by merging adjacent regions that belong to the same object. Split-and-merge in a hierarchical data structure
  • 14. Algorithm: Region Splitting  Form initial region in the image  For each region in an image, recursively perform:   Compute the variance in the gray values for the region If the variance is above a threshold, split the region along the appropriate boundary
  • 15.   If some property of a region is not constant Regular decomposition Methods: divide the region into a fixed number of equal-sized regions.
  • 16. Algorithm: Region Merging (1) Form initial regions in the image using thresholding ( or a similar approach) followed by component labeling. (2) Prepare a region adjacency graph (RAG) for the image. (3) For each region in an image, perform the following steps: (a) Consider its adjacent region and test to see if they are similar. (b) For regions that are similar, merge them and modify the RAG. (4) Repeat step 3 until no regions are merged.
  • 17. Applications      In image compression Object recognition Computer graphics Medical Imaging MPEG-4 video object (VO) segmentation
  • 18. References [1] Rafael C. Gonzalez and Richard E. woods “DIGITAL IMAGE PROCESSING,ˮ 2011.p. 762-770. [2] Jun Tang, “A Color Image Segmentation algorithm Based on Region Growing,ˮ China School of Electronic Engineering 2010. [3] Chaobing Huang, Quan Liu, Xiaopeng Li “Color Image Segmentation by Seeded Regionˮ China, School of information engineering, 2010. [4] Tiancan Mei, Chen Zheng, Sidong Zhong, “Hierarchical Region Based Markov Random Field for Image Segmentation”,Wuhan,China,2011 [5] en.wikipedia.org/wiki/Region_growing