blue_noise_generation/README.md

5 lines
182 B
Markdown
Raw Normal View History

2021-12-10 06:39:37 +00:00
# Blue_Noise_Generation
2021-11-11 08:43:27 +00:00
2021-11-11 08:44:06 +00:00
Currently, this project only generates blue-noise, which can be used for dithering.
2021-11-11 08:43:27 +00:00
The blue-noise can be generated via OpenCL or with threads on the CPU.