https://github.com/floryst/vesselseg
Interactive vessel segmentation app
https://github.com/floryst/vesselseg
itk tubetk vtk
Last synced: 7 months ago
JSON representation
Interactive vessel segmentation app
- Host: GitHub
- URL: https://github.com/floryst/vesselseg
- Owner: floryst
- Created: 2017-09-21T16:01:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T18:13:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-01T11:32:35.477Z (8 months ago)
- Topics: itk, tubetk, vtk
- Language: Python
- Size: 149 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VesselSeg
This is an application for interactive vessel segmentation.
## Setup
A few prerequisites:
- PyQt5
- numpy
- [VTK](https://github.com/kitware/vtk)
- Should be built with Python bindings (cmake variable `VTK_WRAP_PYTHON:BOOL=ON`)
- [ITKTubeTK](https://github.com/floryst/ITKTubeTK)
- Note: This uses a custom build of ITKTubeTK, so be sure to clone from the link
above rather than the primary ITKTubeTK repo.