LowDiscBlueNoise
Noise sampler
A C++ library that generates 2D point sets with low discrepancy and Blue Noise properties.
110 stars
5 watching
3 forks
Language: C++
last commit: 3 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jobtalle/cubicnoise | Generates 1D and 2D random noise using bicubic interpolation with tiling and scaling support | 81 |
ucsc-real/cal | An implementation of a machine learning method for handling noisy labels in datasets | 47 |
pawelworwa/simplexnoise | A C++ port of an algorithm for generating 2D noise patterns with adjustable complexity and detail | 22 |
briansharpe/gpu-noise-lib | Provides optimized GPU-accelerated noise functions and utilities | 364 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
hjimce/o2u-net | An approach to detect noise in labels used with deep neural networks during training | 77 |
jdupuy/bluenoisedithermasktiles | Generates blue-noise dither masks on the GPU | 79 |
libmir/dcompute | Enables native execution of D programming language on GPUs and other accelerators using OpenCL and CUDA. | 138 |
huanglabpurdue/ncs | An algorithm to reduce noise in images from sCMOS cameras | 29 |
csjunxu/twsc-eccv2018 | A MATLAB implementation of an image denoising algorithm using sparse coding techniques. | 91 |
deeuu/loudness | A C++ audio library for modeling perceived loudness, providing a framework for processing audio signals to estimate their loudness. | 36 |
keijiro/noiseshader | Provides functions for generating gradient noise in 2D and 3D space | 1,133 |
sebh/tileablevolumenoise | A collection of functions to generate 3D noise patterns suitable for tile-based graphics rendering | 344 |
derekselander/dsdump | A tool for analyzing and extracting information from Mach-O executable files | 1,127 |
cgnorthcutt/rankpruning | An algorithm and package for handling noisy labels in binary classification problems | 82 |