Skip to content

nepluno/bilateralbluenoise

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

This code covers the dart throwing and kernel-based relaxation of bilateral blue noise sampling on the GPU. The executable files are provided in the "Executable" directory.

The code is mixed with DirectCompute shaders (main code) and CUDA Libraries (Mersenne Twister in cuRAND and radix sort in Thrust Library). To run the executable file an NVIDIA video card supporting Shader Model 5.0 is required.

For any questions, feel free to contact fyun@acm.org.

Only Windows platform is currently supported.

Please use the RELEASE profile to compile the code.

Releases

No releases published

Packages

No packages published

Languages