This document discusses several image processing techniques in Matlab: 1) Edge detection using the edge function and Sobel and Canny edge detection algorithms. 2) The radon transform which computes projections of an image along specified directions and the inverse radon transform used to reconstruct images from projections. 3) Marker-controlled watershed segmentation which separates touching objects in an image using morphological operations like gradients and markers.