Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 431 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 431 Bytes

VesselSeg

This is an application for interactive vessel segmentation.

Setup

A few prerequisites:

  • PyQt5
  • numpy
  • VTK
    • Should be built with Python bindings (cmake variable VTK_WRAP_PYTHON:BOOL=ON)
  • ITKTubeTK
    • Note: This uses a custom build of ITKTubeTK, so be sure to clone from the link above rather than the primary ITKTubeTK repo.