Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Written Problem = Consider a region growing method that uses the homogeneity measure H(R) = TRUE if 0 1 where o is the sample variance
Written Problem = Consider a region growing method that uses the homogeneity measure H(R) = TRUE if 0 1 where o 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 H(R1) 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 o; of a region Ri is defined by (1,-1)? where N is the number of pixels in Ri, I; are the pixel values in Ri, and p is the mean of the pixel values in Ri. The sum is over the pixels in Ri. The gray-level image is 5 9 9 8 5 6 7 8 14 10 12 10 12 12 10 9 9 8 6 11
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