You are on page 1of 3

Q - Histogram of a 3 bit image is shown in the following table

12
Gray level 0 1 2 3 4 5 7
.5

number of pixels 2 3 2 1 2 3 2 1

Find optimal threshold using Otsu.

Solution

Plotting histogram
Q - Apply region growing on the following image. Initial
point at (2,2). Threshold is 2. Use 4 connectivity.

Solution

The segmented region is shown in the fol-


lowing figure. Condition → absolute dif-
ference <= 2. Here we compare relative to
original seed.

You might also like