This repo contains my attempt at the assignments of the course "EEE F435 - Digital Image Processing". The code has been written in MATLAB.
- Read and convert an image into grayscale.
- Convert an image inro binary by varying the threshold.
- Convert two images into binary and perform logical operations. Take two matrices and perform arthmatic operations. Generate two binary images and perform logical operations to get a meaningful image.
- Perform intensity slicing and recombination
- Obtain Histogram of a given image, perform histogram equalization, and histogram matching with a reference image.
- Perform local histogram processing, obtain the mean and variance of image from histogram and from image.
- Perform convolution, correlation for signals.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Author - @AmiteshBadkul - [email protected]
Project Link: https://github.com/AmiteshBadkul/digital-image-processing