Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider an m times n gray image with xpq being the intensity of pixel ( p , q ) , p = 1 ,
Consider an m times n gray image with xpq being the intensity of pixel p q p m
and q n We want to segment the image into k nonoverlapping clusters by using
the Kmeans clustering method.
We first reshape the image pixels such that the resulting matrix is an m n t vector. The
total variation of the reshaped image is defined as:
t
i
xi mu T
where mu T is the average intensity of the image.
Given k a priori, the Kmeans algorithm aims to minimize the total withincluster vari
ation, denoted as:
K
j
t
i
wij xi mu j
where mu j is the mean intensity of cluster Cj and wij
xi in Cj
xi in Cj
However, according to the Huygens Theorem, minimizing the withincluster variation is
equivalent to maximizing the betweencluster variation. Show that the total betweencluster
variation can be defined as: K
j
tj mu j mu T
where tj is the number of elements in the cluster Cj
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started