Skip to content

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 the institute.

Notifications You must be signed in to change notification settings

omshinde/Lee-GradInv-filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

View Lee and GradInv filters for Image Processing on File Exchange

Lee-GradInv-filters

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.

Description

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

How to run the code?

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.

Examples:

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.

About

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 the institute.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages