Image Processing basics in Matlab
This repository includes the following Matlab codes:
- Image read, write, resize
- Distance between two images
- Image Enhancement Operations - Negation, Thresholding, Contrast Stretching, Grey Level Slicing, Bit plane slicing of an image
- Applying LPF, HPF and Median Filter for Gaussian Noise and Salt and Pepper Noise (3x3 and 5x5 masks)
- Discrete Cosine Transform and Discrete Sine Transform
- Apply 2 level decomposition using LPF and HPF filter Banks on given image
- Image Segmentation Using Roberts, Prewitt And Sobel Operators
- Morphology operations like Erosion, Dilation, Opening and Closing