{"id":19809445,"url":"https://github.com/adilius/image-kernel-python","last_synced_at":"2026-06-11T19:31:12.428Z","repository":{"id":126142228,"uuid":"431215328","full_name":"Adilius/image-kernel-python","owner":"Adilius","description":"Simple 3x3 image kernel implemented in python using Numpy, opencv, and scikit image libraries.","archived":false,"fork":false,"pushed_at":"2021-11-23T18:50:21.000Z","size":994,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T19:04:28.001Z","etag":null,"topics":["image-kernels","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/Adilius.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-23T18:41:58.000Z","updated_at":"2021-11-23T18:51:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"22dcc150-55bc-4a30-997e-cd0898cb1b78","html_url":"https://github.com/Adilius/image-kernel-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adilius/image-kernel-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adilius%2Fimage-kernel-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adilius%2Fimage-kernel-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adilius%2Fimage-kernel-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adilius%2Fimage-kernel-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adilius","download_url":"https://codeload.github.com/Adilius/image-kernel-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adilius%2Fimage-kernel-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34215253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["image-kernels","python"],"created_at":"2024-11-12T09:17:03.394Z","updated_at":"2026-06-11T19:31:12.408Z","avatar_url":"https://github.com/Adilius.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Python version](https://img.shields.io/badge/Python-3.10.0-blue)\n\n# Image Kernel in Python\nSimple 3x3 image kernel implemented in python using Numpy, opencv, and scikit image libraries.\n\n# Setup \u0026 run\n`pip install -r requirements.txt`\n\n`python image_kernels.py`\n\n# Images\n\nOriginal image:\n\n![Lenna](https://raw.githubusercontent.com/Adilius/image-kernel-python/main/Lenna.png)\n\nScaled image and removed color channels:\n\n![Lenna scaled](https://raw.githubusercontent.com/Adilius/image-kernel-python/main/Lenna_scaled.png)\n\nApplying sharpen kernel:\n\n```\nkernel_sharpen = [\n    [0, -1, 0],\n    [-1, 5, -1],\n    [0, -1, 0]\n]\n```\n\n![Lenna sharp](https://raw.githubusercontent.com/Adilius/image-kernel-python/main/Lenna_sharpen.png)\n\n\nApplying blur kernel:\n\n```\nkernel_blur = [\n    [0.05, 0.1, 0.05],\n    [0.1, 0.4, 0.1],\n    [0.05, 0.1, 0.05]\n]\n```\n\n![Lenna blur](https://raw.githubusercontent.com/Adilius/image-kernel-python/main/Lenna_blur.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadilius%2Fimage-kernel-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadilius%2Fimage-kernel-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadilius%2Fimage-kernel-python/lists"}