-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Deblur Shaders
bloc97 edited this page May 28, 2020
·
8 revisions
Anime4K_Deblur_DoG.glsl
Anime4K_Deblur_Original.glsl
Anime4K_Deblur_CNN_M.glsl
Anime4K_Deblur_CNN_L.glsl
Performs super-resolution. Decreases blur in an image with the expectation that it is degraded with a Gaussian kernel. Image size is left unchanged.
The recommended version to use is Anime4K_Deblur_DoG.glsl
.
DTD Shader
Upscale+Deblur Shaders
Any non-Gaussian degradation remaining on the image will be amplified. It is better to use other shaders first to reduce noise or other artifacts.
CNN_M and CNN_L variants may introduce small amounts of checkerboard artifacts due to the pixelshuffle layer and the low parameter count.