AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

Image Filters

Posted on 2 July 2024.
c cuda

About

Simple program that applies a kernel onto an image.

Quickstart

gcc main.c -o main -lm
wget https://upload.wikimedia.org/wikipedia/commons/5/50/Vd-Orig.png -O input.png
./main -i input.png -o output.pbm -f blur --cuda -r 32

Features

Conclusion