An open API service indexing awesome lists of open source software.

https://github.com/0x778/gaussian_filter_using_cuda

Implemention of gaussain filter using CUDA
https://github.com/0x778/gaussian_filter_using_cuda

cuda cuda-kernels cuda-programming image-processing

Last synced: 3 months ago
JSON representation

Implemention of gaussain filter using CUDA

Awesome Lists containing this project

README

        

## Image Processing using CUDA
**In this repo it implement a gaussian filter using CUDA**

### Installtion
**First you need to download CUDA**
```bash
sudo apt install nvidia-cuda-toolkit
```

**To Check your installtion**
```bash
nvcc --version
```

**Then you need to install numba**
```bash
pip install numba
```
## Example

**Original Photo in Execution Time**

Screenshot-from-2025-02-01-00-43-40

**After Apply The Filter**

Screenshot-from-2025-02-01-00-43-20

**Leave a star if you liked the code**