Skip to content

mnerv/imagep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3a4fb79 · Jul 20, 2023

History

17 Commits
Jul 20, 2023
Oct 9, 2022
Oct 15, 2022
Oct 15, 2022
Jul 20, 2023
Oct 15, 2022
Oct 15, 2022
Oct 14, 2022
Oct 15, 2022
Oct 15, 2022
Oct 10, 2022

Repository files navigation

Image Prcessing in C++

The goal is to implement cool algorithms that process images.

Example output from dithering application.

A dithered image. The image shows Sam from Death Stranding standing.

Requirements

Development

Setup the development environment with cmake.

cmake -S . -Bbuild -GNinja -DCMAKE_TOOLCHAIN_FILE=${VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake

${VCPKG_ROOT}: Follow their installation instruction and set this variable so that it points to where vcpkg is installed.

About

Image processing in C++

Resources

Stars

Watchers

Forks