Skip to content

Mohamed-Ibrahim-01/img-filt

Repository files navigation

img-filt

Computer Vision Task 1

Build and Run

Qt Creator

File → Open file or Project → Select img-filt.pro file

Building from command line

# Building
cd img-filt
qmake -makefile -o ./build/Makefile img-filt.pro
cd build
make -f Makefile -j8

# Run the app
./img-filt

Demo

Demo

About

A desktop application to apply filters on images in both spatial an frequency domains.

Topics

Resources

License

Stars

Watchers

Forks