This project implements Lee and Gradient-inverse filters which are used in image processing applications. It is a Matlab project completed towards the fulfilment of Satellite Image Processing project in my institute.
The pre-processing operations of an image include smoothing, averaging, noise-reduction et cetera. This operation can be performed on:
- Full image i.e. Global operation
- Sub-part of image i.e. local operation
The local operations are performed using Kernels. These kernels are pre-defined. To obtain output, kernel is convolved with input image. This project processes input image using:
- Lee filter
- Gradient-Inverse filter
Open SIP_Project.m using MATLAB in your personal computer. A graphical-user interface will appear. Perform the required operations on the desired image. The code can be further modified using MATLAB Editor. The implementation algorithm of the project can be obtained at Algorithm.pdf and flowchart can be obtained at Flowchart.jpg.
The Test Outputs folder contains the results obtained by executing code with two different input images. The input images are also available inside the same folder.