https://github.com/jacobsmith/cuda-exercise-random-image
https://github.com/jacobsmith/cuda-exercise-random-image
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobsmith/cuda-exercise-random-image
- Owner: jacobsmith
- Created: 2025-11-15T14:49:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-15T15:16:41.000Z (8 months ago)
- Last Synced: 2025-11-15T16:24:08.846Z (8 months ago)
- Language: C++
- Size: 91.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a CUDA-based project for recoloring an image.
You can compile with `make clean && make` and then to run, execute `./build/recolor ` where `` is the radius around the source pixel to randomly select from for its value. It ends up with a "blur" type effect, though there is not gradient, so it's not a _good_ blur effect, but was an interesting exploration of randomness and pixel manipulation in CUDA.