Skip to content

AOSXAP/imageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published