100% found this document useful (1 vote)
165 views

Unit - 5 Numerical On Region Splitting and Merging

The document discusses image segmentation using region splitting technique. It instructs to perform segmentation on an image by splitting it using a quad tree where the difference between maximum and minimum x and y values of each region must be less than or equal to 3.

Uploaded by

xx69dd69xx
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
165 views

Unit - 5 Numerical On Region Splitting and Merging

The document discusses image segmentation using region splitting technique. It instructs to perform segmentation on an image by splitting it using a quad tree where the difference between maximum and minimum x and y values of each region must be less than or equal to 3.

Uploaded by

xx69dd69xx
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Image Segmentation

Splitting & Merging


Perform segmentation on the following image using region splitting technique. Draw the
quad tree. Predicate is max 𝑥, 𝑦 − min(𝑥, 𝑦) ≤ 3

You might also like