0
333views
Write all steps of the Region Growing and labeling algorithm.
1 Answer
0
1views

Solution:

Step 1:

Select any pixel as ‘seed’ which will be a non-background pixel .Check its gray level and assign it a label 1.

Step 2:

Evaluate each unlabelled non-background pixel in the neighborhood of the seed pixel. Assign same label to all the neighboring pixels having same gray level. …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.