Dixaba / convolution-filter

Small convolution filter implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convolution filter

Simple pure C implementation of convolution filter with some preset configs

Compile with

gcc main.c -o main -lm

The program opens 24-bit BMP file without compression from working directory named 1.bmp

The result is written to 2.bmp

To run it execute this command:

./main config.txt

About

Small convolution filter implementation

License:MIT License


Languages

Language:C 100.0%