0
1.4kviews
Explain Region Growing with an example.
1 Answer
| written 3.0 years ago by | • modified 3.0 years ago |
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 …