Explore a curated collection of posts featuring GLSL source code, with a focus on innovative image processing algorithms and beyond. Discover techniques, tutorials, and creative applications that harness the power of WebGL to enhance your graphics programming skills.
The Mean filter is a linear low-pass blur photo filter where each pixel in the output image has average value of its neighboring pixels. The… Learn More
The Hough Transform is a method to find shapes in an image. The classical transformation is initially designed to identify lines in the image. Later… Learn More