glslSmartDeNoise
DeNoise filter
A high-performance spatial deNoise filter with adjustable parameters
Fast glsl deNoise spatial filter, with circular gaussian kernel, full configurable
256 stars
9 watching
26 forks
Language: C++
last commit: about 2 months 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 scheme based on sparse coding and trilateral weighting. | 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,822 |
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 | 265 |
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 | 382 |
srombauts/simplexnoise | Perlin's Simplex Noise algorithm implemented in C++ | 324 |
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 | 151 |