Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bruhathisp/imageprocessing
https://github.com/bruhathisp/imageprocessing
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bruhathisp/imageprocessing
- Owner: bruhathisp
- Created: 2024-12-10T05:31:12.000Z (27 days ago)
- Default Branch: master
- Last Pushed: 2024-12-10T06:31:02.000Z (27 days ago)
- Last Synced: 2024-12-10T07:30:01.392Z (27 days ago)
- Language: Verilog
- Size: 14.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## 🌟 **Project Overview**
SpatialFilter is a hardware-based image processing system designed and implemented using **Vivado**. It supports spatial filtering operations like convolution and edge detection for image processing tasks.---
### 🚀 **Technologies Used**
---
### 🎯 **Features**
- Implements a 2D Sobel filter using two kernels: one for horizontal edge detection and another for vertical edge detection.
- Designed in Verilog HDL.
- Synthesized and simulated using Vivado.
- Supports advanced image processing techniques.---
### 🛠️ **Getting Started**
1. Clone the repository:
```bash
git clone https://github.com/bruhathisp/SpatialFilter.git
```
2. Open the project in Vivado:
- Launch Vivado.
- Navigate to **File > Open Project** and select the .xpr file.3. Run simulation:
- Go to **Flow Navigator > Run Simulation > Run Behavioral Simulation**.4. Synthesize the design:
- Go to **Flow Navigator > Synthesis > Run Synthesis**.5. Implement the design:
- Go to **Flow Navigator > Implementation > Run Implementation**.---
### 🧑💻 **Authors**
[bruhathisp](https://github.com/bruhathisp)
[kabilan1211](https://github.com/kabilan1211)