Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 287 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 287 Bytes

Image-Processing

A simple UI based on QT, VTK and ITK, which finishes several image processing operations (i.e., edge extraction).

Environment: Ubunutu 16.04

Requried packages: VTK(6.3.0) ITK(4.12.0) QT-4

open a terminal:

mkdir build
cd build
cmake ..
make
./mainwindow