Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.15 KB

Digital Image Processing

This repo contains my attempt at the assignments of the course "EEE F435 - Digital Image Processing". The code has been written in MATLAB.

Assignment List

  1. Read and convert an image into grayscale.
  2. Convert an image inro binary by varying the threshold.
  3. 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.
  4. Perform intensity slicing and recombination
  5. Obtain Histogram of a given image, perform histogram equalization, and histogram matching with a reference image.
  6. Perform local histogram processing, obtain the mean and variance of image from histogram and from image.
  7. Perform convolution, correlation for signals.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contact

Author - @AmiteshBadkul - [email protected]

Project Link: https://github.com/AmiteshBadkul/digital-image-processing