Layered Surface Segmentation Feature
Compare changes
- Aleksandar authored
Big update for handling 3D images. The GUI now takes a 3d image and displays the slices along the 3 axis. Each axis slice can be moved via a slider, while the rest of the parameters will update each of the slices.
Conflict: This file was added both in the source and target branches, but with different contents.
Ask someone with write access to resolve it.
+ 286
− 54
@@ -14,20 +14,32 @@ import matplotlib.pyplot as plt
@@ -60,6 +72,10 @@ class Interface:
@@ -70,9 +86,17 @@ class Interface:
@@ -127,6 +151,7 @@ class Interface:
@@ -150,17 +175,18 @@ class Interface:
@@ -170,91 +196,200 @@ class Interface:
@@ -277,18 +412,44 @@ class Pipeline:
@@ -296,16 +457,56 @@ class Pipeline:
@@ -313,8 +514,8 @@ class Pipeline:
@@ -331,6 +532,41 @@ class Pipeline:
@@ -339,8 +575,4 @@ def run_interface(host = "0.0.0.0"):
\ No newline at end of file