Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Lab 6

(Show input and output side by side for all problems)


1. Segment the tumor from Figure 1 by using:
i. Region growing approach
ii. Region Splitting and Merging approach

2. Examine the differences between the methods from Question 2 to highlight their
differences in quality and accessibility.

3. Segment the tumor from Figure 1 by using Marker Controlled Watershed segmentation.

4. Segment the tumor from Figure 1 by using Quadtree Segmentation.

5. Generate a binary mask of the tumor from Figure 1 using any segmentation method of
your choice, then apply:
i. Morphological Dilation
ii. Morphological Erosion
By using appropriate structuring element on the mask.

Figure 1: Tumor
6. Apply Hough transform to Figure 2 and draw the detected lines on the original image.

Figure 2: X-Ray Image

You might also like