Assignment 1 - Image Preprocessing & Segmentation

DUE  19.11

To all relevant questions, provide the block diagram of the algorithms and the code








1. Histograms (30%)
 
 

1. Open Head1.bmp image, and present it. Show the histogram of the image.

2. Perform contrast enhancement on the image in two ways:

3. Assume that the gray-levels r have the probability density function:

 

 
 
 
 
 
 

2. Edge detection (30%)
Open Coronary.bmp image and present it. Use different filters to perform edge detection on the image and extract the vessels' boundaries. Filters
should include the Sobel operator and Laplacian-of-Gaussian (LOG).
 
3. Region Growing and Region Splitting (40%)
3.1 Region Growing
Open Isch_head.bmp and present it. In the image you see a ``white” region. This region is an ischemic region inside the brain that needs to be
detected and measured.
Show resultant region following the Region Growing algorithm.
3.2 Region Splitting