Skip to content

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

License

Notifications You must be signed in to change notification settings

Mohamed-Ibrahim-01/img-filt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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