- Write a MATLAB program which restores a degraded image using direct inverse filtering.
- Write a MATLAB function for implementing Wiener filtering for linear image restoration using (a) a constant ratio and (b) autocorrelation function.
- Write a MATLAB function to convert an RGB color space to HSI. Display the Hue image, Saturation image and the Intensity image.
- Write a MATLAB function to histogram equalize the Intensity component of a color image and get a new HSI image. Convert the new HSI image back to RGB.
- Detect the line segments in a binary image using Hough Transform.
- Consider an image composed of small, non overlapping blobs. Segment the blobs based on thresholding.
- Consider an image composed of small, non overlapping blobs. Segment the blobs based on region growing.
- Implement the split and merge procedure for segmenting the image with different values for minimum dimensions of the quadtree regions.
- Consider a binary image composed of small blobs. Segment the blobs using (a) distance transform and (b) watershed transform.
Auggen21/image-processing-basics-matlab-3
Inverse Filtering, Wiener Filter, Image Restoration, Hough Transform, Image segmentation using watershed, thresholding, region growing and region splitting and merging
MATLAB