Dive into a world of knowledge and creativity with our blog, where we explore the fascinating realms of image processing and programming. Here, you’ll find a diverse collection of articles, tutorials, and insights designed to enhance your understanding and skills in these dynamic fields. Happy reading!
Color space conversion is transformation from one color representation into another. This is a common approach to improve image representation and make it easier to… Learn More
The watershed transform is a computer vision algorithm that serves for image segmentation. This method can extract image objects and separate foreground from background. This… Learn More
The Skin Detection and Segmentation is a process of finding skin-colored image regions from video frames or still pictures. Typically this is a pre-processing step… Learn More
The Symmetric Nearest Neighbor Filter (SNN) is a non-linear edge preserving image processing filter. It is a very effective noise reduction technique that removes noise… Learn More
Gradient non-maximum suppression is an edge thinning algorithm that extracts thin contours of objects in an image. The output of this image processing algorithm is… Learn More
The Sobel filter (also called Sobel-Feldman operator) is an edge detection algorithm, that results in image emphasizing edges. Computer vision apps often use this image… Learn More