Skip to content

wenyalintw/Level-Set-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spoken-Digit Recognizer

Level-Set Visualizer

Visualize image segmentation based on level set method.

Table of contents

Application Demo

Introduction

This application perform image segmentation by following steps:

  • Load Image & Start Level-Set Mode
  • Preprocessing
  • Initial Contour
  • Start Evolution

Preprocessing

preprocessing

Initial Contour

initial contour

Start Evolution

evolution.gif

Built With

  • ITK 4.12 - Image Processing Algorithms (w/ module ITKVtkGlue)
  • VTK 8.2 - Image Display
  • Qt 5.6 - GUI framework

Installation

Before running the following command, modify QT_HOME, ITK_DIR, and VTK_DIR in CMakeLists.txt

$ mkdir build
$ cd build
$ cmake ../src
$ make -j4

Acknowledgments

MIT License (2019), Wen-Ya Lin