Fast image blur filter with OpenGL/WebGL
In this post, we implement a simple but fast algorithm for image blur filter with WebGL / OpenGL. The GL shader code in this article implements the average or box …
Source code in various programming languages. Discussion of coding tasks and algorithms. A free portal for software developers. Source code snippets in: C/C++, Javascript, GLSL (WebGL / OpenGL), SVG
In this post, we implement a simple but fast algorithm for image blur filter with WebGL / OpenGL. The GL shader code in this article implements the average or box …
The Median filter is a nonlinear noise reduction technique that is widely used in image processing. It is very effective in cases of salt and paper noise (impulsive noise) and …
Discover articles and algorithms for image processing, programming, computer graphics, and more
Free to use online image tools that run in a web browser. Apply photo effects to JPG, PNG, WebP and so on
Small software projects and applications for various tasks: Graphics, Audio processing and others