You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Stephen Seo 834cae6ca5 Rename project/binary-name 2 months ago
src Fix not using OpenCL header on disabled OpenCL 2 months ago
.clangd Switch to CMake, try to fix grayscale blue-noise 2 years ago
.gitignore Switch to CMake, try to fix grayscale blue-noise 2 years ago
CMakeLists.txt Rename project/binary-name 2 months ago
LICENSE Update LICENSE year 2 months ago
README.md Update 'README.md' 1 year ago

README.md

Blue_Noise_Generation

Currently, this project only generates blue-noise, which can be used for dithering.
The blue-noise can be generated via OpenCL or with threads on the CPU.