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

https://github.com/jacobsmith/cuda-exercise-random-image


https://github.com/jacobsmith/cuda-exercise-random-image

Last synced: 23 days ago
JSON representation

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.