0
1.4kviews
Explain Region Growing with an example.
1 Answer
0
16views

Solution:

Region growing is a procedure in which pixels are grouped into larger regions based on some predefined condition.

The basic approach is to select a seed point and grow regions from this seed.

Let us pickup an arbitrary pixel $(x, y, 1)$ from the image that needs to be …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.