{"id":21030557,"url":"https://github.com/imdeep2905/notch-filter-for-image-processing","last_synced_at":"2025-05-15T11:32:47.726Z","repository":{"id":46768222,"uuid":"287917202","full_name":"imdeep2905/Notch-Filter-for-Image-Processing","owner":"imdeep2905","description":"Implemented Ideal, ButterWorth and Gaussian Notch Filter for Image processing in python (with GUI). ","archived":false,"fork":false,"pushed_at":"2021-09-27T08:54:45.000Z","size":3654,"stargazers_count":34,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-03T08:42:46.443Z","etag":null,"topics":["butterworth","digital-image-processing","filters","fourier-transform","gaussian-filter","image","notch-filter","notch-filters","numpy","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/imdeep2905.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-16T09:59:50.000Z","updated_at":"2024-12-13T09:17:40.000Z","dependencies_parsed_at":"2022-09-02T11:01:34.878Z","dependency_job_id":null,"html_url":"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeep2905%2FNotch-Filter-for-Image-Processing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeep2905%2FNotch-Filter-for-Image-Processing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeep2905%2FNotch-Filter-for-Image-Processing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdeep2905%2FNotch-Filter-for-Image-Processing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdeep2905","download_url":"https://codeload.github.com/imdeep2905/Notch-Filter-for-Image-Processing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254330872,"owners_count":22053069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["butterworth","digital-image-processing","filters","fourier-transform","gaussian-filter","image","notch-filter","notch-filters","numpy","python"],"created_at":"2024-11-19T12:19:01.740Z","updated_at":"2025-05-15T11:32:42.699Z","avatar_url":"https://github.com/imdeep2905.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notch-Filter-for-Image-Processing\nThree varients of the Notch Filters are implemented:\n  * Ideal Notch Filter\n  * ButterWorth Notch Filter (Different orders are also supported)\n  * Gaussian Notch Filter\n# How to run \n  1. Clone this repo. \n  2. Fulfill ```requirements.txt``` (```pip install -r requirements.txt```).\n  3. Run with command ```python main.py```.\n# Demo Run\n\n1. Running ```main.py``` will give follwing screen:\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo1.PNG\"\u003e\n\u003c/p\u003e\n\n2. Select an image on which you want to apply the filter.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo2.PNG\"\u003e\n\u003c/p\u003e\n\n3. Select points to apply filter.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo3.PNG\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo4.PNG\"\u003e\n\u003c/p\u003e\n\n4. Side by side comparison.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo5.PNG\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Demo6.PNG\"\u003e\n\u003c/p\u003e\n\n# Some Examples\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Working1.PNG\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Working2.PNG\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Working3.PNG\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/imdeep2905/Notch-Filter-for-Image-Processing/blob/master/imgs/Working4.PNG\"\u003e\n\u003c/p\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeep2905%2Fnotch-filter-for-image-processing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdeep2905%2Fnotch-filter-for-image-processing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdeep2905%2Fnotch-filter-for-image-processing/lists"}