Go to file
Jan Philipp Timme b150956f4b [TASK] Finalize stuff. 2016-01-13 15:09:39 +01:00
.gitignore [TASK] Prepare Task #5. 2015-12-18 13:00:33 +01:00
LICENSE Initial commit 2015-10-23 10:17:04 +02:00
README.md [TASK] Add instructions to build for arch linux. 2015-10-23 11:08:10 +02:00
canny_edge_machine.cpp [BUGFIX] Fix messed up canny edge orientation sector detection. 2016-01-08 02:05:03 +01:00
filter_gui.cpp [TASK] Finish prepare the filter gui part. 2015-11-27 14:17:54 +01:00
hough_machine.cpp [TASK] Finalize stuff. 2016-01-13 15:09:39 +01:00
imageviewer-main-qt4.cpp [TASK] Fix indentation. 2015-10-23 10:40:05 +02:00
imageviewer-qt4.cpp [TASK] Finalize stuff. 2016-01-13 15:09:39 +01:00
imageviewer-qt4.h [TASK] Parametrize hough transformation matching threshold. 2016-01-07 18:57:26 +01:00
imageviewer-qt4.pro [TASK] Add instructions to build for arch linux. 2015-10-23 11:08:10 +02:00
lazy_image.cpp [TASK] Finish up gaussian blur filter implementation. 2015-12-18 14:18:36 +01:00

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.