Level-Set-Visualizer

Spoken-Digit Recognizer

Level-Set Visualizer

Visualize image segmentation based on level set method.

Table of contents

Application Demo

Level-Set Visualizer – Demo (YouTube)

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

Avatar
Wen-Ya Lin
M.S. Student in Mechanical Engineering

My research interests include Image Processing, Artificial Intelligence and Internet of Things.

Related