GitXplorerGitXplorer
i

Notch-Filter-for-Image-Processing

public
34 stars
12 forks
0 issues

Commits

List of commits on branch master.
Verified
efd827e344e63d6e61a69c00917e94ebdd35240e

Merge pull request #2 from imdeep2905/dependabot/add-v2-config-file

iimdeep2905 committed 3 years ago
Verified
3df328c1863998f56164620e9e45ed0bd1b420c3

Upgrade to GitHub-native Dependabot

ddependabot-preview[bot] committed 4 years ago
Verified
0120b070ecb03f42b21956f2a1ce047f5252e12a

Update README.md

iimdeep2905 committed 4 years ago
Unverified
17b1995c56d4dae26858acfae5862b0c4d87e871

Added more demo Images

iimdeep2905 committed 4 years ago
Unverified
79b47a2980def9c989182ee2d7cb69c99b8d3e60

Merge branch 'master' of github.com:imdeep2905/Notch-Filter-for-Image-Processing into master

iimdeep2905 committed 4 years ago
Unverified
7b044a8625e44148f8b91941f088d130a42c23dc

Removed unncessary code and added requirements.txt

iimdeep2905 committed 4 years ago

README

The README file for this repository.

Notch-Filter-for-Image-Processing

Three varients of the Notch Filters are implemented:

  • Ideal Notch Filter
  • ButterWorth Notch Filter (Different orders are also supported)
  • Gaussian Notch Filter

How to run

  1. Clone this repo.
  2. Fulfill requirements.txt (pip install -r requirements.txt).
  3. Run with command python main.py.

Demo Run

  1. Running main.py will give follwing screen:

  1. Select an image on which you want to apply the filter.

  1. Select points to apply filter.

  1. Side by side comparison.

Some Examples