glslSmartDeNoise
De-noiser
A C++ implementation of a fast spatial de-noising filter using a circular Gaussian kernel with configurable parameters.
Fast glsl deNoise spatial filter, with circular gaussian kernel, full configurable
254 stars
9 watching
26 forks
Language: C++
last commit: about 3 years ago
Linked from 1 awesome list
denoisedenoisingfiltergaussianglsl
Related projects:
Repository | Description | Stars |
---|---|---|
jblindsay/fp_denoise | A tool for de-noising raster digital elevation models using feature-preserving algorithms | 17 |
csjunxu/twsc-eccv2018 | A MATLAB implementation of an image denoising algorithm using sparse coding techniques. | 91 |
fractilegames/godot-gles2-debanding-material | Adds debanding noise to a material shader to alleviate banding effects in GLES2 rendering | 33 |
nvlabs/snn | An image denoising algorithm implementing a statistical approach to improve traditional methods | 42 |
zhjwustc/cvpr18_rnn_deblur_matcaffe | Dynamic scene deblurring using spatially variant recurrent neural networks. | 39 |
briansharpe/wombat | An efficient GLSL procedural noise library for generating textures without texture sampling | 223 |
renderkit/oidn | A high-performance denoising filter library for images rendered with ray tracing | 1,804 |
cgnorthcutt/rankpruning | An algorithm and package for handling noisy labels in binary classification problems | 82 |
lizonghang/dct-fft-and-denoising | A Matlab implementation of various image denoising techniques using DCT and FFT | 100 |
kkkls/fftformer | An image deblurring method using transformer architecture | 251 |
dfranx/shaderdebugger | A C++ library for debugging and inspecting GLSL and HLSL shaders at runtime. | 326 |
chosj95/mimo-unet | Develops a deep learning model for single image deblurring with improved performance and computational efficiency | 373 |
srombauts/simplexnoise | An implementation of Perlin's Simplex Noise algorithm for generating pseudo-random fluctuations and patterns | 320 |
jacquelinelala/gfn | A deep learning-based framework for jointly deblurring and super-resolving images using a gated fusion network. | 141 |
gbdt-pl/gbdt-pl | An implementation of a gradient boosting algorithm with piece-wise linear regression trees for efficient machine learning model training | 149 |