Introduction - If you have any usage issues, please Google them yourself
. Write MATLAB code that will do the following.
(a) Perform point detection.
(b) Perform line detection.
(c) Perform edge detection using Laplacian, Prewitt, Sobel operators.
(d) Perform boundary detection using Hough Transform.
(e) Perform image segmentation using thresholding technique to segment image into 2, 3, 4 regions.(for gray and colour image)