Answered step by step
Verified Expert Solution
Question
1 Approved Answer
where sigma 2 i is the sample variance of the pixels in region Ri . Assume that the method starts with the upper left
where sigma
i is the sample variance of the pixels in region Ri Assume that the method starts
with the upper left pixel and always attempts to grow to a new connected pixel assuming eight
neighbors whose gray level is closest to the average of the gray levels of the current region. For
the grayscale image below, find the first region that will be generated using this algorithm grow
from the upper left pixel until HR is FALSE Circle this region in the image and compute
the mean and sample variance of the region. For each step in the region growing process, write
down the pixel values in the current region and their mean and variance.
Assume that the sample variance sigma
i of a region Ri is defined by
sigma
i
N
j
Ij mu
where N is the number of pixels in Ri Ij are the pixel values in Ri and mu is the mean of the
pixel values in Ri The sum is over the pixels in Ri The graylevel image is
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