Skip to content

Maged152/image-processing

Repository files navigation

Image processing

Implementation of some image processing algorithms in c++ Here I'm using stb to R/W images.

Build

$ cmake -S . -B build
$ cmake --build build

Functions

The qlm namespace is used to encapsulate various utility functions and data types for this project.

Here you can find the implementation of :