Image Segmentation
Image Segmentation
Image Segmentation
SEGMENTATION
AFTER
BEFORE AFTER
BEFORE AFTER
BEFORE AFTER
APPLICATIONS
MEDICAL IMAGING
BIOMETRICS APPLICATIONS
AGRICULTURAL IMAGING
3-D IMAGING
I
M
A
G
I
N
G
BIOMETRICS APPLICATIONS
CLUSTERING
EDGE REGION
DETECTION GROWING
Derivative approach
Pixels may belong together because they have the same color,
same texture, they are nearby, and so on.
CLUSTERING METHOD
DIVISION CLUSTERING:
the entire dataset is considered as a cluster, and then clusters
are recursively split to yield good clustering
AGGLOMERATIVE CLUSTERING:
each data point is considered as a clustered, then clusters are
recursively merged to yield good clustering.
K-MEANS CLUSTERING:
grouping the dataset into K clusters center locations
SEGMENTATION BY CLUSTERING – KMEANS
1. Initialisation:
◮ choose K
◮ randomly guess K cluster center locations
2. Allocation: each data point finds out which center it is closest to,
and is assigned to the corresponding cluster
This method starts at the root of the tree that represents the
whole image. If it is found non-uniform (not
homogeneous), then it is split into four son-squares (the
splitting process), and so on so forth.
R0 R1 R0
R1
R3
R2