Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 732 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 732 Bytes

Live-Wire

Simple user interface to perform segmentation using live-wire.

live-wire demo

Installation

Clone the repository into your computer through the command line using git

git clone https://github.com/PyIFT/livewire-gui

Move into cloned directory

cd livewire-gui

Install requirements

pip install -r requirements

Usage

python app.py <image file>
  • Click to select point.
  • Press S to close contour.
  • Adjust sigma as necessary on bottom left corner.
    • Low sigma high boundary adherence (min-max distance).
    • High sigma low boundary adherence (geodesic distance).