Jan Philipp Timme b150956f4b | ||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
canny_edge_machine.cpp | ||
filter_gui.cpp | ||
hough_machine.cpp | ||
imageviewer-main-qt4.cpp | ||
imageviewer-qt4.cpp | ||
imageviewer-qt4.h | ||
imageviewer-qt4.pro | ||
lazy_image.cpp |
README.md
CG2_Tasks
This repository contains a small QT4/C++ based project which implements basic image manipulation algorithms.
Building and running
This project requires qt4 to build and run:
qmake make ./imageviewer-qt4
For Arch Linux, there is qtchooser. Using it, you can use
QT_SELECT=4 qmake
to create the Makefile.