jackyko1991 / Vessel-Centerline-Extraction

An interactive software to extract vessel centerline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vessel-Centerline-Extraction

An interactive software to extract vessel centerline. The open end vessel will be enclosed in the process. Following parameters will be included in the output centerline vtp file:

  • Abscissas
  • Curvature
  • Frenet system (Binomal, Normal, Tangent)
  • Parallel Transport Normals
  • Radius
  • Torsion

Usage

CenterlineExtraction.exe <surface.stl> <capped_surface.stl> <centerline.vtp>

Interaction Keys:

n - New inlet/outlet point

space - locating the inlet/outlet point

tab - change inlet/outlet point type (red: inlet, green: outlet)

enter - process

Output data is in VTK polydata format(.vtp). You may open with Paraview.

Build from Source

Prerequisites

Compilation Procedure

Prebuild Binary

Prebuild binary for Windows can be downloaded here

GUI Version

GUI verion can be found in this repository.

About

An interactive software to extract vessel centerline

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 93.7%Language:CMake 6.3%