Modern Image Processing Algorithms Implementation in C

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. sod

    An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. CImg

    The CImg Library is a small and open-source C++ toolkit for image processing

    It looks promising.

    I like the way each algorithm is explained with minimal example and demo images.

    I'm looking for such a lightweight vision lib to embed simple image manipulation programs on tiny ESP32-CAM boards.

    OpenCV seems too heavy to integrate on such small devices.

    So far, I've been able to develop simple image processing programs with CImg[1] (simple filtering, image cropping, adding text).

    I'll try to spend some time exploring this SOD lib, thank you for sharing.

    [1] https://cimg.eu/

  4. Dlib

    A toolkit for making real world machine learning and data analysis applications in C++

  5. CCV

    C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Complete Guide to Real-Time GPU Usage Monitoring

    1 project | dev.to | 15 Apr 2026
  • Ask HN: Who is hiring? (September 2023)

    14 projects | news.ycombinator.com | 1 Sep 2023
  • Show HN: VisionScript, abstract programming language for computer vision

    6 projects | news.ycombinator.com | 21 Aug 2023
  • Sod (Embedded Computer Vision C Library) 1.1.9 Released

    1 project | news.ycombinator.com | 25 Jul 2023
  • [News] Kornia 0.6.6: ParametrizedLine API, load_image support for Apple Windows Developer, integration demos with Hugging Face and many more.

    1 project | /r/MachineLearning | 18 Jul 2022

Did you know that C++ is
the 7th most popular programming language
based on number of references?