Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 523 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 523 Bytes

Image processing library (ascii.PGM)

An image processing library that it's capable of applying brightness, gamma and image convulution (vertical/horizontal sobel, gaussian blur, mean blur) filters. It also has an image drawing module.

Demo

Demo bash script

./demo.sh

Compile with C++

g++ -Iheaders ./src/*.cpp <yourfile>.cpp -o

Gamma and Blur

Image convulution 1

Sobel filter for edge detection

Sobel 1