0
9.1kviews
segment the following image using region split and merge technique. Draw quad tree representation for the corresponding segmentation.
1 Answer
written 6.6 years ago by |
Region Splitting:
First, the input image is split into four regions R1, R2, R3, and R4. This is illustrated in fig.b where only two homogeneous regions are identified which are R1 and R4. Hence, the region R1 and R4 are not distributed. The region to be splitted further are R2 …