Image Restoration Assignment for the course EE 610, EE dept, IIT Bombay
- 'images' folder consists of all the sample images used in the assignment and its report
- Some functions are created separately such as "pad_image", "calculate_similarity", etc to ensure readability and lucidity of the code for the reader
- Some extra unsed functions are also included such as "myFFT2D.m" and its helpers.
- Run main.m
- None of the lines of the code is either copied or reproduced from any online or offline source. Each and every line of the code is composed solely by the author