Home » Blog » C/C++

Tag: C/C++

Algorithms in C/C++ source code with details and explanation. Free c++ source code examples. A c++ coding website with many projects and tutorials

  • Image Convolution Guide

    Image Convolution Guide

    Convolution is a mathematical operation that is an essential part of digital signal processing and computer vision algorithms. This guide will look at what convolution is and how to use it in computer graphics and…

    In:
  • Algorithms for RGB to Grayscale conversion

    Algorithms for RGB to Grayscale conversion

    This article looks at various algorithms by which we can convert an RGB image to grayscale color. Gray color space is a common image representation that finds application in many graphics tools and tasks. Interactive…

    In:
  • Simple Image class template in C++

    Simple Image class template in C++

    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 can extend to support more sophisticated tools for image analysis…

    In: