Dive into a diverse collection of articles and tutorials covering essential programming concepts and techniques. Explore topics such as WebGL, Canvas API, data structures, algorithms in JavaScript and C/C++ and more
Peak detection is a fundamental task in image processing that allows us to extract key information from images. It helps us identify significant points like…
This is just proof of concept (POC) source code of an Image template class written in C++. The code serves as an example basis and…
This article shows a sample implementation of a separable Gaussian filter in pure Java Script code. This filter finds many applications in various image processing…
In this post, we will implement a simple yet efficient algorithm for an image blur filter using WebGL/OpenGL. The GLSL shader code presented here applies…