Q8Digital Image Processing
Question
2 marks
Explain region growing.
Answer
Region Growing is a highly aggressive iterative segmentation algorithm that mathematically fuses adjacent pixels into a unified region based on strict similarity criteria.
Region Growing requires the physical selection of "Seed" pixels. The algorithm aggressively evaluates the immediate 4-connected or 8-connected neighboring pixels. If a neighbor satisfies a strict mathematical homogeneity condition (e.g., its intensity difference is ), it is violently annexed into the growing region, repeating until no valid neighbors remain.