{"id":29582978,"url":"https://github.com/tariqjamel/image-processing-in-verilog","last_synced_at":"2026-02-07T00:01:33.729Z","repository":{"id":303662194,"uuid":"1016270398","full_name":"tariqjamel/Image-Processing-in-Verilog","owner":"tariqjamel","description":"An image processing pipeline written in Verilog that performs RAW Bayer to RGB conversion and applies 3x3 convolution filters like blur and identity for pixel-level image enhancement.","archived":false,"fork":false,"pushed_at":"2025-07-08T18:52:33.000Z","size":64,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-19T22:59:56.301Z","etag":null,"topics":["image-processing","modelsim","pipeline","pixel-processing","rgb","verilog","vhdl","xilinx","xilinx-fpga"],"latest_commit_sha":null,"homepage":"","language":"Verilog","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tariqjamel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-07-08T18:43:17.000Z","updated_at":"2025-07-13T18:58:00.000Z","dependencies_parsed_at":"2025-07-19T22:24:01.184Z","dependency_job_id":null,"html_url":"https://github.com/tariqjamel/Image-Processing-in-Verilog","commit_stats":null,"previous_names":["tariqjamel/image-processing-in-verilog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tariqjamel/Image-Processing-in-Verilog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqjamel%2FImage-Processing-in-Verilog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqjamel%2FImage-Processing-in-Verilog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqjamel%2FImage-Processing-in-Verilog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqjamel%2FImage-Processing-in-Verilog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tariqjamel","download_url":"https://codeload.github.com/tariqjamel/Image-Processing-in-Verilog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tariqjamel%2FImage-Processing-in-Verilog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29181265,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T23:15:33.022Z","status":"ssl_error","status_checked_at":"2026-02-06T23:15:09.128Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-processing","modelsim","pipeline","pixel-processing","rgb","verilog","vhdl","xilinx","xilinx-fpga"],"created_at":"2025-07-19T22:06:30.532Z","updated_at":"2026-02-07T00:01:33.721Z","avatar_url":"https://github.com/tariqjamel.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎞️ Verilog Image Processing Pipeline\n\nThis project implements a basic **image processing pipeline** in Verilog. It performs:\n\n- ✅ Bayer-pattern RAW to RGB conversion (`raw2rgb`)\n- ✅ 3x3 convolution filtering (`img_filter`)\n- ✅ Integration into a complete pipeline (`pixel_pipeline`)\n- ✅ Testbench for verification (`tb_pixel_pipeline`)\n\n## Screenshot\n\u003cimg src=\"output.jpeg\"\u003e\n\n## 📌 Features\n\n### 🔸 RAW to RGB (Demosaicing)\n- Supports `RGGB` Bayer pattern\n- Line-buffer based approach for streaming pixel input\n- Generates valid RGB once a 2x2 neighborhood is filled\n\n### 🔸 Image Filter\n- Applies 3x3 convolution filters on RGB data\n- Supported filters:\n  - `00`: Identity\n  - `01`: Blur\n- Uses sliding window with shift registers\n\n### 🔸 Pipeline Integration\n- Top-level `pixel_pipeline` connects `raw2rgb` → `img_filter`\n- Parameterized sensor pattern and filter type\n\n### 🔸 Testbench\n- Provides a 2x2 RAW input image:\n- R G\n- G B\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariqjamel%2Fimage-processing-in-verilog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftariqjamel%2Fimage-processing-in-verilog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftariqjamel%2Fimage-processing-in-verilog/lists"}