0% found this document useful (0 votes)
4 views4 pages

CSC566 Tutorial Region Growing 2 Q

Uploaded by

2024963669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views4 pages

CSC566 Tutorial Region Growing 2 Q

Uploaded by

2024963669
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

CSC566 Image Processing

Week 8
Chapter 6 (Segmentation using Region Growing)

Name : ADI AAISYAH BT AHMAD AZURAN


Student Id : 2024963669
Group :M3CS2304C

QUESTION

Figure 1 shows a grayscale image and Figure 2 shows the seed.

60 140 20 40 55
40 150 110 95 65
115 118 95 40 60
110 120 89 35 50
118 125 95 97 72
50 138 110 92 75
60 112 40 40 50
Seed = 110

Figure 1 Figure 2

Perform segmentation on the image in Figure 1 using Region Growing, given the predicates
as follow:
a) Two pixels belong to the same region if |f(x0, y0) - f(x1, y1)| < =20
b) A pixel belongs to a region if it is N8 connected at least to one pixel of the region.
ANSWER

Show your iteration of the solution respectively.

60 140 20 40 55

40 150 110 95 65

115 118 95 40 60

110 120 89 35 50

118 125 95 97 72

50 138 110 92 75

60 112 40 40 50

f (2,4) = | 95 – 110 | = 15

f (3,3) = | 95 – 110 | = 15

f (3,2) = | 118 – 110 | = 8

f (3,1) = | 115 – 110 | = 5

f (3,2) = | 118 – 110 | = 8

f (4,2) = | 120 – 110 | = 10

f (5,2) = | 125 – 110 | = 15

f (5,1) = | 118 – 110 | = 8

f (6,3) = | 95 – 110 | = 15

f (5,4) = | 97 – 110 | = 13
f (6,4) = | 92 – 110 | = 18

f (7,2) = | 112 – 110 | = 2

60 140 20 40 55

40 150 110 95 65

115 118 95 40 60

110 120 89 35 50

118 125 95 97 72

50 138 110 92 75

60 112 40 40 50

f (4,3) = | 89 – 95 | = 6

f (6,2) = | 138 – 118 | = 20

f (5,5) = | 72 – 92 | = 20

f (6,5) = | 75 – 92 | = 17
Final Output:

60 140 20 40 55

40 150 110 95 65

115 118 95 40 60

110 120 89 35 50

118 125 95 97 72

50 138 110 92 75

60 112 40 40 50

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy