Assignment 4 Solution

$29.99 $18.99

For this assignment, you need to hand out the following files (in a ZIP file): one .m file containing the Matlab code for the algorithm implemented at point 1) ; the .m file needs to be functional, so I can run it and obtain the same results as you have submitted. The .m file needs…

You’ll get a: . zip file solution

 

 
Categorys:
Tags:

Description

Rate this product

For this assignment, you need to hand out the following files (in a ZIP file):

  • one .m file containing the Matlab code for the algorithm implemented at point 1) ;

the .m file needs to be functional, so I can run it and obtain the same results as you have submitted. The .m file needs to be a MATLAB function, not a script. The output of the function needs to be the segmented binary image.

  • two image files with the result of processing “angiogram.tif” with and without histogram equalization as a pre-processing step. Label these files so that I can understand easily which output corresponds to which algorithm.

  • one pdf file containing your responses to points 2, 3, and 4. Include the output images as figures in this file, and reference these figures in your discussion.

  1. Implement the algorithm on Basic Global Thresholding described in L8.1. The implementation of your algorithm needs to specify a tolerance percentage below which the thresholds T(i+1) and T(i) are considered identical. This tolerance parameter needs to be an input for your function.

  1. Test the algorithm on the image ‘angiogram.tif’. You will provide the following results:

    1. The binarized image with the value of the threshold at convergence

    1. The histogram of ‘angiogram.tif’ image with the value of the threshold specified on it.

    1. A table containing the value of the threshold at every iteration before reaching convergence.

  1. Apply histogram equalization to ‘angiogram.tif’. You may choose to work with the Matlab histeq function. Next, apply the same thresholding algorithm to the equalized image. Compute the new threshold, and the new binarized image.

  1. Compare and discuss the results obtained by optimal thresholding on the original image, and on the image pre-processed with histogram equalization.

Page 1 of 1