|
|
Data:
|
| Problem 1:
Implement region growing using the split & merge technique and use it on images A and B to identify different regions in the images. Use a local intensity range for the homogeneity property. For example: for region R with intensity values ranging from R_min to R_max,
How well did it work? How could you improve the homogeneity property to achieve better results? |
| Problem 2:
Implement region growing using the boundary melting technique, and try it on images A and B. |
| Problem 3:
Compare these techniques. What advantages does each have over the other? Can you think of situations where each algorithm might break down? |